FFmpeg: error reading header #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some programs cannot be correctly handled by ffmpeg and result in a error:
It might be due to an improper chunking of the video stream on the server: if we download the entire video stream manualy and then mux it, ffmpeg does not run into that error.
develto stableffmpeg: error reading headerto FFmpeg: error reading headerOne way to aproach this could be to download the streams (audio/video/subs) first and then mux them using FFMPEG. Actually this is already the case for the subs (as we need to convert them from VTT to SRT).
This would in principle solve the issue, but it would mean that the script handle the download (and not FFMPEG) and therefore require temporary files (harddrive space) before the muxing can begin.
stableto 6-ffmpeg-error6-ffmpeg-errorto stable