mirror of https://github.com/FFmpeg/FFmpeg.git
Apparently, some live streams can delete segments too early, maybe because the client is too far behind. In this case, it's better to skip the segment, instead of returning EOF. (Yes, the HLS demuxer actually returns AVERROR_EOF if opening the segment returns a 404 HTTP error.) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/133/head
parent
3acadc89f4
commit
e2691b8092
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue