Hi, I am starting using FFMPEG to implement a FLV player. It plays except that for every FLV file I use, after a random time (different for different files, but consistent for one given file), FFMPEG output several errors of the following type:
Error: skipping flv packet: type 5, size 2557952, flags 0 Error: skipping flv packet: type 202, size 8437773, flags 0 .... When it happens, "av_read_frame" returns an error code. And after 10/15 errors of this type, it finally indicates that the end of the file was reached. I couldn't find any help on the web on how to solve this issue; I would highly appreciate if anyone could help. I should precise that as I am working with the Visual .Net 2005 environment, I followed the great step-by-step documentation to build FFMPEG as static libraries usable for MSVC. I used "gcc 4.2.1-sjlj" for compilation. Thanks in advance, Leïla _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
