Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #28942

Closed (moved)
Open
Opened Dec 24, 2018 by Trac@tracbot

Evaluate pion WebRTC

We've made a pure Go WebRTC port over at pions/webrtc. This may provide a viable alternative to libwebrtc.

Disadvantages

  • We've not done much work on security yet. However, we definitely intend to work on this since hardening the security will be a requirement for many other use-cases.
  • Not entirely feature complete but this seems less important for your use-case.
  • We don't support TURN yet. We currently plan to build this for our next release.

Advantages

  • It is fully go-gettable, fixing the horrible built process. In addition, it should run everywhere Go runs.
  • We've tested our data channel implementation against multiple targets, including Chrome, Firefox and NodeJS and aim to automate these in the future.
  • It will give you more freedom to make changes to the WebRTC stack and even allow experimentation, E.g.: to reduce fingerprinting.
  • It may solve/invalidate some of your other problems, including #19026 (moved), #19315 (moved), #19569 (moved), #22718 (moved) and #25483 (moved).
  • We're working on exposing an idiomatic API based on the io.ReadWriteCloser.
  • We have an active community and development team. We're more than happy to fix any problems that may arise. We're also open to prioritizing any features you conciser blocking. Lastly, we have great PR response times.

I'm also interested in collaborating on NAT testing as mentioned in #25595 (moved).

Trac:
Username: backkem

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#28942