Roger Hardiman

Results 236 comments of Roger Hardiman

I'm back doing some SharpRTSP development so looking at this Issue Report properly now. I tried a copy of Live555 proxy from 2018 and it used the Marker Bit correctly...

Hi Please can you make a Fork on github with an example of the code you would like. Then I can review and merge the code into the main project....

I think you have found an issue in Sharp RTSP ``` NewCommand: Rtsp.Messages.RtspResponse Headers: CSeq: 8 Headers: Server: Hipcam RealServer/V1.0 Headers: Session: eKoPfUYGRpb Headers: The thread 0x3d18 has exited with...

H265 support is already in the client. Adding to the MJPEG or adding H265 to the server and the client can be done and the offer of paid development is...

I have used SharpRTSP on Android and on iOS using the Xamarin/Microsoft C# tools. On Android and on iOS I had to wrote extra code to use the video encoding...

You'd need to ask (or look for existing answers) on Stack Overflow. But from what I remember, I could open the Android camera and get raw images which I could...

Hi I remember using OnPreviewFrame. But the last time I wrote code for this was 5 years ago usng the Camera API. I do not know what the new functions...

I added some code to send Receiver Reports and it is in the RtspClientExample. But it may have bugs in and it only sends an empty Receiver Report. Do you...

I have found the SDP parsing issue - Unsigned Int64 needed for Origin. Now I have problems getting the SETUP command to work. I'll need to find out what is...

Ok. I've got UDP streaming working. I receive the stream. On my setup it seems to stop after 10 or 15 seconds. So I've got something to work with. I'm...