> 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
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