Skip to content
#

webrtc

Here are 1,898 public repositories matching this topic...

Franky1
Franky1 commented Apr 25, 2020

Is your feature request related to a problem you are facing?

Script for SSL certificate creation is broken on 20.04 Focal Fossa.
Details see #6371

Describe the solution you'd like

People start to use Ubuntu 20.04
The certbot installation script for jitsi has to be adjusted.
Either add a warning or a workaround for Ubuntu 20.04 in the documentation.
Otherwise the community for

AndreWin
AndreWin commented Jul 12, 2017

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:

image

Demo text:

1. [ ] task 1
2. [ ] task 2 task 2 task 2
feross
feross commented Sep 19, 2019

I think we should create an INSTALL.md file in the root of this repo with detailed installation instructions for each OS, including our recommended installation method, as well as alternatives.

For Mac, for example, we recommend the official installer on the website, but it's also available via a Homebrew Cask.

For each Linux variant, there will be a different command or preferred file to

einhirn
einhirn commented Apr 6, 2020

The documentation states that you should not run BBB on a VM and explains the why by referring to Freeswitch requirements. But the page you are referring to is about Freeswitch Performance Testing, not about basic requirements or recommendations for production.

So while there sure are benefits in running this on a bare metal server, I don't think that you really need one. Depending

cuu508
cuu508 commented Apr 30, 2020

I'm looking at implementing a "switch between front and rear camera" feature.

When user taps a button to switch the camera:

  • I run navigator.mediaDevices.getUserMedia with appropriate constraint
  • when getUserMedia returns a stream I run replaceTrack like so:
navigator.mediaDevices.getUserMedia({
    video: { facingMode: facingMode },
    audio: true
}).then(function(stream
denilsonsa
denilsonsa commented Dec 24, 2016

Simple suggestion: add a QR code to the webpage. This way, people can easily share the address without having to type anything. It can probably be at the top-left of the page (which is empty now). Tapping on it might expand it (similar to how the ⓘ button works), to make it easier to scan.

![image](https://cloud.githubusercontent.com/assets/121676/21466028/df209766-c9b9-11e6-9c0b-a41308e4a533.p

fresheneesz
fresheneesz commented Dec 17, 2019

This readme is missing important details about how to use the server. In particular:

  • What is the 'client' object sent with the 'connection' and 'disconnect' events?
  • A complete unambiguous list of options to pass into the constructor. The example-based readme doesn't make it clear what the full list of options are.

The site docs.peerjs.com doesn't seem to document anything about the pee

nikhilrayaprolu
nikhilrayaprolu commented Jul 21, 2016

It would be better if a very well written documentation is supplied.which gives the user all the end to end details of setting up licode especiall what he should do when behind NAT and what are recommended ports for port forwarding in case of UDP and a FAQ page .A contributer or developer manual could also make the licode commmunity have a good number of new contributors too.

ion

🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,万水千山总是情,来个star行不行,更多示例请访问:

  • Updated Feb 28, 2020
rstormsf
rstormsf commented Oct 13, 2015

How to capture actual width and height of screen being selected to capture?
2)if I don't specify

mediaRecorder.width = resolutions.maxWidth;
mediaRecorder.height = resolutions.maxHeight;

it will be defaulted to 320x240
as mentioned in docs, should be

mediaRecorder.videoWidth = resolutions.maxWidth;
mediaRecorder.videoHeight = resolutions.maxHeight;

how to make high quality

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

You can’t perform that action at this time.