What is the maximum number of concurrent video streams that a standard Bubble app is capable of handling? I am looking for something in the order of 1000 concurrent users. Is this possible with Bubble alone or will I need a plugin with major horsepower to accomplish this task?
Bubble does not natively support live video streaming. You can upload static mp4 files and serve those up in a player of your choice, but that is generally not an advised solution unless the files are very small (as they will be loaded in their entirety in your browser, rather than served up in chunks that can be easily seeked through). You’re looking for a developer video streaming platform like https://www.mux.com and using that to build on top of Bubble. Mux is more than capable of handling 1,000+ concurrent users.
@flowtron Thank you for this great suggestion.