Home / Companies / Agora / Blog / Post Details
Content Deep Dive

Live Streaming to Multiple Platforms with Multiple Users

Blog post from Agora

Post Details
Company
Date Published
Author
Tadas Petra
Word Count
2,133
Language
English
Hacker News Points
-
Summary

The article discusses building a collaborative live streaming application using Agora's SDK, Flutter SDK, and Agora RTC package. The app allows multiple users to join and stream their video to a streaming platform while being managed by a host application. It covers the participant view, RTM messaging for controlling participants, director controller, muting and disabling video of other users, moving users between stage and lobby, and transcoding each video before pushing it to streaming platforms. The author provides detailed explanations on how to implement these features using Agora's SDK and Flutter.