[Live-devel] Open H.264 stream frame by frame
Ross Finlayson
finlayson at live555.com
Thu Sep 25 05:48:34 PDT 2014
As others have noted, the "LIVE555 Streaming Media" code doesn't include any 'codec' (i.e., audio/video decoding or encoding) functionality. If you want to actually decode an incoming RTSP/RTP stream, you'll need to use separate decoding software.
If you want to process the H.264 NAL units for an incoming RTSP/RTP stream, then I suggest that you use the "testRTSPClient" demo application as a model (see "testProgs/testRTSPClient.cpp"). Note, in particular, the "DummySink" class. You can use this code as a model for your own class that analyzes each incoming H.264 NAL unit.
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/20140925/970abafb/attachment.html>
More information about the live-devel
mailing list