Hello, I've been trying to get ffmpeg to download and convert HTTP streams, in this case a video from YouTube (But the problem happens for any HTTP stream). After feeding ffmpeg the direct URL to the video, it starts downloading and converting the stream. When it's very close to the end, the conversion stops and the following line keeps getting output repeatedly: [flv @ 00......]skipping flv packet: type 68, size (varies), flags 0 I captured what was happening behind the scenes with Ethereal, and it seems that FFmpeg keeps hitting the download server, giving an invalid Range HTTP header, and the server keeps replying with an HTTP 416 (Requested Range Not Satisfiable). The problem doesn't happen every time. Using the same URL, FFmpeg sometimes does its job, sometimes not. I'm using FFmpeg r13242 on win32. Help? _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
