Roger Hardiman

Results 284 comments of Roger Hardiman

Hi. It looks like the feed from your doorbell is not RTSP compliant. You could getting ffmpeg to transcode. It will use CPU resources but should fix the problem

I think the library can be expanded to achieve this. There are .cs files for each message type and the REDIRECT message will need to be added. Then you need...

Had never thought of using the simple encoder as a placeholder NAL. On my projects I capture the NALs for my placeholders and save the in a file and use...

Hi. Thanks for the bug reports. The RTSPCameraServer was originally a quick proof of concept. I published the code and then forgot about it (I use the library mainly as...

First set of fixes done. SSRC is now in Transport. For RTP-Info I've added in the URL and RTP Sequence Number. the rtptime is slightly harder. The rtptime comes from...

Extra information emailed in by Andres... I am back from vacation and pulled down the fix that you made to the RTSP server code to advertise the ssrc in the...

Hi @ikriz Thanks for the post. If you could open a new Issue report about the UDP ports, that would be great. But for now I'll ask about the "a=control:xxxxx"...

We need to look at the bug in a little more detail. The UDPSocket() function tries to open a UDP port and if it fails, it moves on to the...

The H264 encoder in the RtspCameraExample is not designed for real use. It is a really simple H264 encoder used to demonstrate that SharpRTSP can do. What you need do...

Hi Thanks for letting me know that the live555 proxy does not set the marker bit. The RTP standard says that we can use the marker bit OR we can...