Closed
Bug 1175313
Opened 10 years ago
Closed 9 years ago
Implement SWF parser and player side of timeline-embedded video support
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: till, Assigned: tschneider)
References
Details
To play back embedded videos, we need to restore an FLV buffer from the tags embedded in a SWF. To be able to play back a streaming video before it has been fully loaded, we should do the combining into a complete buffer in the FLV player. In Shumway, we just need to be able to extract the data and pass it out for processing. Because video data is large, we shouldn't store it anywhere. Instead, they should be extracted on demand and passed over to the vp6 player immediately. (I'm assuming that we need to transmit more than one at a time to keep the media playback pipeline fed, but am not sure about that.)
For this bug, the idea is to put everything into place for retrieving the right tags and sending them out to the FLV player.
Updated•9 years ago
|
Blocks: shumway-m4
Assignee | ||
Comment 1•9 years ago
|
||
Addressed in https://github.com/mozilla/shumway/pull/2318, waiting for review.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•