Categorygithub.com/sergystepanov/webrtc-troubleshooting/v2
module
2.0.0-20231010162319-b4c67c8a91af
Repository: https://github.com/sergystepanov/webrtc-troubleshooting.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author