Stream from WebRTC Login to HLS

I need to make a streaming video where recording takes place in a browser, and it needs to be used as HLS on mobile devices.

I think I need some kind of media server and send it a camera stream as WebRTC. It seems Janus and Kurento can do this tasks and RTP output streams. Now I'm not sure how to convert this RTP stream to HLS, I think I could connect ffmpeg to this RTP stream and generate HLS with MpegTS, but I'm not sure if this is the right direction.

Is this an obvious way to do this? Is there any existing service to do all this?

Thanks.

+5
source share
2 answers

There are several alternatives - all commercial in nature:

+4
source

You can send this RTP stream to another media server, such as Wowza. Mark this stream from the mailing list, for example.

+1
source

All Articles