Menu

Commit [r1921]  Maximize  Restore  History

Fix FM-936: RTMP preroll briefly shows image when in SerialElement and rewound. The fix is to call Video.clear() whenever a VideoElement initiates a seek to the end. Because a seek within a SerialElement applies to all children (e.g. seek to the end causes all children to seek to their ends), we can ensure that each child's Video is cleared as soon as the playhead moves past its endpoint, so that the image is not displayed when the playhead returns to that child (through a seek or a rewind).

briggs@adobe.com 2010-09-27

changed /osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as
changed /osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSeekTrait.as
changed /osmf/trunk/framework/OSMF/org/osmf/net/NetStreamTimeTrait.as
/osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/framework/OSMF/org/osmf/net/NetStreamSeekTrait.as Diff Switch to side-by-side view
Loading...
/osmf/trunk/framework/OSMF/org/osmf/net/NetStreamTimeTrait.as Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.