Code Monkey home page Code Monkey logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Thanks for reporting a possible enhancement. I suppose that I can do it, soon.

Oleg

Original comment by [email protected] on 28 Jan 2013 at 6:19

  • Changed state: Accepted

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I added -X or --external-ip option to define a SINGLE "external" IP address 
that will be used in XOR-RELAYED-ADDRESS response attribute. If the external 
address is not defined, then it works as before.

Original comment by [email protected] on 28 Jan 2013 at 8:43

  • Changed state: Fixed

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
What an amazing turn around time.

Thank you I will try very soon.

Warren  

Original comment by [email protected] on 28 Jan 2013 at 8:46

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
It was a simple minor change :)

Thanks for reporting

Original comment by [email protected] on 28 Jan 2013 at 8:48

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I mentioned this feature on webrtc Google groups thread and it seems it is 
failing tests from Chrome.

See 
https://groups.google.com/forum/?fromgroups=#!topic/discuss-webrtc/ukNUoHeWm2I
for discussion relating to testing of this feature. Someone is suggesting it is 
failing a hash check. 

Cheers,

Warren

Original comment by [email protected] on 30 Jan 2013 at 2:56

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I am already familiar with the issue. The guy who is running it is not
using the correct command line, he forgot to use authentication.

Original comment by [email protected] on 30 Jan 2013 at 3:00

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Comments from Jesse (he resolved the problem):

=======================================================

For anyone that runs into a similar problem in the future, it looks like you 
have to explicitly turn on fingerprinting and message integrity in the 
turnserver command line or it doesn't add HMACs and fingerprints to relay 
requests ... In any case, this is the command line that did the trick:

turnserver -o -X 23.23.238.173 --no-tls --no-dtls -a -b turnuserdb.conf -f -r 
myrealm

Original comment by [email protected] on 30 Jan 2013 at 5:18

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
how to config turnserver behind fireware(NAT) to implement RFC5780-NAT behavior 
discovery ?

Fireware has two public ip addresses, turnserver has two priviate ip addresses.

thx.

Original comment by [email protected] on 14 May 2013 at 2:14

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Working behind NAT is a special case and some functionality, like RFC5780, is 
not supported right now. To support that, we have to implement some kind of 
one-to-one address mapping. Please file an Enhancement Issue and I'll fix it 
later.

Original comment by [email protected] on 14 May 2013 at 5:18

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I filed a related Issue 25.

Original comment by [email protected] on 14 May 2013 at 3:57

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
The new 1.8.4.1. version supports RFC5780 behind NAT. You will have to start 
the TURN server as following:

 $ turnserver ... -X <public-ip-1>/<private-ip-1> -X <public-ip-2>/<private-ip-2> ...

You can find more information in the documentation. Let me know how it works.

Original comment by [email protected] on 14 May 2013 at 10:57

from rfc5766-turn-server.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
@mom040 
thank for rapid response to RFC5780 issue behind NAT.
-X <public-ip-1>/<private-ip-1> is worked for me.

thx.

Original comment by [email protected] on 17 May 2013 at 2:53

from rfc5766-turn-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.