The Wayback Machine - https://web.archive.org/web/20220313132810/https://github.com/topics/srs
Skip to content
#

srs

Here are 146 public repositories matching this topic...

srs
LUOQING1994
LUOQING1994 commented Feb 24, 2022

描述(Description)

描述你遇到了什么问题

用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。

  1. SRS版本(Version): v 4.0.198

重现(Replay)

重现Bug的步骤(How to replay bug?)

  1. 本地推流到SRS云服务器
  2. PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流
  3. 重复十几次后,CPU处于98%的状态

期望行为(Expect)

描述你期望发生的事情(Please describe your expectation)

频繁推流、拉流、

ghost
ghost commented Sep 26, 2020

Description

During the installation screen, when clicking back from the plugin install screen, collections get duplicated

Steps to Reproduce

  1. Run the installer as usual until reaching the plugin install screen
  2. press back

or

  1. Run the installer as usual until reaching the plugin install screen
  2. Select any of the official plugins to install
  3. press back

本项目是基于计算机视觉的端到端交通路口智能监控系统.采用的设计架构由SRS流媒体服务器、GPU服务器、Local客户端三部分组成.可将远端视频流通过rtmp协议传输到流媒体服务器,然后经过目标检测等一些列算法对视频进行分析,最后在本地客户端查看分析结果.项目主要用Python实现,流媒体服务器采用开源的SRS实时视频服务器搭建,GPU服务器使用YOLO模型实现道路目标如人、车、交通灯等物体的识别,同时还支持并发连接.客户端基于PyQt5进行开发.
  • Updated May 16, 2021
  • Python

Improve this page

Add a description, image, and links to the srs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the srs topic, visit your repo's landing page and select "manage topics."

Learn more