Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-04-04 Thread Michael Niedermayer
On Tue, Mar 31, 2015 at 07:40:01PM -0700, Vignesh Venkatasubramanian wrote: > This patch adds support for creating DASH manifests for WebM Live > Streams. It also updates the documentation and adds a fate test to > verify the behavior of the new muxer flag. > > Signed-off-by: Vignesh Venkatasubram

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Timothy Gu
On Tue, Mar 31, 2015 at 7:40 PM Vignesh Venkatasubramanian < vigne...@google.com> wrote: > This patch adds support for creating DASH manifests for WebM Live > Streams. It also updates the documentation and adds a fate test to > verify the behavior of the new muxer flag. > > Signed-off-by: Vignesh

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Vignesh Venkatasubramanian
On Tue, Mar 31, 2015 at 6:45 PM, Timothy Gu wrote: > > > On Tue, Mar 31, 2015 at 5:11 PM Vignesh Venkatasubramanian > wrote: >> >> This patch adds support for creating DASH manifests for WebM Live >> Streams. It also updates the documentation and adds a fate test to >> verify the behavior of the

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Michael Niedermayer
On Tue, Mar 31, 2015 at 04:51:58PM -0700, Vignesh Venkatasubramanian wrote: > This patch adds support for creating DASH manifests for WebM Live > Streams. It also updates the documentation and adds a fate test to > verify the behavior of the new muxer flag. > > Signed-off-by: Vignesh Venkatasubram

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Michael Niedermayer
On Tue, Mar 31, 2015 at 04:54:11PM -0700, Vignesh Venkatasubramanian wrote: [...] > The newly added fate test requires these two files to be present in > "vp8/" directory. Please put them there before running them: > 1) > https://drive.google.com/file/d/0Bx8Q1nhO9b6MSExHUEM5U1pyWW8/view?usp=sharin

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Timothy Gu
On Tue, Mar 31, 2015 at 5:11 PM Vignesh Venkatasubramanian < vigne...@google.com> wrote: > This patch adds support for creating DASH manifests for WebM Live > Streams. It also updates the documentation and adds a fate test to > verify the behavior of the new muxer flag. > > Signed-off-by: Vignesh

[FFmpeg-devel] [PATCH 2/2] webmdashenc: Support for live stream manifests

2015-03-31 Thread Vignesh Venkatasubramanian
This patch adds support for creating DASH manifests for WebM Live Streams. It also updates the documentation and adds a fate test to verify the behavior of the new muxer flag. Signed-off-by: Vignesh Venkatasubramanian --- doc/muxers.texi| 27 - libavformat/webmdashen