mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
3.03k stars 608 forks source link

how to set external STUN server? #734

Closed yangjieshao closed 1 week ago

yangjieshao commented 1 week ago

i try to set external STUN server my command: .\webrtc-streamer.exe -s81.68.179.47 image

image

.\webrtc-streamer.exe -s 81.68.179.47 image

image

mpromonet commented 1 week ago

Hi @yangjieshao

Just webrtc-streamer.exe -s81.68.179.47:3478 without space between -s and address.

Best Regards, Michel.

P.S. with powershell you need to quote .\webrtc-streamer.exe "-s80.12.34.11:3478"

yangjieshao commented 1 week ago

thanks add quote is ok