Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergystepanov/webrtc-troubleshooting
A simple tool for troubleshooting WebRTC issues
https://github.com/sergystepanov/webrtc-troubleshooting
go golang pion webrtc
Last synced: about 1 month ago
JSON representation
A simple tool for troubleshooting WebRTC issues
- Host: GitHub
- URL: https://github.com/sergystepanov/webrtc-troubleshooting
- Owner: sergystepanov
- License: gpl-3.0
- Created: 2022-03-29T20:20:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T23:20:45.000Z (over 1 year ago)
- Last Synced: 2024-10-24T17:49:54.346Z (3 months ago)
- Topics: go, golang, pion, webrtc
- Language: HTML
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w3t (webrtc-troubleshooting)
A simple tool for troubleshooting WebRTC issues.
This utility contains a web server application designed for convenient debugging of problems with Pion WebRTC connections.
### Use
Just run the w3t executable. Open the main page in the browser (i.e. localhost:3000).
Config params:
```
-addr string
a web server address (default ":3000")
```### Build
Install Golang. Run:
```
go build ./cmd/w3t
```