Hi, I could finally solve my problem. As I posted it in the first time, I also describe how I solved it for the record...
When compiling the FFMPEG static libs on windows, I encountered the "lc_codepage" link error and followed the advices given here: http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=1&t=891 Unfortunately, I missed the lines saying: > 5. link with libmingwex.lib and > libmoldname80d.a for vs2005 debug mt dll > libmoldname80.a for vs2005 release mt dll I was therefore linking with the modified libmingwex.lib indeed, but still with libcoldname.a. It worked fine at compilation time, but it was definitely a bad idea as it created so many troubles in runtime.... Leïla -----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de leila Aït Kaci Envoyé : mercredi 11 mars 2009 13:30 À : [email protected] Objet : [libav-user] Error: skipping flv packet... 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 _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
