[FFmpeg-user] Capture RTP-Stream into file

Roger Pack rogerdpack2 at gmail.com
Fri Sep 14 21:59:28 CEST 2012


> ffmpeg -i rtp://@239.35.10.4:10000 -map 0:0 -map 0:2 -vcodec copy -acodec
> copy -t 30 -y -r 50 test_r30.mkv
> ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
>   built on Sep 14 2012 16:19:43 with gcc 4.2.1
>   configuration: --prefix=/ffmpeg-0.11.1/ --logfile=lol.log --enable-static
> --enable-gpl
>   libavutil      51. 54.100 / 51. 54.100
>   libavcodec     54. 23.100 / 54. 23.100
>   libavformat    54.  6.100 / 54.  6.100
>   libavdevice    54.  0.100 / 54.  0.100
>   libavfilter     2. 77.100 /  2. 77.100
>   libswscale      2.  1.100 /  2.  1.100
>   libswresample   0. 15.100 /  0. 15.100
>   libpostproc    52.  0.100 / 52.  0.100
> [NULL @ 0x8ed9e60] non-existing PPS referenced

I don't know what the problem is, but I'm wondering if maybe FFmpeg
isn't waiting for a keyframe to start decoding it...?
-r


More information about the ffmpeg-user mailing list