Roger Hardiman

Results 236 comments of Roger Hardiman

Glad to hear Type 2 for the RTSP server works. Maybe I will drop the original RPOS RTSP server and just including a build of the one from mpromonet. I've...

Rpos does not support multiple resolutions. rpos uses a live555 based RTSP server that uses harfware h264 encoding cia the v4l2 api. The api only supports one resolition at a...

thanks for the issue report. I'm not able to do any RPOS work for few weeks. Do you have some patches I can apply?

The username and password that us used for the ONVIF layer and the RTSP layer is in rposConfig.json If the username is "" and the password is "" it requires...

Hi The framerate and resolution are areas I've never worked on in RPOS. The code is still the original code from @BreeeZe So there may be bugs or the implementation...

I'd forgotten all about this and never looked into it any more back in 2021. RPOS has lots at the Discovery and ONVIF level. Then the video comes via RTSP....

RPOS asks the camera to provide video in H264 format (PixelFormat=4). The Raspberry Pi camera can do this but USB cameras cannot do this. USB cameras usually return YUV or...

@jelockwood suggested running both RPOS and rtsp-simple-server together. I am the lead developer of RPOS and I use RPOS with rtsp-simple-server all the time to add an ONVIF wrapper around...

@aler9. There are many parts of the ONVIF spec that are Optional. You can send ONVIF responses that say HTTP/HTTPS mode is not supported. You need to support JPEG stills...

In simple-rtsp-server you set up Proxying in the YML file, as per the simple-rtsp-server page. So something like ``` paths: proxied: source: rtsp://the_actual_camera_rtsp_address ``` Test this by connecting to "rtsp://localhost:8554/proxied"...