<p>I will definitely give that a shot.</p>
<div class="gmail_quote">On Jan 1, 2012 1:55 AM, "Alex Cohn" <<a href="mailto:alexcohn@netvision.net.il">alexcohn@netvision.net.il</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Dec 30, 2011 at 18:14, Neil Menne <<a href="mailto:nhmenne42@students.tntech.edu">nhmenne42@students.tntech.edu</a>> wrote:<br>
> I can open it in VLC just fine. Also, I've generated the sdp file and passed<br>
> that file to ffmpeg and it opens the video fine. I just need more of the RTP<br>
> information than FFmpeg provides, so I've implemented a more complete RTP<br>
> layer using Live555.<br>
<br>
What I would've done in this situation, dump to disk the data that you<br>
pass to libav, and compare it to whatever you get through ffmpeg:<br>
<br>
ffmpeg -i rtsp://XXXX/input.sdp -vcodec copy -an -f output.264<br>
<br>
(or something similar).<br>
<br>
-Alex<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div>