flutter-webrtc-server icon indicating copy to clipboard operation
flutter-webrtc-server copied to clipboard

video broadcasting

Open jzahmatkesh opened this issue 2 years ago • 1 comments

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

jzahmatkesh avatar Oct 13 '22 23:10 jzahmatkesh

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

cloudwebrtc avatar Oct 13 '22 23:10 cloudwebrtc