[Live-devel] Questions about project to dump Images frames from H264 stream using live555 and ffmpeg

Ross Finlayson finlayson at live555.com
Fri Mar 2 13:42:32 PST 2012


> pSavedSDPLines = m=video 0 RTP/AVP 33

Whoa!  Hold on - this line tells me that your input stream is *not* a H.264 RTP stream.  Instead, it's a MPEG Transport Stream (that may, or may not, contain H.264, or MPEG-4, or MPEG-2, or a number of other things).

This is your problem: You're treating your input stream as if it were a H.264 stream - but it's not.  Because your data is MPEG Transport stream, the way in which you decode it is completely different.  (You don't deal with NAL units, or anything like that, because that's all hidden within the Transport Stream.)


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120302/c80b49ee/attachment.html>


More information about the live-devel mailing list