Re: [FFmpeg-devel] [PATCH] avformat/hls: continue to play enabled playlist when have failed playlist

2019-09-09 Thread Liu Steven
> 在 2019年9月3日,上午9:55,Steven Liu 写道: > > fix ticket: 7811 > > Signed-off-by: Steven Liu > --- > libavformat/hls.c | 20 +++- > 1 file changed, 15 insertions(+), 5 deletions(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index 61b6759ef5..3aee7a19ae 100644 > ---

[FFmpeg-devel] [PATCH] avformat/hls: continue to play enabled playlist when have failed playlist

2019-09-02 Thread Steven Liu
fix ticket: 7811 Signed-off-by: Steven Liu --- libavformat/hls.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 61b6759ef5..3aee7a19ae 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -116,6 +116,7