low-latency
Here are 227 public repositories matching this topic...
Describe the bug
Currently keys written to server.conf go undetected.
This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.
To reproduce
- Create a key with a typo.
- Watch the QuestDB
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 27, 2022 - Python
-
Updated
Mar 28, 2022 - Java
-
Updated
Mar 25, 2022 - C++
-
Updated
Mar 9, 2022 - C++
-
Updated
Aug 30, 2021 - Python
-
Updated
Mar 28, 2022 - C++
-
Updated
Mar 14, 2022 - C#
-
Updated
Jan 27, 2022 - Java
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
-
Updated
Mar 26, 2022 - C++
-
Updated
Mar 26, 2022 - Go
-
Updated
Mar 27, 2022 - HTML
-
Updated
Mar 12, 2022 - C++
-
Updated
Aug 22, 2021 - Java
-
Updated
Mar 24, 2022 - Java
-
Updated
Dec 30, 2021 - C
-
Updated
Mar 2, 2022 - C++
-
Updated
Feb 15, 2022 - Jupyter Notebook
-
Updated
Mar 6, 2022 - Java
-
Updated
Mar 14, 2022 - C++
-
Updated
Mar 28, 2022 - C
Improve this page
Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the low-latency 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)
频繁推流、拉流、