'Is there a way to implement webrtc server for one to many server with node JS?
I am trying to implement a live streaming application using flutter. For that, I need to implement a webRTC server with NodeJS. Is there a way to implement a webrtc server for one to many server with node JS?
Solution 1:[1]
Check out Mediasoup. It's a WebRTC server implemented in NodeJS. You can install it just like any npm package and use along with rest of your implementation.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Taimoor Haider Aslam |