Did you originally write "the console does not display errors"????
On Mon, Dec 07, 2015 at 23:56:09 +0100, juan carlos Rebate wrote: > [h264 @ 0000000006290940] Found reference and non-reference fields in > the same frame, which is not implemented. Update your FFmpeg version > to the newest one from Git. If the problem still occurs, it means that > your file has a feature which has not been implemented. > [h264 @ 0000000006290940] If you want to help, upload a sample of this > file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel > mailing list. ([email protected]) Unless someone disagrees, this here is the description of your problem. If you want to capture this as a file, you probably have to do something like: $ ffmpeg -i rtp://239.0.0.73:8208 -map 0:v -c copy -t 10 dump.ts (Even more valuable information was at the top of your output, probably scrolled out of screen?) Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
