DescriptionPlay WebM live stream
BUG=44891
TEST=Can play live stream http://195.10.10.75:8800/live.webm
This patch allows a live WebM stream to be played.
After demuxing by FFmpeg, the duration was set to an invalid value. This
makes the video pipeline to set duration to 0, and so WebKit never allows
us to play because currentTime == duration all the time.
This patch sets duration to an infinite value when duration is reported as
invalid in FFmpeg.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54983
Patch Set 1 #
Total comments: 1
Messages
Total messages: 10 (0 generated)
|