When I compile and run the output-example program that comes with ffmpeg I get error messages. I am running the latest revision from the SVN repo.
$./ffmpeg FFmpeg version SVN-r23514, Copyright (c) 2000-2010 the FFmpeg developers built on Jun 7 2010 09:12:20 with gcc 4.4.3 configuration: libavutil 50.18. 0 / 50.18. 0 libavcodec 52.74. 1 / 52.74. 1 libavformat 52.68. 0 / 52.68. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.20. 0 / 1.20. 0 libswscale 0.11. 0 / 0.11. 0 When I try running the example program with the udp handler, I get numerous errors and the receiver has mangled video. $ ./output-example udp://192.168.1.105:9977 Sample Errors: [mpeg @ 0x99ec020]buffer underflow i=1 bufi=195 size=209 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=51 size=1796 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=275 size=1257 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=1038 size=1593 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=1465 size=1757 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=187 size=1456 [mpeg @ 0x99ec020]buffer underflow i=1 bufi=131 size=209 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=751 size=1765 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=1006 size=1394 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=186 size=6730 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=2215 size=6730 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=4256 size=6730 [mpeg @ 0x99ec020]buffer underflow i=0 bufi=6297 size=6730 Any idea on how to correct this? Or is this normal? Thanks, Bill _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
