camuschat / camus

Peer-to-peer group video chat using WebRTC, Python, and TypeScript
GNU Affero General Public License v3.0
152 stars 44 forks source link

Any Plan to add One Way Broadcast #26

Closed hackstarsj closed 3 years ago

hackstarsj commented 3 years ago

Any Plan to add One Way Broadcast for Audio and Video or Can you help me to add this Feature too?

mrgnr commented 3 years ago

@hackstarsj I don't currently have plans to implement this feature since it would require significant architectural changes. To support this, the audio/video from the broadcaster would need to be streamed to the server and forwarded to other clients from there. At the moment, all media streams are peer-to-peer.