flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
744 stars 304 forks source link

video broadcasting #84

Open jzahmatkesh opened 1 year ago

jzahmatkesh commented 1 year ago

can we use this server and flutter for video broadcasting? Has anyone done it?

cloudwebrtc commented 1 year ago

This server is only used to demonstrate the use of flutter-webrtc to establish peer-to-peer video calls, video broadcasting requires SFU, you can take a look at https://livekit.io, https://mediasoup.org

These servers have corresponding flutter client sdk https://github.com/livekit/client-sdk-flutter https://github.com/Blancduman/mediasoup-client-flutter