[svn:osmf:] 10364: Latest updates to the Dynamic Streaming sample app , and a few bug fixes.

Revision: 10364
Author:   [email protected]
Date:     2009-09-17 14:49:03 -0700 (Thu, 17 Sep 2009)
Log Message:
Latest updates to the Dynamic Streaming sample app , and a few bug fixes.
Modified Paths:
    osmf/trunk/apps/samples/framework/DynamicStreamingSample/.project
    osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
    osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/ParallelSwitchableTra it.as
Property Changed:
    osmf/trunk/libs/adobe/NetMocker/
    osmf/trunk/libs/adobe/StrobeUnit/

Thanks 
Now we can call and game at the same time
Life is a train. You can choose your path choice, but you can not choose when the track will end...
Where will the track take you?
If my post has answered your question. Please mark it as an answer.

Similar Messages

  • [svn:osmf:] 11184: Adding new temporal metadata support, including sample app and unit tests.

    Revision: 11184
    Author:   [email protected]
    Date:     2009-10-27 11:08:21 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Adding new temporal metadata support, including sample app and unit tests.
    Added Paths:
        osmf/trunk/apps/samples/framework/CuePointSample/
        osmf/trunk/apps/samples/framework/CuePointSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/CuePointSample/.flexProperties
        osmf/trunk/apps/samples/framework/CuePointSample/.project
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/AC_OETags.js
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/history.css
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/history.js
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/index.template.html
        osmf/trunk/apps/samples/framework/CuePointSample/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/framework/CuePointSample/libs/
        osmf/trunk/apps/samples/framework/CuePointSample/src/
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.css
        osmf/trunk/apps/samples/framework/CuePointSample/src/CuePointSample.mxml
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacet.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalFacetEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/TemporalIdentifier.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePoint.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/CuePointType.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestTemporalFacet.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/video/TestCuePoint.as

    Greg -
        The metadata sample demonstrates how metadata can be placed on an IMediaResource, and used to  give the framework more information about the resource.  The MediaFactory uses this information to determine which type of media a given resource points to.  One of the intial problems we encountered when creating a media factory that created MediaElements from URLResources, was the inability to distinguish between image, video, and audio urls, since the extension isn't a guaranteed way.
    The Metadata framework, that was developed last sprint was provided to enable metadata such as XMP, Namevalue, and Cuepoints.  Not all specific classes that hold this data haven't been created yet however.  The logic to add metadata automatically hasn't been placed in the framework yet.
    It's currenty possible to retrieve onPlaystatus, onMetadata, onXMPData, onImagedata, and onCuepoint callbacks:
    var videoElement:VideoElement
    [After videoElement loads]
    videoElement.client.addHandler(NetStreamCodes.ON_XMP_DATA, onXMPData);
    function onXMPData(info:Object):void
       //Process XMP here.
    Hope this helps.

  • HT1296 i have a load of stuff on my ipad but I can't get it onto my conputer, pressing sync comes up with a message saying it will all be deleted. I've transferred all purchases but this only does the few things I've got from apple (apps and a few itunes)

    I own an ipad2 and have loads of music and vids/photos etc on it from an old pc.
    I just bought a new pc and wanted to transfer everything to the new pc
    I've transferred purchases but this only transfers things bought in the itunes store like apps and a few songs
    The rest of the content is still on my ipad.
    When I press sync, it warns that it will delete all the content on my ipad and replace with the few things I've managed to import.
    How do I transfer all the content to the new pc?

    Similar issues here.
    I purchased five movies for download and having nothing but problems getting them downloaded. I keep receiving error messages and the download stops and I have to restart it, just to get another minute worth of download with each restart. Now Apple has my money and I have nothing.

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • [svn:osmf:] 13538: Modified the RTMP dynamic streaming sample to use the new SMIL plugin.

    Revision: 13538
    Revision: 13538
    Author:   [email protected]
    Date:     2010-01-15 16:26:36 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Modified the RTMP dynamic streaming sample to use the new SMIL plugin.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
    Removed Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/org/

    But DynamicStream.as is part of the code base and the does get executed.   Jody, which version of DynamicStream.as is more current?   The one that ships with FMS 3.5 or the one in tools?
    Can anyone answer my original question (I think) which is: should I be able to switch source = http://dynamicStream1.smil -> source = http://dynamicStream2.smil and back and forth etc.  It seems to work.    Are there any caveats?  I am not switching back and forth between flv-s and smil-s
    It turns out that there are a couple of lines of code in NCManger.as::bitrateMatch() which is concatenating the streamName and this results in 404 on the FMS side.   I'm not sure what this is supposed to do or if this is just a bug, but the upshot was that I could not specify source = http://dynamicStream.smil on a remote server.  The uncanny part of this issue is if I serve the same smil locally, referencing remote remote smil and media, it works.  Maybe this has something to do with the bit rate.    Bottom line is that this cost me 3 days, becuase I was under the incorrect impression that you could not reference *.smil directly and I blindly followed the handrail provided by the the FMS videoPlayer sample.  Shame on me for trying to leverage working code shipped with a production version.
    NCManger.as::bitrateMatch()
    if  
    (_streamName != null
    ) {_streamName += _streams[whichStream].src;
    My incling is to change the += above to an = and get on with it.
    If someone at adobe or anywhere can have a look and give me some other guidance, it would be much appreciated.
    Thanks to Sean for the kind and detailed responses and giving me the green light that source=http://dynamicStream.smil _should_ work.
    Thanks to all.

  • I just updated my ipad2 to ios7 0.2 latest update, but when I go to apps store to upgrade I don't see the upgrade button, nor when I go in for new apps I don't see free button to download new apps. Could you please help

    I just updated my ipad2 to ios7 0.2 latest update, but when I go to apps store to upgrade I don't see the upgrade button besides each app, nor when I go in for new apps I don't see free button to download new apps. Is there any setting that missed ?  please help...

    What do you see instead of update on the apps you are concerned about?
    When updating to iOS 7 auto update for apps will be turned on. When an app has an update available your iPad will download and install the update with no input from you. Apps that have been updated by this automatic process but which have not yet been opened will show a blue dot before their name.
    A record of updated apps is kept for your convenience. You can see this record by using the App Store app and select Updates, the right most choice in the bottom row.

  • I cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    i cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    Chester31,
    Thank you very much for sharing your file with us!  Now that we are able to reproduce the problem at our end, you may stop sharing the file on Acrobat.com.
    Do you know when this problem (for not being able to add new highlight/strikeout/underline) has started?  Did you update your iOS from 7.x to 8.0 recently?
    We will continue investigating the problem and let you know what we find.
    Thank you again for your help.

  • Before removing iPhoto (latest update crashed the app), I accidently removed it from my purchased Apps from the App Store. I accept iPhoto when I search for it, but does not put it back in my list. How do I get this back so that I can reinstall iPhoto?

    Before removing iPhoto (latest update crashed the app), I accidently removed it from my purchased Apps from the App Store. I accept iPhoto when I search for it, but does not put it back in my list. How do I get this back so that I can reinstall iPhoto?
    Thank you.

    I found the answer just after posted this.  Thanks to a user named CloudWalker.  Solution is to go in AppStore, View Account under "Store" Menu and unhide any purchases.

  • How do I get my old Notes back? The latest update removed the legal pad and the fonts...

    How do I get my old Notes back from the latest update? I lost my legal pad and the short font list...

    No.

  • HT1688 I am trying to do the latest update for the iphone and it's telling me to restore

    I am trying to do the latest update for the iphone and it's telling me to restore

    If you are getting that message connect to itunes and restore. 

  • Find the latest updated or the latest inserted record  in a table

    Hi All,
    Thanks in advance
    Just a simple question
    How do we find the latest updated or the latest inserted record in a table ?
    Provide some queries in SQL?

    You can order by rowid desc to get lately inserted records, but I'm not sure about updated records.That is incorrect, Oracle might use old rowid's even in inserts and you cannot assure that the max(rowid) refers to the latest record.
    If the table is created with rowdependencies one can use ORA_ROWSCN pseudo column to check on date/time when the last dml has been performed over that table. But, that has some limitations too, Old snapshots will be erased hence one can check the last dml with a time frame of few days.
    Regards,
    Prazy

  • Download the latest updates to the setup program

    When installing scom you can set the following checkbox: "Download the latest updates to the setup program".
    What does this selection actually do? Is it only downloading updates to the setup program, or is it downloading updates for the scom installation itself as well?

    Hi,
    Only downloading updates to the setup program
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Hi apple, when i search for an update it tells me that i got the latest update but it's 7.0.2 and i want the new 7.0.3 what should i do ?

    hi apple, when i search for an update it tells me that i got the latest update but it's 7.0.2 and i want the new 7.0.3 what should i do ?\
    Hi
    I live in israel and i don't have the update yet can you please tell me when i can have it here because i see all over the internet that there is a new update and i already was thinking about changing to android like samsung because the 7 update realy distroyed the entire ios experience especialy in the iphone 4 like i have.

    Hi
    I live in israel and i don't have the update yet can you please tell me when i can have it here because i see all over the internet that there is a new update and i already was thinking about changing to android like samsung because the 7 update realy distroyed the entire ios experience especialy in the iphone 4 like i have.

  • Where can we found the latest update of the iaswe 1.1 document

    Where can we found the latest update of the iaswe 1.1 documen? The current version of 1.1 contains a lot of documentation mistakes.
    Anyone news?
    Marc

    Can you tell me where did you find the old 1.1 version documentation of the 9iAS-WE (formally c named Portal-To-Go)?

  • Just added the latest update, now the mini wont boot, any ideas?

    We've just added the latest update to the mini, now all we get is the Apple with the working logo, does anybody have any ideas what to do next?

    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

Maybe you are looking for

  • How can I use iChat for Hotmail?

    I would like to use iChat with hotmail... is it possible? ANy other method thatn Jabber?

  • How do I restore my Macbook to factory mode?

    when all the applications are gone. No safari usage, no utility change, nothing can be functioned except for itunes. i keep putting the CD it came with but its just telling me to restart. I cannot read any of the instructions it comes with because th

  • Pages document not showing up on screen...help!

    Have just tried to open a pages document on my new MacBook Pro Retina...the text is all visible on the thumbnails but not actually on main page. Any suggestions?

  • XI SystemInfo access

    Hi, I'm trying to check installed components on XI box from URL: http://<host>:<javaport>/sap/monitoring/SystemInfo But I’m getting error 403 Forbidden You are not authorized to view the requested resource. So what user roles or rights do I need to a

  • Starting with SAP

    Dear all, First of all, thank you for reading this and please, help me with my doubts. My name is Bruno Amon Araujo. I am 22 years old and live in Brazil. I'm in my last year of computer science and I'm thinking in start study SAP and work as a consu