Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Added option to repeatedly publish master playlist

2019-02-24 Thread Jeyapal, Karthick
On 2/19/19 12:18 PM, Karthick J wrote: > The master playlist can be published at a specified interval with this option > --- > doc/muxers.texi | 3 +++ > libavformat/dashenc.c | 9 - > 2 files changed, 11 insertions(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.tex

[FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Added option to repeatedly publish master playlist

2019-02-18 Thread Karthick J
The master playlist can be published at a specified interval with this option --- doc/muxers.texi | 3 +++ libavformat/dashenc.c | 9 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 36010cf2d1..372fab2f92 100644 --- a/doc/muxer