ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.16k stars 5.31k forks source link

Flutter: Another flutter webrtc demo based on SRS. #3613

Closed as946640 closed 1 year ago

as946640 commented 1 year ago

Recently, my project used the technology of WebRTC, with SRS as the backend. However, after seeing the blogger's Flutter demo, it seems that they are all from 2 years ago. So, I wrote a basic demo for streaming and pulling, which can be directly used to implement one person streaming and multiple people simultaneously pulling in a conference scenario. Project link: https://github.com/as946640/flutter_webrtc_deom. I also hope that everyone can give me a star.

Preview Image Description

TRANS_BY_GPT3

xiaozhihong commented 1 year ago

Thank you for sharing. Friends who need it can help themselves and test it out, providing feedback on any issues. I hope we can continue this for the long term.

TRANS_BY_GPT3