Hello,
I was able to stream the live stream from gstreamer/ffmpeg RTP/UDP stream, but the from the architecture it seems like gstreamer/ffmpeg RTP/UDP and Janus Gateway have to be on the same machine.
From the streaming plugin file, it says that the RTP UDP port is "local" port:
; videoport = local port for receiving video frames (only for rtp)
So my question is: is there a way to make Janus to access RTP stream from a remote machine? There are two cases where remote UDP might be needed:
1) Janus Gateway can't be installed on the live source
2) Grabs RTP/UDP streams from IP cameras/encoders directly (assuming h264/aac streams will be supported in the future)
Any advise will be appreciated.
-w