Home  >  Q&A  >  body text

python - 如何使用django 搭建直播网站?

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

谢谢
黄舟黄舟2742 days ago1067

reply all(10)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 17:45:02

    This way of asking questions is completely equivalent to

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

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:45:02

    楼主一定是HR

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 17:45:02

    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).

    reply
    0
  • 阿神

    阿神2017-04-17 17:45:02

    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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:45:02

    Brother, you think too simply. . .

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 17:45:02

    What a cool question

    reply
    0
  • 迷茫

    迷茫2017-04-17 17:45:02

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

    reply
    0
  • 迷茫

    迷茫2017-04-17 17:45:02

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

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 17:45:02

    感觉像是在招聘程序员。

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:45:02

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

    reply
    0
  • Cancelreply