disable webrtc

Having problems with building or using the CefGlue .NET/Mono binding? Ask your questions here.

Moderator: fddima

disable webrtc

Postby gluester » Fri Aug 28, 2015 9:17 am

i know most of you guys are trying to get webrtc it to work but i need it to not work how would i do this without turning off javascript?
so far i have tried without the result im looking for

Code: Select all
              commandLine.AppendArgument("--disable-media-stream");
            commandLine.AppendSwitch("--disable-webrtc");
            commandLine.AppendSwitch("disable-webrtc-encryption");
            commandLine.AppendSwitch("--disable-webrtc-hw-decoding");
            commandLine.AppendSwitch("--disable-webrtc-hw-encoding");
            commandLine.AppendSwitch("--disable-webrtc-hw-encoding");
            commandLine.AppendSwitch("enable_webrtc", "0");
            commandLine.AppendSwitch("ENABLE_WEBRTC", "0");
gluester
Techie
 
Posts: 27
Joined: Tue Jul 28, 2015 9:31 am

Re: disable webrtc

Postby fddima » Fri Aug 28, 2015 9:20 am

AppendSwitch did not require "--" prefix.
fddima
Master
 
Posts: 788
Joined: Tue Dec 07, 2010 6:10 am

Re: disable webrtc

Postby gluester » Fri Aug 28, 2015 9:38 am

fddima wrote:AppendSwitch did not require "--" prefix.

thanks doesnt work without the -- either
gluester
Techie
 
Posts: 27
Joined: Tue Jul 28, 2015 9:31 am

Re: disable webrtc

Postby magreenblatt » Fri Aug 28, 2015 9:45 am

gluester wrote:i know most of you guys are trying to get webrtc it to work but i need it to not work


What is your definition of "not work"? It will not work by default in CEF unless you pass the `--enable-media-stream` flag.
magreenblatt
Site Admin
 
Posts: 12407
Joined: Fri May 29, 2009 6:57 pm

Re: disable webrtc

Postby gluester » Fri Aug 28, 2015 10:24 am

magreenblatt wrote:
gluester wrote:i know most of you guys are trying to get webrtc it to work but i need it to not work


What is your definition of "not work"? It will not work by default in CEF unless you pass the `--enable-media-stream` flag.


i mean so that sites like http://whoer.net/ cant pick up your ip through webrtc
gluester
Techie
 
Posts: 27
Joined: Tue Jul 28, 2015 9:31 am

Re: disable webrtc

Postby magreenblatt » Fri Aug 28, 2015 2:17 pm

gluester wrote:i mean so that sites like http://whoer.net/ cant pick up your ip through webrtc

Without knowing technical details it's impossible to say whether it's possible or not. Are you using some type of proxy that otherwise hides your IP address?
magreenblatt
Site Admin
 
Posts: 12407
Joined: Fri May 29, 2009 6:57 pm

Re: disable webrtc

Postby magreenblatt » Fri Aug 28, 2015 2:20 pm

magreenblatt wrote:
gluester wrote:i mean so that sites like http://whoer.net/ cant pick up your ip through webrtc

Without knowing technical details it's impossible to say whether it's possible or not. Are you using some type of proxy that otherwise hides your IP address?

This seems like an interesting example: https://www.browserleaks.com/webrtc
magreenblatt
Site Admin
 
Posts: 12407
Joined: Fri May 29, 2009 6:57 pm

Re: disable webrtc

Postby gluester » Sat Aug 29, 2015 12:14 pm

magreenblatt wrote:
gluester wrote:i mean so that sites like http://whoer.net/ cant pick up your ip through webrtc

Without knowing technical details it's impossible to say whether it's possible or not. Are you using some type of proxy that otherwise hides your IP address?

yes i am using a proxy and webrtc leaks the proxy information of my local device. i need a way to block these kind of calls happening or to mask over the webrtc ip with the proxy ip. Is this possible yet? If it isn't will it be possible in the future?
gluester
Techie
 
Posts: 27
Joined: Tue Jul 28, 2015 9:31 am

Re: disable webrtc

Postby gluester » Wed Sep 02, 2015 12:16 am

Any updates on this yet?
gluester
Techie
 
Posts: 27
Joined: Tue Jul 28, 2015 9:31 am

Re: disable webrtc

Postby magreenblatt » Wed Sep 02, 2015 2:24 pm

gluester wrote:Any updates on this yet?

There is no way to disable it currently.
magreenblatt
Site Admin
 
Posts: 12407
Joined: Fri May 29, 2009 6:57 pm

Next

Return to CefGlue Forum

Who is online

Users browsing this forum: No registered users and 19 guests