[Live-devel] Without SDP with H264VideoStreamDiscreteFramer

Ross Finlayson finlayson at live555.com
Mon Sep 9 23:36:53 PDT 2013


> I’ve a question about H264VideoStreamFramer and H264VideoStreamDiscreteFramer.
> Since my video frame source is discrete (frame by frame), I use H264VideoStreamDiscreteFrame.
> However, I discover the H264VideoRTPSink didn’t have SDP (dump auxSDPLine() periodically) with H264VideoStreamDiscreteFramer.

Does your input sequence of NAL units (that you pass to "H264VideoStreamDiscreteFramer") contain SPS and PPS NAL units (either at the start of the sequence, or periodically within it)?  If so, then the "H264VideoStreamDiscreteFramer" will automatically record these when they appear, and this will cause the proper "auxSDPLine()" to get generated.

Alternatively, if you know the SPS and PPS NAL unit data in advance, you can pass them as parameters to the "H264VideoRTPSink" constructor (see "liveMedia/include/H264VideoRTPSink.hh").


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/20130909/27f89b7e/attachment.html>


More information about the live-devel mailing list