[Libav-user] avcodec_decode_video2

Alex Cohn alexcohn at netvision.net.il
Sun Jan 1 08:54:52 CET 2012


On Fri, Dec 30, 2011 at 18:14, Neil Menne <nhmenne42 at students.tntech.edu> wrote:
> I can open it in VLC just fine. Also, I've generated the sdp file and passed
> that file to ffmpeg and it opens the video fine. I just need more of the RTP
> information than FFmpeg provides, so I've implemented a more complete RTP
> layer using Live555.

What I would've done in this situation, dump to disk the data that you
pass to libav, and compare it to whatever you get through ffmpeg:

ffmpeg -i rtsp://XXXX/input.sdp -vcodec copy -an -f output.264

(or something similar).

-Alex


More information about the Libav-user mailing list