Stream RTP(UDP) over RTSP protocol

443 views
Skip to first unread message

rask kumar

unread,
Mar 9, 2018, 5:57:03 AM3/9/18
to meetecho-janus
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
360p bitrate -- rtsp://domain.com:8554/360/test
240p bitrate -- rtsp://domain.com:8554/240/test

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? 

Lorenzo Miniero

unread,
Mar 9, 2018, 9:48:29 AM3/9/18
to meetecho-janus
You can't publish with RTSP, Janus itself doesn't support it. The Streaming plugin has support for RTSP, but only to receive media from an RTSP server and re-broadcast it via WebRTC to one or more viewers.

L. 
Reply all
Reply to author
Forward
0 new messages