[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)

Similar Messages

  • [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);

  • [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:] 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:] 12425: Extending unit tests, and fixing a bug.

    Revision: 12425
    Revision: 12425
    Author:   [email protected]
    Date:     2009-12-03 04:22:59 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Extending unit tests, and fixing a bug.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/CompositeMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

  • [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:] 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:] 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:] 16892: Code change to the fix for FM-934

    Revision: 16892
    Revision: 16892
    Author:   [email protected]
    Date:     2010-07-12 15:55:59 -0700 (Mon, 12 Jul 2010)
    Log Message:
    Code change to the fix for FM-934
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-934
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as

    (Removed)

  • [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:] 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:] 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:osmf:] 14105: Fixed bug where canSeekTo(0) wasn' t checked before the auto rewind code in play was called.

    Revision: 14105
    Revision: 14105
    Author:   [email protected]
    Date:     2010-02-10 11:34:06 -0800 (Wed, 10 Feb 2010)
    Log Message:
    Fixed bug where canSeekTo(0) wasn't checked before the auto rewind code in play was called.  Fixed 347.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • [svn:osmf:] 13914: 1. Fix a bug that deals with discontinuity of fragments.

    Revision: 13914
    Revision: 13914
    Author:   [email protected]
    Date:     2010-02-01 16:02:58 -0800 (Mon, 01 Feb 2010)
    Log Message:
    1. Fix a bug that deals with discontinuity of fragments. This is the first check in of the fix. More extensive testings may discover other issues.
    2. Apply a patch from Matthew, quoted from Matthew's email:
    This one should pick up ?\226?\128?\156play now can take a starting offset?\226?\128?\157, stubs out ?\226?\128?\156play for duration?\226?\128?\157, and also picks up ?\226?\128?\156data messages are lost during enhanced seek?\226?\128?\157.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

    Thanks.
    I actually figured a better solution which was putting the fix right into VASTTrackingProxyElement.as so that VAST2TrackingProxyElement.as just inherits it, since I saw same issue with VAST1 ads as well!
    Cheers,
    mark

  • [svn:osmf:] 18011: 1. Fix bug FM-1086, change OSMF version from 1.41 to 1.5

    Revision: 18011
    Revision: 18011
    Author:   [email protected]
    Date:     2010-10-04 16:45:07 -0700 (Mon, 04 Oct 2010)
    Log Message:
    1. Fix bug FM-1086, change OSMF version from 1.41 to 1.5
    2. Misc code modifications
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1086
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/utils/Version.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/TestPluginManager.as

    I chroot into workdir. uncommented en_US.UTF-8 in /etc/locale.gen, run locale-gen and now get this inside the chroot.
    [root@dArch2 releng]# chroot work/x86_64/root-image/
    [root@dArch2 /]# locale
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    this looks alright to me. Any more suggestions?
    It's the first time I use a custom-repo and I set it up only for this purpose. So yes, it's up to date and can be used outside the chroot. Also a different package I put from AUR into my custom-repo installs fine and doesn't give this error.
    How else could I test the custom-repo?

Maybe you are looking for

  • G/L Account does not exist error while invoicing

    Hi , I am trying to invoice an account. While invoicing it is throwing the following error message G/L Account does not exist. From where can I know which G/L account it is refering to? or which main/sub is not mainteined for this ADID. Thanks in adv

  • FlashPlayer 10.2.152.26 and Blue Screen (ati2dvag error)

    Hi. I know for sure that I’m not the only one to have this kind of problem. My configuration (single user): PC Acer Travelmate 6592G. OS: Windows XP Pro SP3 updated with the latest patches. ATI Mobility Radeon HD 2400 XT HyperMemory (with last versio

  • Does not recognize printer

    Just got my G4 (9.2.2) back with new power supply. Decided to set it up on it's own with only a HP LaserJet 2100TN attached via Ethernet cable. Was previously setup on network with other computers via hub, router etc. Chooser does not see my HP print

  • How do I get iTunes 11 to display full album names?

    I miss the old iTunes already. My main question is how do I get it to show me my full album names as in album view? It always shows thumbnails of the albums, seems you don't get another choice for how to view your albums...you're forced into what App

  • No output display (J2SE 1.4.0 SDK on W2k)

    I'm running a simple Hello World program on a Windows 2000 Server (with SP3), I've J2SE 1.4.0 SDK installed on my computer. I've no problem compiling the program but I can't see the output when I run this simple program! Even when I did a simple "jav