Replies: 3 comments 5 replies
-
Hi, If there is no NAT between your browser and webrtc-streamer STUN/TURN is not needed. Best Regards |
Beta Was this translation helpful? Give feedback.
-
in your sample code "WebRtcStreamer.html":
i think the Parameter “webrtcConfig.url” is the address of webrtc-streamer. My question is : |
Beta Was this translation helpful? Give feedback.
-
we define the STUN/TURN service url in webrtc-streamer. if browser can't connect webrtc-streamer directly, it can't get the STUN/TURN service url by the webrtc-streamer api, right? if browser can get the STUN/TURN service url which defined in webrtc-streamer (by Router/firewall settings likely), that's mean the browser can connect webrtc-streamer already, so why it need a STUN/TURN service now? i know the browser can use a specified thrid-party STUN/TURN service url, but where can i define the url in HTML/JS code in order to let brower know it need make a P2P connection with a specified webrtc-streamer which behind a router/firewall and use same STUN/TURN service? |
Beta Was this translation helpful? Give feedback.
-
i want view the camera in browser in real time by RTSP, so the browser must can connect to Webrtc-streamer, and webrtc-streamer must can connect to the Camera.
in this case, i think the webrtc-streamer is like a proxy, so can I disable STUN feature by "-s-" ?
Beta Was this translation helpful? Give feedback.
All reactions