Skip to content
#

webrtc

Here are 3,624 public repositories matching this topic...

srs
winlinvip
winlinvip commented Jun 2, 2022

最近我发现有个趋势哈,就是ARM server越来越多,但是ARM好像不像x64平台那么好识别,总是有各种各样的arm识别不了。

如果SRS能出ARM的docker镜像,那会比较容易跑起来。

我们目前docker只支持x86体系,其实镜像是可以支持多个架构的。

good first issue help wanted
fonoster
psanders
psanders commented May 3, 2022

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,

enhancement help wanted good first issue voice
davidzhao
davidzhao commented May 13, 2022

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

enhancement good first issue
decentralized-video-chat
harsha20599
harsha20599 commented May 9, 2020

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.

good first issue feature

Improve this page

Add a description, image, and links to the webrtc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webrtc topic, visit your repo's landing page and select "manage topics."

Learn more