streaming
Here are 3,109 public repositories matching this topic...
-
Updated
Mar 21, 2022 - JavaScript
Logstash information:
Please include the following information:
- Logstash version:
7.16.3(with unverified reports of similar behaviour on 7.15)Looking through our case history there were examples of this issue happening after upgrading to 7.15 and higher. The odd behavior is this appears to be intermittent in most cases, and the cases closed out without resolution. Confirmed
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
Mar 17, 2022 - Java
-
Updated
Mar 22, 2022 - TypeScript
Summa
-
Updated
Mar 22, 2022 - JavaScript
Platform: Linux Mint 20.3
Nuclear version: 0.6.17; Appimage with AppimageLauncher
Description of the issue: I can't say that I really if I do things correctly, but it appears to be riddled with problems at my machine. At the very start of the appimage (and the .deb package previously) there's is an "Cannot read property 'sourceName' of undefined" error. But now a more serious issue appeared.
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Mar 19, 2022 - Python
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
Feb 8, 2022
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 5, 2022 - Go
-
Updated
Mar 17, 2022 - Go
我这边用你的脚本整合成了一套服务
-
Updated
Mar 16, 2022 - Go
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 22, 2022 - Rust
-
Updated
Mar 22, 2022 - TypeScript
Improve this page
Add a description, image, and links to the streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streaming topic, visit your repo's landing page and select "manage topics."



描述(Description)
用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。
v 4.0.198重现(Replay)
本地推流到SRS云服务器PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流重复十几次后,CPU处于98%的状态期望行为(Expect)
频繁推流、拉流、