-
Updated
Mar 30, 2022 - JavaScript
#
sfu
Here are 90 public repositories matching this topic...
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
video
debian
webrtc
sfu
video-conferencing
video-communication
jitsi
jitsi-meet
scalable-video-conferences
deep-video
1
Cutting Edge WebRTC Video Conferencing
-
Updated
Mar 30, 2022 - C++
Scalable, high-performance WebRTC SFU. SDKs in JS, React, Flutter, Swift, Kotlin, Go, Ruby and Node.
-
Updated
Mar 30, 2022 - Go
OpenVidu Platform main repository
-
Updated
Mar 30, 2022 - Java
Group peer to peer video calls for everyone written in Go and TypeScript
-
Updated
Mar 29, 2022 - Go
edumeet - multiparty web-meetings using mediasoup and WebRTC
-
Updated
Mar 30, 2022 - JavaScript
audio
chat
website
video
vue
communication
websocket
webrtc
call
peer
webapp
sfu
group
conferencing
e2ee
webrtc-call
webrtc-video
p2p-chat
end-to-end-encryption
webrtc-signaling
-
Updated
Jul 7, 2021 - JavaScript
General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
-
Updated
Mar 30, 2022 - JavaScript
2
subzero355
commented
Dec 31, 2021
The recording feature works by recording presenters video/audio, good to record all participants audio to have a complete recording feature.
mediasoup client side JavaScript library
-
Updated
Mar 22, 2022 - JavaScript
Pyrite is a web(RTC) client for the Galène videoconference server.
-
Updated
Mar 17, 2022 - Vue
-
Updated
Mar 14, 2022 - Go
A simple video conferencing example using the mediasoup sfu
-
Updated
Mar 2, 2022 - JavaScript
Snowem is a lightweight live streaming server, based on webrtc technology. Its design mainly focuses on simplicity, scalability and high performance.
c
video
livestream
high-performance
webrtc
scalability
broadcasting
broadcast
sfu
video-streaming
videoconference
-
Updated
Sep 14, 2019 - C
tiny/fast webRTC video conferencing gateway
-
Updated
Feb 9, 2022 - C
mediasoup-client handler for aiortc Python library
-
Updated
Apr 28, 2020 - JavaScript
Pure TypeScript WebRTC MediaServer (SFU/MCU)
-
Updated
Apr 3, 2021 - TypeScript
JavaScript Video Conferencing SDK & React Sample App
-
Updated
Mar 28, 2022 - JavaScript
mickel8
commented
Oct 27, 2021
The task is to discuss and implement logging mechanism in TS client.
One way would be to save logs to a file so that it can be send to us for debugging purposes.
Dugon distributed mediaserver (mediasoup wrapper)
-
Updated
May 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the sfu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sfu 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)
频繁推流、拉流、