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: 2 months ago
JSON representation

A simple tool for troubleshooting WebRTC issues

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
```