Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a livestream website

We already have a functionality of Video uploading in our webapplication[built using python with Django framework]. Now we are in the process of building a livestream site where people are able to use their webcam to record the live event and it's live streamed to different participants at the sametime.

I am wondering if somebody has any idea of how to go about building a functionality like this or any pointers that would be really helpful.

like image 881
pg2286 Avatar asked Oct 24 '22 15:10

pg2286


1 Answers

I sort of looked into this same question a while ago. The dominant solution seems to be Adobes Flash Media Server. It is closed source of course and quite pricey. There are companies who run it as a service, lowering the cost of entry. And there are open source contenders, the main one being Red5, which of course also relies on flash being available on the client side.

In the future we'll probably see viable HTML5 alternatives but if you're doing something right now my feeling is that the flash route is the simplest solution and has the largest install base.

like image 156
oivvio Avatar answered Oct 27 '22 09:10

oivvio