-
Updated
Jun 4, 2022 - JavaScript
webrtc
Here are 3,624 public repositories matching this topic...
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jun 4, 2022 - TypeScript
Summa
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
May 27, 2022 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Apr 4, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
Fonoster Voice could benefit from re-using the files generated by a TTS Engine. It will make things faster and reduce costs for the users.
Describe the solution you'd like
The Voice server could maintain a list (perhaps in memory). The list should be a hash of the parameters used to create the transcriptions.
Also,
-
Updated
Jun 3, 2022 - C++
It would be nice to use shortcuts for common functions, like:
sto trigger screen sharing (start/stop)someKeyto switch between available streamsfto trigger full screencto copy the room url
-
Updated
Feb 10, 2022 - JavaScript
Currently node selectors follow a strict inheritance. For example, RegionAwareSelector is built on top of SystemLoadSelector. This provides limited flexibility if a user wanted to use CPU load or bandwidth as a metric.
I think it would be good to restructure this to be more flexible, where the selection could happen on multiple metrics (even with region as another dimension). For example, y
Since the URLs are just a gate pass for the video call, there might be a chance of getting intruders into the call with a simple brute force.
Users feel more secure if we have some passcode or approval from the creator to join into call.
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Jun 2, 2022 - JavaScript
Improve this page
Add a description, image, and links to the webrtc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webrtc topic, visit your repo's landing page and select "manage topics."

最近我发现有个趋势哈,就是ARM server越来越多,但是ARM好像不像x64平台那么好识别,总是有各种各样的arm识别不了。
如果SRS能出ARM的docker镜像,那会比较容易跑起来。
我们目前docker只支持x86体系,其实镜像是可以支持多个架构的。