shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Live webm streaming #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DirectShow Mux should take care of this case with all f for size of elements.

Original issue reported on code.google.com by hwasoo...@google.com on 23 Nov 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Segment, SeekHead, Segment Info, SeekID, and Seek element should be all f in 
case of live streaming.

Original comment by hwasoo...@google.com on 23 Nov 2010 at 8:11

GoogleCodeExporter commented 9 years ago
I use directshow webmmuxer and I want to seek by a/v data in live stream. For 
example I build graph with my filter and get data from webmmuxer, I want 
transmit data by network and I want seek in this stream. Thanks.

Original comment by roman.sh...@gmail.com on 18 Mar 2011 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by matthewj...@google.com on 18 Mar 2011 at 5:29

GoogleCodeExporter commented 9 years ago
The muxer was changed to write -1 as the size (where necessary) when in live 
mode.

Original comment by matthewj...@google.com on 16 Feb 2012 at 10:00