[tor-bugs] #5578 [Flashproxy]: Investigate WebRTC for flash proxy NAT punching

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jul 1 17:38:50 UTC 2014


#5578: Investigate WebRTC for flash proxy NAT punching
----------------------------+-----------------
     Reporter:  dcf         |      Owner:  dcf
         Type:  task        |     Status:  new
     Priority:  normal      |  Milestone:
    Component:  Flashproxy  |    Version:
   Resolution:              |   Keywords:
Actual Points:              |  Parent ID:
       Points:              |
----------------------------+-----------------

Comment (by cjb):

 Hi,

 > ​https://github.com/js-platform/node-webrtc example of linking the
 webrtc library to other projects.

 I've ported my serverless-webrtc app (chat after manual exchange of offer
 and answer) to this node-webrtc library now, so you can share a text or
 binary datachannel between Node<->Node, Node<->Chrome, or Node<->Firefox.
 Here's a blog post with details and instructions:

 http://blog.printf.net/articles/2014/07/01/serverless-webrtc-continued/

 Since node-webrtc wraps the C++ WebRTC Native API, it ''should'' be
 straightforward to go from the node version to a raw C++ app, since it's
 just removing the JS abstractions that node-webrtc introduced.  But the
 Native API is pretty sparsely documented and the sample code in the
 package doesn't actually include the SDP offer/answer exchange, so it
 might be tough.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5578#comment:27>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list