Roger Hardiman
Roger Hardiman
UPDATE - I noticed I was missing the t=0 0 from the SDP. Also in the future I'd need packetization mode in there but not necessary right now as only...
UPDATE 2 - I know the cause of the problem. SharpRTSP with the TinyH264 video encoder does not work with VLC. SharpRTSP with a proper H264 encoder (libx264) works fine...
Can you explain how your software currently works. For example, how are you converting your photos to YUV format to feed into the example h264 encoder. Or are you using...
you would have to use some other library to open the USB camera device and get images. They would probably be in a different YUV format (a different order of...
I see janus uses libcurl for RTSP. I've never tested that, but doing some Google searches shows me libcurl had issues with Digest Authentication. Try with an empty username and...
Can you get some Verbose logs from Janus to show me what it is doing, or how far through it gets through the OPTIONS, DESCRIBE, SETUP, PLAY sequence.
Thanks for the logs. This tells me RtspCameraClient is sending the video OK. It has gone from DESCRIBE to SETUP to PLAY and it has sent 6 chunks of H264...
There are a few possible places it can go wrong a) The SD has some hard coded values for the SDP that may be wrong (eg "profile-level-id=42A01E") b) Maybe it...
Hi I found and fixed two bugs in the H264 encoding in SimpleH264 Encoder (one in the SPS, one in the video NALs Slice Header). These prevented the RTSP stream...
I have a question. You said you are using the raw H264 frames from an IP camera. Can you tell me how you are getting the raw frames? eg are...