I am curious if anyone on this meetecho-janus-list has used webrtc-streamer (
https://github.com/mpromonet/webrtc-streamer) which is a novel project that makes a remote v4l2 camera or rtsp video feed accessible as a PeerConnection video source. It works very well in a browser context since webrtc-streamer has a built-in http server to activate the peer connection.
Seems like with some modifications, it is a handy way for a remote camera thing to serve as a publisher into a janus video room as a webrtc video source.
Please share any experiences with webrtc-streamer or similar projects as I am considering embarking on this task.