What is the limit for number of subscribers to a stream(publisher's) in opentok/tokbox iOS SDK?

1k views Asked by At

Hi iCoders currently i'm working on an app for live streaming using OpenTok/TokBox iOS SDK.My doubt is how many number of subscribers can subscribe to a stream published by a publisher.I have searched about this in openTok forums but no where found about this.If anyone know about this please share your answer.

Thanks,

ravi.

1

There are 1 answers

1
Mark Veenstra On

I believe there is no limitation in how many subscribers you have on a published stream. The only thing you need to consider is using relayed or routed sessions, see doc.

If you are using relayed sessions you are limited with the bandwidth on the device. And you will open a stream to each subscriber. I guess that is not something you would like.

If you switch to routed sessions you will only have one stream to the servers of TokBox and this server replicates to all subscribers and this server is not limited to the amount of subscribers.