Re: [Live-devel] Unable to set PPS/SPS headers

2013-08-01 Thread Ross Finlayson
> The problem is that my SPS/PPS NALs are never used in SDP. After some > debugging i reached the place where Session Description is created in > H264VideoRTPSink: > > if (sps == NULL || pps == NULL) { >// We need to get SPS and PPS from our framer source: >if (fOurFragmenter == NULL) retu

[Live-devel] Unable to set PPS/SPS headers

2013-07-23 Thread Paweł Miniszewski
Hello, I'm creating a live streaming library and I have problems with setting up h264 video stream. I implemented a MediaSource class to wrap MS Media Foundation H264 encoder and plugged it into my custom subsession, like this: CIMediaSource* source = CIMediaSource::createNew(envir(), FrameProvi