BreeeZe / rpos

Raspberry Pi Onvif Server
http://breeeze.github.io/rpos
MIT License
643 stars 146 forks source link

Referencing RTSP server as video input (Using RPOS as a Video Stream Proxy) #144

Closed noomSik closed 1 year ago

noomSik commented 1 year ago

Hi, I'm interested in using this RPOS feature: "- Can reference other RTSP servers, which in turn can pull in the video via RTSP, other ONVIF sources, Desktop Capture, MJPEG allowing RPOS to be a Video Stream Proxy"

I thought about doing this by using FFMPEG to pull in an RTSP feed and encoding it to a V42L webcam so RPOS can use it, but on reading the feature again, it seems to suggest RPOS can do that directly. How would I get started on this? Is it possible?

Thanks in advance.