开发者

Creating a livestream website

开发者 https://www.devze.com 2023-02-21 19:54 出处:网络
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

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开发者_StackOverflow中文版 pointers that would be really helpful.


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.


I did a video vlc record with python and it was quite simple. VLC have a stream recorder and as I know you could launch a vlc stream with a simple python code who manage the video ans the stream. I think all you need is to manage the sources and then, doing a small script who takes care about the vlc stream.

VLC stream will be launch on a different port, so I think you've to search a good server.

see vlc docs : https://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples/

Enjoy :)


Check VLC or Flumotion... Probably Photolab as well.. The latter one doesn't support audio... Gee

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号