turn
turn copied to clipboard
Pion TURN, an API for building TURN clients and servers
### Your environment. Version: v2.0.5 Edge Version 88.0.705.74 (64-Bit) Chrome Version 88.0.4324.182 (x86_64) Mac 10.15.7 (19H524) ``` panic: runtime error: slice bounds out of range [:3524] with capacity 1500 goroutine...
## Summary Need distributed turn solution to achieve high performance and High availability. ## Describe alternatives you've considered coturn solution: https://github.com/coturn/coturn/wiki/TURN-Performance-and-Load-Balance
Right now when we attempt to create the ChannelBind we don't re-attempt on failure.
Update `buildNonce` and `authenticateRequest` to generate and check the times on those.
#### Description add generic Dockerfile and docker-compose.yml for pion examples/turn-server/simple Usage: > git clone https://github.com/pion/turn.git pion-turn > cd pion-turn/examples/turn-server/simple > docker build -t pion-turn -f Dockerfile . > docker run...
#### Description Added FAQ.md to repo root with some initial questions. @Sean-Der If there is an existing FAQ I can merge this with, or a better place for it to...
Hi, I was trying to use it in docker, however I failed on building the go image - probably needed to import some specific go libs. I'm a total newbie...
## Summary Would like to know how to track the bandwidth used by a user on the turn server. Or simply overall bandwidth to start. ## Motivation Primarily for billing...
I've read #118 and the associated branch [`rfc-6062-client`](https://github.com/pion/turn/tree/rfc-6062-client) and decided starting from scratch would be a better for me. Currently on branch [`rfc6062`](https://github.com/pion/turn/tree/rfc6062) (sorry for confusing naming) is a partially...
hello, i am deploy this repository for my webrtc turn server。 ## what happend i meet a small problem,my application is builded by google-webrtc on android platform, when i killed...