[FFmpeg-trac] #11322(avformat:reopened): ffmpeg stops with exit code 0 during input of hls http stream
FFmpeg
trac at avcodec.org
Fri Nov 29 22:58:03 EET 2024
#11322: ffmpeg stops with exit code 0 during input of hls http stream
-------------------------------------+------------------------------------
Reporter: Mad Sweeney | Owner: (none)
Type: defect | Status: reopened
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: http | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+------------------------------------
Comment (by MasterQuestionable):
͏ Server-side restriction mostly likely:
͏ Excessive download disallowed.
https://ffmpeg.org/ffmpeg.html#Advanced-options
͏ “"-re" (input)
͏ Read input at native frame rate. This is equivalent to setting
"-readrate 1".”
͏ Probably you shall use dedicated downloader (e.g. [https://github.com
/yt-dlp/yt-dlp/issues/9710#issue-2249649551 `yt-dlp`]) for downloading?
\\
\\
͏ Per:
https://ffmpeg.org/ffmpeg-protocols.html#Protocols
͏ “"-rw_timeout"
͏ Maximum time to wait for (network) read/write operations to complete,
in microseconds.”
͏ "-rw_timeout 2147483647" would mean 2,147,483.647 s
(24::20:31:23.647).
͏ Likely not simply timeout but connection reset.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11322#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list