ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

Support for one broadcaster and multiple viewers #2

Closed evermeer closed 7 years ago

evermeer commented 9 years ago

I think WebRTC should be able to support one broadcaster with multiple viewers Like apps like Periscope and Meerkat are doing. With this SDK it looks like you can only join a room and initiate a one to one communication. I would like to have the possibility to just follow / watch a stream from a room.

Is there a workaround with the current library to achieve this? Is such functionality planned on the roadmap for this SDK? If I would want to implement this functionality in the SDK myself, how much would I need to change? Do you have any pointers about what to change where?

kos9kus commented 8 years ago

Hi, Are you working on this ? How are your things going ? I'm going to implement the feature but so far I have an ongoing investigation only.

evermeer commented 8 years ago

I have switched to TLKWebRTC. It's not ideal either, but it sort of works now.

kos9kus commented 8 years ago

Do you provide a straight reference to that, please ??

evermeer commented 8 years ago

Have a look at these 2 https://github.com/otalk/TLKSimpleWebRTC https://github.com/otalk/TLKWebRTC

kos9kus commented 8 years ago

Thank you so much!