您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. live_streaming_server-源码

  2. live_streaming_server 该项目是一个平台,用户可以在其中使用RTMP协议进行直播。 在OBS上测试。 怎么跑? 使用python -m venv venv创建python虚拟环境,然后运行pip install -r requirements.txt 如果是Linux或Mac,请运行export FLASK_APP=app/app.py ,在Windows上set FLASK_APP=app/app.py flask run 在另一个终端中,进入node_serve
  3. 所属分类:其它