SharpRTSP
SharpRTSP copied to clipboard
A RTSP handling library
Any idea what I could be doing wrong here. I'm running this command from docker cli `ffmpeg -re -i "rtsp://admin:[email protected]:554/Streaming/Channels/102" -vcodec copy -acodec copy -rtsp_transport udp -f rtsp rtsp://127.0.0.1:8554/test` This...
Hi, I tried to implement this in a android device(Android camera as server). implemented same codes as Cameraserver file. Data is sending and receiving,but we cant see video of camera,just...
Hey, my goal is to catch the camera stream from unity and sending the picture to my clients like Vlc or other applications. I managed to run the RtspCameraExample on...
Hi, Thanks for your good library It really helped me. Now I can send my photos with your help. But I have a problem with resolutions above 720p. I tried...
Hello, I am Gabriel from Obvious Technologies company. We are interested in using your library as a client and server in our solution, but need H264, H265 and MJPEG support....
Running the Simple h264 Encoder with RTSPServer and into VLC, when VLC has hardware decoding enabled it just shows a black screen but when disabling hardware decoding the stream is...
Hi, I am trying to use "RTSPCameraExample" with my default web camera. The RTSP technology is something new to me, so can I ask you to explain how can I...
I just tried using the library on an Android device, and I realized that the SocketException is not thrown even if the UDP port is already used: https://github.com/ngraziano/SharpRTSP/blob/a42acb1d27ebebb3e08b6739acbc8e3f5942709d/RTSP/UdpSocket.cs#L47 Don't ask...
Hello, i have implemented your code but i have some troubles: So i created server with .Net 6: ``` public RtcpServerService(ILogger logger) { this._logger = logger; Contract.EndContractBlock(); RtspUtils.RegisterUri(); _RTSPServerListener =...
Hi, has anyone looked into how we could add rtsps support for the server portion?