On Thu, Apr 16, 2015 at 01:47:20PM +0200, wm4 wrote:
> 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 openin
On Thu, 16 Apr 2015 13:47:20 +0200
wm4 wrote:
> 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
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.)
---
I'd say this is