On Wed, Oct 9, 2024 at 4:48 PM Rémi Denis-Courmont <r...@remlab.net> wrote:

>
>
> AFAICT, reconnecting blindly makes no sense if the file size is known,
> flag or no flag.
>
> With that said the current code seems odd. Normal seek semantics allow for
> seeking to or even past the end of a file. The offset should not be capped
> like this. The server will return 416 which should be treated as
> "successfully" seeking. Or if the file has changed size in the mean time,
> it will return 206 and we can continue streaming.
>
> But either way, this patch doesn't look right.
>
>
I'd be happy to revert commit 69fcc09 if you are OK with this. Right now
the support for live HTTP streams is broken and setting reconnect_at_eof
has no effect.

Thanks,
Rado
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to