Re: [FFmpeg-devel] [PATCH] avformat/hls allow playback when some variant streams are unavailable

2017-04-13 Thread Tim Hunt
Not sure if it was email formatting or editor setting. Is this patch ok? On Thu, Apr 13, 2017 at 5:24 PM, Michael Niedermayer wrote: > On Thu, Apr 13, 2017 at 04:14:46PM +0100, Tim Hunt wrote: > > My last patch was slightly convoluted and really dumb. > > > > I suspect it i

Re: [FFmpeg-devel] [PATCH] avformat/hls allow playback when some variant streams are unavailable

2017-04-13 Thread Tim Hunt
VFormatContext *s) } update_noheader_flag(s); - return 0; fail: hls_close(s); -- 2.7.4 On Thu, Apr 13, 2017 at 12:43 AM, Tim Hunt wrote: > addresses ticket #2617 > > The test url given in the bug report is now working and has been playing > for a

[FFmpeg-devel] [PATCH] avformat/hls allow playback when some variant streams are unavailable

2017-04-12 Thread Tim Hunt
addresses ticket #2617 The test url given in the bug report is now working and has been playing for a couple of hours. http://amd.cdn.turner.com/adultswim/big/streams/playlists/toonami.m3u8 --- libavformat/hls.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-)