github.com/pion/webrtc/v3@v3.2.24/examples/ice-tcp/README.md (about) 1 # ice-tcp 2 ice-tcp demonstrates Pion WebRTC's ICE TCP abilities. 3 4 ## Instructions 5 6 ### Download ice-tcp 7 This example requires you to clone the repo since it is serving static HTML. 8 9 ``` 10 mkdir -p $GOPATH/src/github.com/pion 11 cd $GOPATH/src/github.com/pion 12 git clone https://github.com/pion/webrtc.git 13 cd webrtc/examples/ice-tcp 14 ``` 15 16 ### Run ice-tcp 17 Execute `go run *.go` 18 19 ### Open the Web UI 20 Open [http://localhost:8080](http://localhost:8080). This will automatically start a PeerConnection. This page will now prints stats about the PeerConnection. The UDP candidates will be filtered out from the SDP. 21 22 Congrats, you have used Pion WebRTC! Now start building something cool