Re: [Live-devel] regarding sps/pps in live555

2012-10-23 Thread Ross Finlayson
> So I guess live555 would parse the sps/pps from the h264 stream, but I don’t > know whether live555 stores these value. Yes it does. The "H264VideoStreamFramer" (or "H264VideoStreamDiscreteFramer") object - which precedes the "H264VideoRTPSink" object in the data stream - will store copies o

[Live-devel] regarding sps/pps in live555

2012-10-23 Thread 梦幻工作室
Hi, I used to live555 send h264 stream. And I use H264VideoRTPSink::createNew(envir(),rtpGroupsock,rtpPayloadTypeIfDynamic) to create rtp sink. In the createnew function, I don’t deliver sps/pps to live555. So I guess live555 would parse the sps/pps from the h264 stream, but I don’ t kno