Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Disable streaming for webm output

2019-04-16 Thread Jeyapal, Karthick via ffmpeg-devel
On 4/10/19 12:09 PM, Karthick J wrote: > Currently streaming for webm output doesn't work. > Disabling explicitly will make sure that the manifest will get generated > correctly. > --- > libavformat/dashenc.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavformat/dashenc.c b/l

[FFmpeg-devel] [PATCH] avformat/dashenc: Disable streaming for webm output

2019-04-09 Thread Karthick J via ffmpeg-devel
Currently streaming for webm output doesn't work. Disabling explicitly will make sure that the manifest will get generated correctly. --- libavformat/dashenc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index f8d71166d4..d8dcbc1230 10064