Questions tagged [webrtc]
32 questions
5
votes
2 answers
How can I reliably prevent my local IP address leaking in the web browsers?
Any site that I visit can see my local IP (e.g. 192.168.1.102). Is there any reliable way to block this behavior? (browser setting, OS setting, router setting, etc.) I am particularity interested in Google Chrome and Mozilla Firefox, but any modern…
Maris B.
- 1,303
- 4
- 14
- 22
4
votes
1 answer
How to disable WebRTC in Google Chrome without using an extension or plugin?
I want to disable WebRTC in Google Chrome in the browser settings, like you can in Firefox, or to block it with another program. I don't want to use an extension that can be uninstalled or disabled. Ideally, I would also like to be able to deploy…
Braden Dodge
- 435
- 9
- 16
3
votes
1 answer
How to Disable WebRTC in Google Chrome
I understand there are security vulnerabilities exposed when WebRTC is enabled, so I would like to disable it in Chrome. How does one do that?
I thought I'd be able to do it under chrome://flags, which in v48 (64-bit) has the following…
Chris Geirman
- 131
- 1
- 6
2
votes
0 answers
Ffmpeg: Choppy audio when streaming through RTP. Audio and Video sync issues
I am trying to stream video and audio through two separate RTP channels and then retrieve and play them on a client through webRTC and play them in sync. I am able to retrieve the packets on a webRTC client, but the audio is very choppy. My System…
jason
- 21
- 3
2
votes
0 answers
Symmetric NAT - Peer to peer WebRTC
I am currently working on a WebRTC project that aims to communicate people by video conference in peer-to-peer.
However, according to the WebRTC documentation, there may be a problem when a user is behind a symmetrical NAT:
Some routers using NAT…
Mat
- 21
- 1
2
votes
1 answer
What is fetch command on ubuntu?
I tried to install webrtc-streamer on my AM4372(Ti)chips ARM-based board. I need to execute
fetch webrtc
I ran this command, then the following error occured. I don't get the meaning of the message. please explain what fecth command is.
"-bash:…
AAAAA RRRR
- 21
- 1
- 1
- 3
2
votes
2 answers
What is WebRTC used for when there is no real-time communication?
WebRTC is designed for real-time communication, with a direct audio and video connection between user endpoints. I have encountered use of WebRTC on web sites where there is no obvious application; there is no real-time audio or video communication…
mattm
- 405
- 1
- 9
- 23
2
votes
1 answer
Is there a way to suppress WebRTC connections to keep power saving features active?
I am using KDE on OpenSUSE Tumbleweed. When viewing reputable news sites in Chromium, it appears the browser creates WebRTC connections in the background (without audio or video, so no permissions are requested). The KDE power saving widget displays…
mattm
- 405
- 1
- 9
- 23
1
vote
1 answer
How can one detect an active WebRTC connection on the Mac programmatically?
What would be the cleanest way to infer that a WebRTC connection is either being established or is active.
e.g. maybe there is a way to query the browser, or can one tell by actively monitoring connections? (Can one even detect UDP traffic?)
So far…
reinier
- 261
- 2
- 10
1
vote
0 answers
Configure ffmpeg to stream to webrtc
I'm trying to stream audio in realtime to a browser from ffmpeg. Below is my ffmpeg command and it works, except that there is a delay of 7 seconds. I play around with VLC's UDP/HTTP caching values and it still stayed at 7 seconds. With services…
bilogic
- 121
- 3
1
vote
0 answers
Change UDP IP address
I'm trying to hide my WebRTC IP to a proxy server(x.x.x.x:yy) that I use to hide my identity, when I go to Ipleak I can see that my real IP is revealed. when I use common VPN services out there, not only I can change my IP to the proxy IP, it also…
e4gle
- 111
- 2
1
vote
0 answers
FFMPEG: SDP to HLS cur_dts is invalid
I am trying to convert an RTP stream (opus, vp8) to HLS (aac,libx264) but it fails. I can easily save the stream as WebM but I can not save it as HLS and the only noticeable error is cur_dts is invalid. but the fact that it is convertible to WebM…
Hadi Aghandeh
- 111
- 2
1
vote
1 answer
WebRTC for group calling
As far as I know, WebRTC reveals IP addresses of two peers. Suppose that an app uses WebRTC and all traffic go through application server if group call is used. Can ISP see IP addresses of group participants in this case?
user215422
- 45
- 4
1
vote
0 answers
Chrome can't access video input
I have a strange issue that the Chrome browser can not access the video input in any WebRTC apps. For example, meet.jit.si warns that it
Failed to access your camera
Cannot use camera for an unknown reason
and the source selection in settings…
Džuris
- 533
- 3
- 11
1
vote
1 answer
Why webRTC get blocked by secure networks and apps such as Sandboxie?
Am currently working on webRTC video conference app and whenever a user installs a security app such as Sandboxie, webRTC is totally blocked (apart from signalling).
I have also tried to create a live broadcast with sandboxie enabled on Younow,…
phi lo czar
- 111
- 1