[tor-bugs] #5578 [Flashproxy]: Investigate WebRTC for flash proxy NAT punching
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Feb 8 23:06:53 UTC 2013
#5578: Investigate WebRTC for flash proxy NAT punching
------------------------+---------------------------------------------------
Reporter: dcf | Owner: dcf
Type: task | Status: new
Priority: minor | Milestone:
Component: Flashproxy | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
Comment(by cjb):
# What browsers it is supported in.
I think we want to use reliable (TCP) "RTCDataChannels"; their API is
extremely similar to WebSockets. The support for this part of the WebRTC
spec is still very new; most people are using the audio/video UDP APIs
instead.
Chrome only supports RTCDataChannels using RDP (which is UDP plus headers)
at the moment. Firefox *does* support reliable RTCDataChannels in Firefox
Nightly, behind a flag. Firefox and Chrome RTCDataChannels aren't
interoperable, but that's okay for us because the Flashproxy design never
has one browser's socket talking to another browser's socket.
So I think the short answer is that we could start implementing in Firefox
now, with the expectation that one day the same code will work in Chrome.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5578#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list