srs
Here are 146 public repositories matching this topic...
-
Updated
Mar 13, 2022 - Java
-
Updated
Jan 26, 2022 - Go
-
Updated
Dec 18, 2021 - C
-
Updated
Oct 12, 2021 - C++
-
Updated
May 20, 2021
-
Updated
Jan 29, 2022 - JavaScript
Description
During the installation screen, when clicking back from the plugin install screen, collections get duplicated
Steps to Reproduce
- Run the installer as usual until reaching the plugin install screen
- press back
or
- Run the installer as usual until reaching the plugin install screen
- Select any of the official plugins to install
- press back
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Oct 10, 2021 - Go
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 14, 2021
-
Updated
Dec 6, 2020 - Go
-
Updated
Apr 5, 2020 - Haskell
-
Updated
Jul 17, 2020 - Go
-
Updated
Dec 2, 2019 - Java
-
Updated
Feb 15, 2022 - TypeScript
Issue
Right now, applying Tailwind CSS classes is horrendous, and it'll likely worsen as the project continues. Here's an example of what how the classes are applied from Title.vue:
<router-link :to='{ name: "login" }'
class='btn bg-purple-500 hover:bg-purple-600 mt-8 px-3 py-1
text-base sm:text-xl md:text-2xl lg:text-3xl xl:text-4xl rounded-lg'
>
-
Updated
Jan 15, 2022 - Python
In the document you highlight the key features the system will have as a whole.
You further have a section where you list the features the mobile application will specifically have.
However that's not the case with the web application. I think there should also be a section that list the specific features the web application will have.
Improve this page
Add a description, image, and links to the srs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the srs 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)
频繁推流、拉流、