webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
4.04k stars 358 forks source link

[TURN] example work just once #61

Open rainliu opened 3 years ago

rainliu commented 3 years ago

hello when i run TURN example it's works just once turn args

--port 3478 --public-ip 192.168.1.250 --users user=pass

and tested with

https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/

give me valid params just first time i click gather

*port-forwarding and NAT enabled in router and my public ip have DDNS

Originally posted by @Ali-Mirghasemi in https://github.com/webrtc-rs/webrtc/discussions/59

rainliu commented 3 years ago

@metaclips , would you like to take a look at this issue?

metaclips commented 3 years ago

Will take a look

patrickelectric commented 1 year ago

Any update on that ?