[svn:osmf:] 15449: Add example showing how to inject a live NetConnection and/ or NetStream into a VideoElement.

Revision: 15449
Revision: 15449
Author:   [email protected]
Date:     2010-04-15 12:57:20 -0700 (Thu, 15 Apr 2010)
Log Message:
Add example showing how to inject a live NetConnection and/or NetStream into a VideoElement.
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
Added Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/SimpleNet ConnectionFactory.as
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/SimpleNet Loader.as

Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

Similar Messages

  • [svn:osmf:] 14580: Commit example showing how to perform additional load logic via a ProxyElement .

    Revision: 14580
    Revision: 14580
    Author:   [email protected]
    Date:     2010-03-04 09:28:35 -0800 (Thu, 04 Mar 2010)
    Log Message:
    Commit example showing how to perform additional load logic via a ProxyElement.  The AsynchLoadingProxyElement (and its corresponding LoadTrait) load the proxied element, but doesn't expose its READY state to the outside world until it performs its own load operation (in this case it just runs a Timer).  Include minor fix to other example.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/loaderproxy/VideoProxyE lement.as
    Added Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/loaderproxy/AsynchLoadi ngProxyElement.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/loaderproxy/AsynchLoadi ngProxyLoadTrait.as

    Nope, what for?
    If you know what you are doing and you discharge yourself there is no need for such.
    BTW, those bands are not that safe, if you use them wrongly you can electrocute yourself pretty easily

  • [svn:osmf:] 9988: Add example for a preloaded SerialElement.

    Revision: 9988
    Author:   [email protected]
    Date:     2009-09-03 10:13:16 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Add example for a preloaded SerialElement.  Disable autoRewind.  Fix bug in display of durations across tests.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/examples/AllExamples. as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/view/MainWindow.as

  • [svn:osmf:] 16065: Add example to expected directory

    Revision: 16065
    Revision: 16065
    Author:   [email protected]
    Date:     2010-05-12 10:21:39 -0700 (Wed, 12 May 2010)
    Log Message:
    Add example to expected directory
    Added Paths:
        osmf/trunk/docs/examples/org/osmf/media/examples/MediaPlayerSpriteExample.as

    Hi,
    -Run netdom query dc and check the list of dc in the domain.
    - Run netdom query fsmo and confirm fsmo roles holder
    -Ping all DC to confirm the site connectivity and also run repadmin /showreps command to check the replication errors.
    Regards
    Dinesh Patil
    Best Regards, Dinesh Patil. MCP-Windows Server 2003 Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. If you satisfied with answer,please click on Proposed as answer key.

  • [svn:osmf:] 15426: Add error string for when PlayTrait. pause is invoked and canPause is false.

    Revision: 15426
    Revision: 15426
    Author:   [email protected]
    Date:     2010-04-14 13:22:45 -0700 (Wed, 14 Apr 2010)
    Log Message:
    Add error string for when PlayTrait.pause is invoked and canPause is false.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/traits/PlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/utils/OSMFStrings.as

    Problem Resolved!
              I found out that I had 'http' instead of 'httpd' in the statement where I
              registered my servlet, SqlServlet.
              Now, I am having difficulty with hot deployment. The server is returning
              error 404.
              

  • Simple HTML example on how to display a live stream?

    Hi all
    Is there anyone who has a HTML example (or can give an URL with a page) that has the Adobe Flash player displaying a live stream (and not a file)?
    There is one in the installation under "Flash Media Server Start Screen" but it was too complex for me to understand. I just need a simple example on how to display a live flash stream in Adobes own web player.
    Thank you very much :-)

    Hi,
    Here is the html code.
    <html>
    <head>
    <title>Flash Media Player</title>
    </head>
    <object width="550" height="400">
    <param name="movie" value="player.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>
    </body>
    </html>
    And here is the action script code of player.swf.
    import flash.net.NetConnection;
    import flash.events.NetStatusEvent;
    import flash.net.NetStream;
    import flash.media.Video;
    import flash.events.MouseEvent;
    import flash.media.Camera;
    startBtn.addEventListener(MouseEvent.CLICK,mouseHandler);
    var nc:NetConnection;
    var ns:NetStream;
    var vid:Video;
    var cam:Camera=Camera.getCamera();
    function mouseHandler(evt:MouseEvent){
        nc=new NetConnection();
        nc.addEventListener(NetStatusEvent.NET_STATUS,statusHandler);
        nc.connect("rtmp://localhost/sample");
    function statusHandler(evt:NetStatusEvent){
        trace(evt.info.code);
        if(evt.info.code=="NetConnection.Connect.Success"){
            ns=new NetStream(nc);
            ns.addEventListener(NetStatusEvent.NET_STATUS,streamHandler);
            ns.play("LiveStream");
            vid=new Video();
            vid.attachNetStream(ns);
            vid.height=400;
            vid.width=600;
            addChild(vid);
    function streamHandler(evt:NetStatusEvent){
        trace(evt.info.code);
    Please do the following before using the actionscript code:
    Add a button called start in fla and keep its instance name startBtn.
    create an application called sample in FMS and publish a live stream called "LiveStream".

  • I need to know how to edit a drawing - basically remove the arrows and text but at the same time match the background of the existing pic. then re add new text. how do i erase the arrows and text and arrows but match current background of pic. step by ste

    i need to know how to edit a drawing - basically remove the arrows and text but at the same time match the background of the existing pic. then re add new text. how do i erase the arrows and text and arrows but match current background of pic. step by step explanation please beginner

    Please post (a relevant section of) it right on this Forum.

  • How do I get my photos and music back into new version iTunes from my iPad?

    I have the new version of iTunes (11 0 2 26) for Windows which installed over my old copy. I see none of my music etc even after it claims to have synced and backed up. How do I get my photos and music back into iTunes from my iPad? It syncs OK with calendar and contacts from Outlook and I can force copying of apps and books but why does it not show music and photos in the iTunes library? help please.
    David

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be renamed as iTunes Library.itl to restore the library to a recent state.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • How to embed the Word Document and PDF file into Crystal report?

    How to embed the Word Document and PDF file into Crystal report?
    I have word doc which having 10 pages. I need to show all of the 10 pages at a time. I tried OLE object but problem is it shows only one page.
    Is there any solution to show word doc / PDF file in CR?

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

  • Horizontal menu bar shows serif type font in Live View and Preview but sans serif is in css file

    Help I am using the Spry horizontal menu bar and while it is working fine, it is showing a serif font in Live View and in all Browsers even though I have selected a sans serif font. What gives? I have attached the SpryMenuBarHorizontal.css

    Add this to your embedded styles:
    body {
        background-color: #999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    using, of course, the font list you want.
    All those styles that rely on the 'default' font will now default to the Trebuchet font list (or to your chosen list).
    Beth

  • Can any one tell me how to include the company logo and some poictures into the Teststand report

    1. Can any one tell me how to include the company logo and some pictures into the Teststand report?
    2. How to include the waveforms into the report?

    http://zone.ni.com/devzone/cda/epd/p/id/3619
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • HT1918 how can i remove my billing and change it into a free apple id user?

    how can i remove my billing and change it into a free apple id user?

    iTunes Store: Changing Account Information
              http://support.apple.com/kb/HT1918
    Select None under your payment method.

  • How is it I have 550 songs on my nano but only 269 show up in itunes...how do I get all 550songs and playlists back into itunes? Also when I click on 'computer' the nano iconn is up for about 5 secs then dissapears and I can't find it...what is going on?

    How it it I have 550 songs on my nano but only 269 show up in itunes without playlists?  How do I get all 550 songs and playlists back into itunes?
    Also when i click on "computer" the nano icon is up for about 5s then goes away and I can't find it...what is going on?

    spea105 wrote:
    How it it I have 550 songs on my nano but only 269 show up in itunes without playlists?  How do I get all 550 songs and playlists back into itunes?
    How do you manage your iPod? Do you Sync your entire music library, or only selected playlists?

  • How can I capture live video and still image by a DirectX compatible USB webcam using LabView ?

    Dear forum members
       I'd like to design a user interface which shows a live video and capture still images for it by a DirectX compatible USB webcam using LabView or NI Vision Toolkit, how can I do this ? and If this is possible How can I reach the webcam DirectX filter properties and set them using LabView ? I would be grateful to anyone Who lead me to the correct solution.
        Sincerely
        Cem DEMiRKIR

    Cem,
        With our example programs you can acquire and save an image (IMAQ >> File Input and Output >> Snap and Save to File.vi) from one camera, if you double the VI's to create the image and the image task, you can easily have one program acquire and save for two cameras.
        I may need more information on what you mean by calibration.  Do you mean basic camera setup?  That can be done in Measurement and Automation Explorer by setting up the options within the IMAQ settings for each camera.  Or do you mean more complex calibration for special types of images?  The more description of what you mean, the better I will be able to help you get it done.  You mentioned zoom and motion parameters, what kind of motion?  Our vision drivers only control triggering the camera to acquire, then analyzing, processing and displaying the resulting image.
        If you have more details on exactly what you want to do, that would be great.  Let me know if you have more questions, thanks!
    -Allison S.
    Applications Engineering
    -Allison S.
    Calibration Services
    Product Support Engineer

  • How to incorporate Command,Option,Shift and Control keys into AppleScripts?

    How do I incorporate Command,Option,Shift and Control keys into AppleScripts?
    for example:-
    If Control key is depressed then
    do something
    elseif Option key is depressed then
    do something else
    end if
    Lennox

    I am trying to do this:
    tell application "Finder"
    set cv to current view of Finder window 1
    if ( option key down of theEvent ) then
    set current view of Finder window 1 to list view
    elseif ( control key down of theEvent ) then
    set current view of Finder window 1 to column view
    else
    set current view of Finder window 1 to icon view
    end if
    end tell
    but since I am not quite familiar with this I am not getting it right
    Any suggestions?
    Thanks.
    Lennox

Maybe you are looking for

  • Wireless FN key enable/disable not working

    Hi, I have Toshiba C660D-1F2 PSC1Ye-02N00PGR. The poor thing had a taste of water, but it survived all except the keyboard. The laptop is originaly from Austrija/Germany, but the sacend hand keyboard came from Croatia (QWERTZ with croatian extra lett

  • DSC EPICS connection to remote network

    I am using the DSC module from LabVIEW 8.6 and 2009. I am in California, and there is an EPICS server in New Mexico to which I want to connect. I can read and write using command-line EPICS so I know that there are no firewall or hardware connectivit

  • Passing values to the JSP page - Urgent

    Hi all, I have to pass the user id value to the JSP page. I have written the following code in the doInitialization() method IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest(); IPortalComponentContext myContext = request.ge

  • IO Operation (read/write files) in IPAD AIR downgrade ~50% than the one in IPAD4

    Summary: UnZip the same file with the same native unzip method (native zlib) in IOS7, ipad air take +50% more time consumption than the one in iPAD4. for unZip, it main perform the IO read/write files in ipad, does apple air already changes the file

  • Drawing straight lines

    Hi, in my programm I need to draw straight lines(I hope this is the correct translation for an infinit line). Is there a way of doing this?