Skip to content
#

media-server

Here are 197 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)

频繁推流、拉流、

API good first issue

Ant Media Server is a streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is highly scalable both horizontally and vertically. It can run on-premise or on-cloud.

  • Updated Mar 24, 2022
  • Java
navidrome
SubJunk
SubJunk commented Aug 17, 2021

Sometimes our logs get very large, usually due to bugs or because the user is running UMS in TRACE log mode for debugging. It would be useful to split the logs at an interval (maybe every 100MB) to make it easier to open them in editors

enhancement good first issue

Improve this page

Add a description, image, and links to the media-server 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 media-server topic, visit your repo's landing page and select "manage topics."

Learn more