Roger Hardiman

Results 284 comments of Roger Hardiman

Let's focus on this code in Janus if(fragment == 5 || ((fragment == 28 || fragment == 29) && (nal == 5 || nal == 7) && start_bit == 128))...

Ok. I've got there. I installed Apache and copied in the html files. I went to the /streamingtest/html page and used the Chrome Console to run generateStream (never used the...

The keyframe detection code is fine for me. It detects RTP packets with raw NALs (so spots fragment type 5 which means an IDR I-frame) and it spots NALs wrapped...

Ok. I have a possible suggestion There are two ways you can send the SPS and PPS. a) in the SDP b) in the RTP video stream, mixed in with...

Another thing you will need to implement in RtspCameraExample is to handle the case where there are multiple NALs forming a video frame. Most H264 encoders will return an Array...

Ok. quick update. I did a quick change to SharpRTSP Server to send multiple NALs and got it to send the SPS and PPS before the I-Frame. Janus now tells...

Hi @lminiero Thanks for the extra info. Never used Janus before so background is very welcome. You are right most IP cameras include the SPS and PPS in-band. I think...

ffmpeg is unable to extract the SPS/PPS data from the RTSP source. "Missing PPS in sprop-parameter-sets, ignoring". So the H264 decoder can probably cope with the lack of PPS in...