illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.94k stars 1.52k forks source link

Question: Is there WebRTC to RTMP? #52

Open DaveStein opened 6 years ago

DaveStein commented 6 years ago

I see you accept OBS, which I have yet to try. It is likely I can't use OBS because of its license and what I need it for.

I am really new in this space so excuse any naive questions here. Is it possible to send WebRTC to this Media Server and have it output RTMP?

DaveStein commented 6 years ago

I just found https://github.com/godka/kurento-rtmp, which relies on this repo. So I guess the answer is yes, but I have to try it still. I'll see if that demo still works since it hasn't been updated for a while and the example they have live isn't working for me. Maybe I just need to tweak things there :)

DaveStein commented 6 years ago

Can't get the demo to work, but I am also curious if this can convert WebRTC to HLS. I see your support HTTP and HLS is HTTP-based, but I am not sure if that really qualifies.

illuspas commented 6 years ago

I just got to know. The Kurento-media-server is the key service. It provides webrtc communication capabilities. If possible, I'll integrate it. Thanks for your useful information.

DaveStein commented 6 years ago

If this is a node media server, kurento is an ubuntu media server. I was thinking your library would be "instead o"f rather than something that would utilize it.

lcaresia commented 5 years ago

I just got to know. The Kurento-media-server is the key service. It provides webrtc communication capabilities. If possible, I'll integrate it. Thanks for your useful information.

Any update about WebRTC? thanks

durygus commented 5 years ago

I am also interested in this functionality.