You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FFmpeg throws the following error, when requesting through hysteria :
[tls @ 000001aedf626700] Error in the pull function.
[tls @ 000001aedf626700] IO error: End of file
[in#0 @ 000001aedf60a580] Error opening input: End of file
Error opening input file http://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4.
Error opening input files: End of file
To Reproduce
** standard http client
set HTTP_PROXY=http://127.0.0.1:1080
ffmpeg -i "https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4" -c copy out.mp4
Go's resp.Write() adds a "Content-Length: 0" header and it seems that
ffmpeg doesn't like this and immediately closes the proxy connection.
close: #1109
Describe the bug
FFmpeg throws the following error, when requesting through hysteria :
To Reproduce
** standard http client
Expected behavior
Tunnel HTTP CONNECT w/o immediately closing.
Logs
Device and Operating System
Windows 10 PRO (v21H2)
Additional context
Works for HTTPS sites on Browser. FFmpeg works with other http proxy clients (such as Xray).
The text was updated successfully, but these errors were encountered: