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.89k stars 1.51k forks source link

Add ability to publish stream from client side #609

Open mboussaid opened 7 months ago

mboussaid commented 7 months ago

is it possible to publish a stream directly from the client side for example we can capture the tab stream and send it to the server using peer to peer (webrtc) ? is it possible to implement this or it's already exist ?

tevaum commented 2 months ago

This feature is requested by a lot of people. My guess is we need to implement this ourselves if we want to see it here. Check #102