Mobile app version of vmapp.org
Login or Join
Sue5673885

: Best practices for streaming videos to a large concurrent user base? What are the best ways to stream videos for a user base of more than 1000 users? What among the below would be the best

@Sue5673885

Posted in: #Apache #Html5

What are the best ways to stream videos for a user base of more than 1000 users?

What among the below would be the best way to use?


An html tag to embed the video in the source element.
To use a custom player like video.js, JWPlayer, media (IMO this is almost similar to the html tag)


or is there any other usual way of doing it?

The main objective is to concurrently cater video streaming to simultaneous server hits.
Currently with html5 video tag the video doesn't start if the same video is played in two tabs. It plays serially (second video starts after the first finishes) rather than in parallel.

Does having Apache as the server cause this scalability problem?

Is the use of a media server like Red5 necessary for video streaming ?

Is the HTTP protocol good enough to stream videos?

FYI the server is Apache web server 2.4.2. The web server is hosted in Windows 2008 R2.
Bandwidth is more than 8 Mbps with around 1000 users hitting the server.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

1 Comments

Sorted by latest first Latest Oldest Best

 

@Tiffany637

If you want to stream, then use red5.

On the red5 wiki you can see an example how to use red5 for live streaming.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme