I am newbie in webrtc. If anything wrong please correct me.
Currently i am working on Janus streaming plugin. It looks good. I can able to use the gstreamer and able to see in Demo page. My requirement is broadcast the stream from one source to 'N' number of clients. In our case it's one teacher(Host) and 'N' students(Viewers).The Host will stream the video through OBS studio using the RTSP link. In the client end(android/ios), all viewers/students will consume the streaming through RTSP(Signaling) over RTP(Payload).
As per my knowledge the requirement for server is,
1) Need RTSP server
2) SDP session management
3) RTP Payload
4) Adaptive bitrate
5) Scalling fo N number for users
So we need final output as rtsp link
Using janus, is it possible to get final ouput as RTSP link?
Do you guys think for this kind of requirement janus gateway will be the solution? OR should i go with RTSP over RTP kind of server? If the solution is RTSP over RTP server please suggest which open source should i go?