compn <[email protected]> added the comment: yeah its possible to change the http chunk amount, check in the source:
from libavformat/http.c /* used for protocol handling */ #define BUFFER_SIZE 1024 #define URL_SIZE 4096 #define MAX_REDIRECTS 8 try changing buffer_size (note that i have no idea if it will help in your case) btw just ffmpeg -i "http://video.nfl.com/films/s2010/nflcom/w04/101003_ghl_week_4_dc_vo_jets_bills_700k.mp4" out.avi should show the problem. the smaller the command to reproduce the error, the better. ---------- substatus: needs_more_info -> open ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2282> ________________________________________________
