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.95k stars 1.52k forks source link

rtmp to webrtc/websocket #47

Open ciaoamigo opened 6 years ago

ciaoamigo commented 6 years ago

it's possible: -rtmp to webrtc/websocket -webrtc/websocket to rtmp

It would be really fantastic. Above all for everyone who come from AS3. Great work, thank you.

notedit commented 6 years ago

i am do something like this

Skriptach commented 6 years ago

I can see there is feature rtmp to webrtc/websocket in docs. But no webrtc/websocket to rtmp described. Can anyone show working example of streaming from webrtc/websocket to rtmp? Thanks