Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
STUN service for Mozilla WebRTC
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ralph Giles  
View profile  
 More options Oct 31 2012, 6:35 pm
Newsgroups: mozilla.dev.media
From: Ralph Giles <gi...@mozilla.com>
Date: Wed, 31 Oct 2012 15:35:27 -0700
Local: Wed, Oct 31 2012 6:35 pm
Subject: STUN service for Mozilla WebRTC
(discussed briefly on irc, following up here for wider reference)

The NAT traversal used by WebRTC requires in part a STUN (or TURN)
server clients can ask for their public IP address. So far, we've just
hard-coded a particular public stun server[*] into our code.

While webrtc allows web content to specify its own stun or turn server,
I always expected we would need to deploy and maintain our own stun
servers as a default option. I've volunteered to get something set up
for testing.

Because a round trip to this server is part of call setup, it's better
to have geographically distributed servers to reduce latency. I propose
we use Amazon's EC2 virtual machines for this. They're easy to get
started, Mozilla already has a relationship with them for other other
work, and they have data centres in six locations around the globe.

I've volunteered to set something up for testing. STUN is a very simple
protocol, so this should be inexpensive and easy to set up. I've opened
bug 807494[+] to track this. Please contribute any technical ideas there.

I wanted to mention the project here just so people are aware of it, and
to get feedback on the general idea.

 -r

[*] e.g.
https://github.com/mozilla/mozilla-central/blob/fce8a2c197d97d0a8a443...
[+] https://bugzilla.mozilla.org/show_bug.cgi?id=807494


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Suhas Nandakumar (snandaku)  
View profile  
 More options Oct 31 2012, 6:53 pm
Newsgroups: mozilla.dev.media
From: "Suhas Nandakumar (snandaku)" <snand...@cisco.com>
Date: Wed, 31 Oct 2012 22:53:08 +0000
Local: Wed, Oct 31 2012 6:53 pm
Subject: Re: STUN service for Mozilla WebRTC
We also need to support API for configuring stun server into the peer connection.

Cheers
Suhas/crypt

Sent from my iPad

On Oct 31, 2012, at 3:35 PM, "Ralph Giles" <gi...@mozilla.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ralph Giles  
View profile  
 More options Nov 1 2012, 1:32 am
Newsgroups: mozilla.dev.media
From: Ralph Giles <gi...@mozilla.com>
Date: Wed, 31 Oct 2012 22:32:42 -0700
Local: Thurs, Nov 1 2012 1:32 am
Subject: Re: STUN service for Mozilla WebRTC
On 12-10-31 3:53 PM, Suhas Nandakumar (snandaku) wrote:

> We also need to support API for configuring stun server into the peer connection.

Agreed. I believe implementing this is
https://bugzilla.mozilla.org/show_bug.cgi?id=786236

We'll also eventually want to collect stun prefs from the user and any
platform interfaces.

 -r


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »