-
The specification has a privacy section which mentions issues like fingerprinting based on capabilities and identifying underlying codecs. The specification does not provide much guidelines for mitiga…
-
Instead of file sharing (which does not work well),
Put another icon at the top, next to the webcam icon... clicking the icon will let the user select a file (webm).
To do that you can use captu…
Zibri updated
6 months ago
-
You want `navigator.mediaDevices.enumerateDevices().then(function(e){console.log(e)});`
https://webrtc.github.io/samples/src/content/devices/input-output/
Some source you can steal in https://webrtc…
-
### Please answer the following questions for yourself before submitting an issue
- [X] Filters were updated before reproducing an issue
- [X] I checked the [knowledge base](https://adguard.com/kb/) …
-
_编码一小时,调试一整天。。。_
用原生的WebRTC接口、[peerjs](https://fenghen-p2p-server.herokuapp.com/myapp/peerjs/peers)写了一个p2p demo。
现象:同一设备下的两个页面(可以跨浏览器)可以建立链接,跨设备则无法连通(同一wifi或不同网络都不行)。
原因:因为我们的设备连接网络基本都经过[NA…
-
In theory it should be possible to get ~100Mbps in local network...
https://mozilla.github.io/webrtc-landing/data_test.html
http://googlechrome.github.io/webrtc/samples/web/content/datachannel
-
Hey Muaz, first let me thank you for your open source work - it's excellent! You've done a lot to move the webRTC community forward.
Is there any way that you know of to transport uncompressed audio …
-
Hi.
I'm trying to create a "phone" between the browser and a computer. In the browser (chrome) I run `simple-peer` and in the computer I have a `simple-peer` and `node-webrtc`.
For getting audio…
-
# Please read first!
Please use [discuss-webrtc](https://groups.google.com/forum/#!forum/discuss-webrtc) for general technical discussions and questions.
- [X] I have provided steps to reproduce
…
-
when i use getuserMedia with constraints video false and audio true i did'nt receive any audio stream in there
for test purpose i used the webrtc audio example: https://webrtc.github.io/samples/src/…