[svn:osmf:] 14133: First check in to support stream metadata in http streaming.

Revision: 14133
Revision: 14133
Author:   [email protected]
Date:     2010-02-11 14:21:14 -0800 (Thu, 11 Feb 2010)
Log Message:
First check in to support stream metadata in http streaming.
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingFileHandlerEvent.as
    osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingIndexHandlerEvent.as
    osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
    osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FFileHandler.as
    osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

What you are missing is the fact that you get the trait from the MediaElement you just created with your MediaFactory.
You should also be extending the DefaultMediaFactory since it has built in MediaFactoryItems.
var defaultMediaFactory:DefaultMediaFactory = new DefaultMediaFactory();
var mediaElement:MediaElement = createMediaElement(videoResource: URLResource); //your resource
var dynamicStreamTrait:DynamicStreamTrait = mediaElement.getTrait(MediaTraitType.DYNAMIC_STREAM) as DynamicStreamTrait;
//work with the trait
dynamicStreamTrait.autoSwitch = false;
dynamicStreamTrait.switchTo(yourBitrateIndex);

Similar Messages

  • [svn:osmf:] 14409: First check-in of the new syndication library.

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

  • [svn:osmf:] 13977: First check in to fix bug FM-332, more to come.

    Revision: 13977
    Revision: 13977
    Author:   [email protected]
    Date:     2010-02-04 10:32:41 -0800 (Thu, 04 Feb 2010)
    Log Message:
    First check in to fix bug FM-332, more to come.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-332
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/manifest/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Manifest.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Media.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/BootstrapInfo.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/DRMAdditionalHeader.as

    (Removed)

  • [svn:osmf:] 14192: first checkin of http streaming live support

    Revision: 14192
    Revision: 14192
    Author:   [email protected]
    Date:     2010-02-16 10:43:11 -0800 (Tue, 16 Feb 2010)
    Log Message:
    first checkin of http streaming live support
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.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.

  • [svn:osmf:] 13561: Initial check-in of HTTP streaming implementation.

    Revision: 13561
    Revision: 13561
    Author:   [email protected]
    Date:     2010-01-17 22:21:46 -0800 (Sun, 17 Jan 2010)
    Log Message:
    Initial check-in of HTTP streaming implementation.
    Modified Paths:
        osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/manifest/F4MLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/DefaultMediaFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetClient.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/DynamicNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamDynamicStreamT rait.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/manifest/TestManifestParser.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamUtils.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/events/HTTPStreamingFileHandlerEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/events/HTTPStreamingIndexHandlerEvent.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamRequest.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingFileHandlerBa se.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingIndexHandlerB ase.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingIndexInfoBase .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingNetStreamDyna micStreamTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingState.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/URLLoaderWithContext.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeFragmentRandomAcc essBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable. as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/AdobeSegmentRunTable.a s
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/Box.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/BoxInfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/BoxParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/F4FConstants.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/FragmentDurationPair.a s
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/FullBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/GlobalRandomAccessEntr y.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FFileHa ndler.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexH andler.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexI nfo.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FStream Info.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/LocalRandomAccessEntry .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/MediaDataBox.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/f4f/SegmentFragmentPair.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVHeader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVParserState.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTag.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagAudio.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagScriptDataObject .as
        osmf/trunk/framework/MediaFramework/org/osmf/net/httpstreaming/flv/FLVTagVideo.as
        osmf/trunk/framework/MediaFrameworkFlexTest/assets/mp4_bytes.txt
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeBoots trapBox.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragm entRunTable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestAdobeSegme ntRunTable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestBoxParser. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/httpstreaming/f4f/TestHTTPStream ingF4FFileHandler.as

    Hi.
    So far I have extended the VideoElement to support a extended NetStreamLoadTrait as you suggested.
    My code is the following:
    override protected function processLoadStateChange(
    newState:String, newContext:ILoadedContext):void
                if (newState == LoadState.READY)
                     var context:NetLoadedContext = newContext as NetLoadedContext;
                    netStream = context.stream;
                    if (    !isStreamingResource
                         && (  netStream.bytesTotal <= 0
                              || netStream.bytesTotal == uint.MAX_VALUE
                        netStream.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
                else if (newState == LoadState.UNINITIALIZED)
                    netStream = null;
            private function onNetStatus(event:NetStatusEvent):void
                if (netStream.bytesTotal > 0)
                    dispatchEvent
                        ( new LoadEvent
                            ( LoadEvent.BYTES_TOTAL_CHANGE
                            , false
                             , false
                            , null
                            , netStream.bytesTotal
                    netStream.removeEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
    But no matter what I change, always a new Extended VideoElement is created, the playhead backs to 0.
    Can you explain more how you would modify the NetStreamLoadTrait or LoadTrait to work together with the seek?
    Thanks a lot,
    Chaim

  • [svn:osmf:] 11848: Added check for argument error DRM subsystem throws while generating a DRMContentInfo Object .

    Revision: 11848
    Revision: 11848
    Author:   [email protected]
    Date:     2009-11-16 10:00:48 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Added check for argument error DRM subsystem throws while generating a DRMContentInfo Object.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

  • [svn:osmf:] 13640: First checkin of unit tests for FLV tags and their parser

    Revision: 13640
    Revision: 13640
    Author:   [email protected]
    Date:     2010-01-19 15:07:11 -0800 (Tue, 19 Jan 2010)
    Log Message:
    First checkin of unit tests for FLV tags and their parser
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/FLVTestHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVHeader.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagAudio.as
    Property Changed:
        osmf/trunk/framework/OSMFTest/org/osmf/

    Thanks for posting this!
    I would only mention that your definition is incomplete for this -
    Contextual selector A type of Style Sheet Selector that
    and that it's most often referred to now as a Descendent selector, not a contextual selector.  It's basically the same as the Compound selector that you have already defined....

  • [svn:osmf:] 14024: 1. add multiple BootstrapInfo support

    Revision: 14024
    Revision: 14024
    Author:   [email protected]
    Date:     2010-02-07 14:53:33 -0800 (Sun, 07 Feb 2010)
    Log Message:
    1. add multiple BootstrapInfo support
    2. add fragment discontinuity support
    3. modify unit tests accordingly
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/manifest/BootstrapInfo.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Media.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexInfo.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FStreamInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTable.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/FLVTestHelper.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/FragmentAccessInformation.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.

  • [svn:osmf:] 13488: Initial check-in of the SMIL plugin and sample app.

    Revision: 13488
    Revision: 13488
    Author:   [email protected]
    Date:     2010-01-13 17:19:43 -0800 (Wed, 13 Jan 2010)
    Log Message:
    Initial check-in of the SMIL plugin and sample app.
    Added Paths:
        osmf/trunk/apps/samples/plugins/SMILSample/
        osmf/trunk/apps/samples/plugins/SMILSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/SMILSample/.flexProperties
        osmf/trunk/apps/samples/plugins/SMILSample/.project
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/AC_OETags.js
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/history.css
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/history.js
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/index.template.html
        osmf/trunk/apps/samples/plugins/SMILSample/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/plugins/SMILSample/readme.txt
        osmf/trunk/apps/samples/plugins/SMILSample/src/
        osmf/trunk/apps/samples/plugins/SMILSample/src/SMILSample.css
        osmf/trunk/apps/samples/plugins/SMILSample/src/SMILSample.mxml
        osmf/trunk/plugins/SMILPlugin/
        osmf/trunk/plugins/SMILPlugin/.actionScriptProperties
        osmf/trunk/plugins/SMILPlugin/.project
        osmf/trunk/plugins/SMILPlugin/SMILPlugin.as
        osmf/trunk/plugins/SMILPlugin/html-template/
        osmf/trunk/plugins/SMILPlugin/html-template/AC_OETags.js
        osmf/trunk/plugins/SMILPlugin/html-template/history/
        osmf/trunk/plugins/SMILPlugin/html-template/history/history.css
        osmf/trunk/plugins/SMILPlugin/html-template/history/history.js
        osmf/trunk/plugins/SMILPlugin/html-template/history/historyFrame.html
        osmf/trunk/plugins/SMILPlugin/html-template/index.template.html
        osmf/trunk/plugins/SMILPlugin/html-template/playerProductInstall.swf
        osmf/trunk/plugins/SMILPlugin/org/
        osmf/trunk/plugins/SMILPlugin/org/osmf/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/SMILPluginInfo.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/ISMILMediaGenerator.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILProxyElement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILDocument.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILElement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILElementType.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILMediaElement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/model/SMILMetaElement.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/parser/
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/parser/SMILParser.as

    Hi,
    could you let us know what version of OEPE you were running prior to the upgrade along with the Eclipse version ? Also was the previous installation a full OEPE install or was it installed via the update site ?
    thanks
    Raj

  • [svn:osmf:] 16216: Initial check-in of VAST2 and VPAID sample libraries.

    Revision: 16216
    Revision: 16216
    Author:   [email protected]
    Date:     2010-05-19 10:30:45 -0700 (Wed, 19 May 2010)
    Log Message:
    Initial check-in of VAST2 and VPAID sample libraries.  Note that the previous implementation of VAST (and MAST) remains untouched, with the VAST2/VPAID-enabled implementations being added side-by-side with a "New" suffix.  In the long term, we plan to merge the duplicate libraries/plugins.
    Added Paths:
        osmf/trunk/apps/samples/libs/VASTNewSample/
        osmf/trunk/apps/samples/libs/VASTNewSample/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VASTNewSample/.project
        osmf/trunk/apps/samples/libs/VASTNewSample/readme.txt
        osmf/trunk/apps/samples/libs/VASTNewSample/src/
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.as
        osmf/trunk/apps/samples/libs/VASTNewSample/src/VASTNewSample.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDAdSequencingUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.actionScriptProperties
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/.project
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/readme.txt
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestPlayer.fla
        osmf/trunk/apps/samples/libs/VPAIDNoAdUnitTest/src/VPAIDTestplayer.as
        osmf/trunk/apps/samples/plugins/MASTSampleNew/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/MASTSampleNew/.project
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample-build-config.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.fla
        osmf/trunk/apps/samples/plugins/MASTSampleNew/MASTSample.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/AC_OETags.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.css
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/history.js
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/history/historyFrame.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/index.template.html
        osmf/trunk/apps/samples/plugins/MASTSampleNew/html-template/playerProductInstall.swf
        osmf/trunk/apps/samples/plugins/MASTSampleNew/publish_settings.xml
        osmf/trunk/apps/samples/plugins/MASTSampleNew/readme.txt
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/
        osmf/trunk/apps/samples/plugins/MASTSampleNew/src/MASTSample.as
        osmf/trunk/libs/samples/VASTNew/
        osmf/trunk/libs/samples/VASTNew/.actionScriptProperties
        osmf/trunk/libs/samples/VASTNew/.flexLibProperties
        osmf/trunk/libs/samples/VASTNew/.project
        osmf/trunk/libs/samples/VASTNew/org/
        osmf/trunk/libs/samples/VASTNew/org/osmf/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST1DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VAST2DocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessedEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTDocumentProcessor.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoadTrait.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/loader/VASTLoader.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/DefaultVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/ICacheBuster.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVAST2MediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/IVASTMediaFileResolver.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST1MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2ImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2MediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VAST2TrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTImpressionProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTMediaGenerator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/metadata/VASTMetadata.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2MediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VAST2Translator.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDataObject.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTDocument.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTInlineAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTMediaFile.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTResourceType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTUrl.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideo.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTVideoClick.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST1Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VAST2Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/VASTParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/Parser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/TagParserBase.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CompanionElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2CreativeElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Element.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2InLineElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2LinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2NonLinearElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2Time.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2TrackingData.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/VAST2WrapperElement.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/Errors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/errors/ParserErrors.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserErrorEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/events/ParserEvent.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/IParser.as
        osmf/trunk/libs/samples/VASTNew/org/osmf/vast/parser/base/interfaces/ITagParserBase.as
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flex
        osmf/trunk/libs/samples/VASTNew/vast-build-config.flexcov
        osmf/trunk/libs/samples/VASTNew/vast-build-config.xml
        osmf/trunk/libs/samples/VPAID/
        osmf/trunk/libs/samples/VPAID/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/.project
        osmf/trunk/libs/samples/VPAID/org/
        osmf/trunk/libs/samples/VPAID/org/osmf/
        osmf/trunk/libs/samples/VPAID/org/osmf/.actionScriptProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.flexLibProperties
        osmf/trunk/libs/samples/VPAID/org/osmf/.project
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/elements/VPAIDElement.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/events/VPAIDLoadEvent.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/media/IVPAID.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/metadata/VPAIDMetadata.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/IVPAIDBase.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/model/VPAID_1_1.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDLoadTrait.as
        osmf/trunk/libs/samples/VPAID/org/osmf/vpaid/traits/VPAIDTimeTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/
        osmf/trunk/plugins/samples/MASTPluginNew/.actionScriptProperties
        osmf/trunk/plugins/samples/MASTPluginNew/.project
        osmf/trunk/plugins/samples/MASTPluginNew/MASTPlugin.as
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/AC_OETags.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.css
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/history.js
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/history/historyFrame.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/index.template.html
        osmf/trunk/plugins/samples/MASTPluginNew/html-template/playerProductInstall.swf
        osmf/trunk/plugins/samples/MASTPluginNew/org/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessedEvent. as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoadTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/loader/MASTLoader.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/managers/MASTConditionManager.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/media/MASTProxyElement.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTCondition.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTDocument.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTSource.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTarget.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/model/MASTTrigger.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/parser/MASTParser.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/traits/MASTPlayTrait.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionOperator.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/types/MASTConditionType.as

    Hi Marius,
    I think this problem could be linked to the changes in the layout API and the order of the loading of the video elements.
    Please try to add layoutmetadata with index property to parallel videos so they render in the correct order, something like:
                var layout1:LayoutMetadata = new LayoutMetadata();
                layout1.index= 10 ;
                videoElement.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout1);
                var layout2:LayoutMetadata = new LayoutMetadata();
                 layout2.index= 20 ;
                 vpaidNonLinear.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout2);
    Tell me if that worked,
    S.

  • [svn:osmf:] 15956: First code submission for bug FM-760, add unit tests to increase code coverage.

    Revision: 15956
    Revision: 15956
    Author:   [email protected]
    Date:     2010-05-07 10:42:13 -0700 (Fri, 07 May 2010)
    Log Message:
    First code submission for bug FM-760, add unit tests to increase code coverage.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/MockHTTPNetStream.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestDVRInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastDVRT rait.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastTime Trait.as

    Revision: 15956
    Revision: 15956
    Author:   [email protected]
    Date:     2010-05-07 10:42:13 -0700 (Fri, 07 May 2010)
    Log Message:
    First code submission for bug FM-760, add unit tests to increase code coverage.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/MockHTTPNetStream.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestDVRInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastDVRT rait.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/dvr/TestHTTPStreamingDVRCastTime Trait.as

  • [svn] 3275: Initial check in for support for asdoc comments in mxml files.

    Revision: 3275
    Author: [email protected]
    Date: 2008-09-19 15:01:57 -0700 (Fri, 19 Sep 2008)
    Log Message:
    Initial check in for support for asdoc comments in mxml files.
    For adding comments at the class level or to properties defined inside mxml use the syntax
    Other tags supported in asdoc should also work. for example @see, @includeExamples etc.
    QA: Yes
    Doc:
    Reviewed By: Paul
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Model.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/decl/PropertyDeclaration .java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/decl/UninitializedProper tyDeclaration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java
    Added Paths:
    flex/sdk/trunk/asdoc/templates/images/AirIcon12x12.gif
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java

    @John - no luck on the plugin angle. In checking both JDev installs that previously had the problems, they have the default extensions.
    @Dave - at the time I can't say we noticed any migration notices, we certainly didn't see the migration dialog though. However the application in SVN was built on the same version of JDev so I don't expect a migration to find any changes anyhow.
    However on your second point we always check out into an empty directory, as we're checking out the whole application. As such if as you say the migration utilities is always called, shouldn't that mean we always see the projects modified? We certainly don't, we're on a day by day basis checking out whole applications to different directories and we don't see that behaviour.
    In turn reconsidering the modified .jpr file, from what I saw it looks to me that the whole project file is re-set to it's original state. Initially the problem detected was the libraries attached to the project were gone so we couldn't compile, but in close inspection it seems the whole .jpr file has been modified to a rather vanilla setup.
    One thing I can say when we originally experienced the problem (and from memory this was true in the dim dark past when it also occurred another time), is it was a check out from a SVN tags directory, not the trunk. In thinking about it, it may be the first check out from the tags directory that we see the issue. However to get around the issue we just revert the project file in the tags directory, we don't actually change the SVN repository code (ie. commit), so the issue should keep occurring. Yet at the moment if we check out the same tags directory, the issue doesn't occur?
    Hmmm?
    Btw Dave, are you an Oracle employee?
    CM.

  • [svn:osmf:] 15252: 1) SMILPlugin - SMILMediaGenerator class modified to support both live and vod smil files .

    Revision: 15252
    Revision: 15252
    Author:   [email protected]
    Date:     2010-04-06 16:57:34 -0700 (Tue, 06 Apr 2010)
    Log Message:
    1) SMILPlugin - SMILMediaGenerator class modified to support both live and vod smil files. SMILLoader modified to retain original resource metadata.
    2) AkamaiBasicStreamingPlugin refactored. This includes improved support for all types of streams while the plugin is loaded, added support for plugin metadata that can override built in defaults for a) live stream time out; b) whether or not the plugin should try to reconnect to a live stream if both primary and secondary encoders fail; c) the interval at which the retry should occur.  Added support for resource metadata for specifying connect-level and stream-level auth tokens so that these tokens do not need to be part of the URL (although this is acceptable also).
    3) AkamaiPluginSample app updated to support auth tokens which are not part of the URL (these are passed to the Akamai plugin via resource metadata).
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/.actionScriptProperties
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/AkamaiBasicStreamingPlugin.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/AkamaiBasicStreaming PluginInfo.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetConnect ion.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetConnect ionFactory.as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetLoader. as
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetStream. as
    Removed Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/com/akamai/osmf/events/

  • [svn:osmf:] 15288: 1. Add http streaming DVR support

    Revision: 15288
    Revision: 15288
    Author:   [email protected]
    Date:     2010-04-08 14:50:27 -0700 (Thu, 08 Apr 2010)
    Log Message:
    1. Add http streaming DVR support
    2. Fix FM-497, FM-610 and FM-618
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-497
        http://bugs.adobe.com/jira/browse/FM-610
        http://bugs.adobe.com/jira/browse/FM-618
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/Manifest.as
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSwitchManager.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexInfo.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/DVRInfo.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/HTTPStreamingDVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/dvr/HTTPStreamingDVRCastTimeTrait.as

    Hi,
    We have an issue referring to that http://bugs.adobe.com/jira/browse/ST-422 . It was raised in SMP, but its roots are in OSMF.
    This issue appears on RTMP only, not in HDS.

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

Maybe you are looking for