python - 如何使用django 搭建直播网站?
黄舟
黄舟 2017-04-17 17:43:02
0
10
1056

请问如何使用django搭建一个直播类的网站,比如说A访问网站,一直发送连续的语音,B请求A所发的语音?谢谢大家

谢谢
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(10)
左手右手慢动作

This way of asking questions is completely equivalent to

If you have an idea to change the world, all you need is a programmer

Ty80
楼主一定是HR
Peter_Zhu

Like a betta fish?
I’m a noob, but the idea should be:
First, use django to write a website with a complete user mechanism,
then use websocket to implement the live broadcast function (django already has corresponding library support).

阿神

Live streaming can be understood as a channel from push streaming to pull streaming. When the host uploads the video stream to the website, it is push streaming; when the audience watches the live broadcast, it is pull streaming.
The picture below is the implementation framework of live broadcast, I wish you good luck.
Related interests
I don’t know how to use Django to build a live broadcast website, but our team is engaged in live broadcast technology, and the underlying architecture is well-developed and open to developers SDK and API interfaces. After developers access You can realize the live broadcast function. My qq2479775187

伊谢尔伦

Brother, you think too simply. . .

小葫芦

What a cool question

迷茫

Using the live broadcast software LiveView, you can do this without setting up a website, and you can operate it without programming.

迷茫

The question is too simple. It might be better to ask specific details to implement it.

Peter_Zhu
感觉像是在招聘程序员。
伊谢尔伦

The idea is very good...just need to type the code...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!