On Fri, Dec 30, 2011 at 18:14, Neil Menne <[email protected]> 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
