Michel Promonet
Michel Promonet
Hi, This is strange because hitting F5 call [window.onbeforeunload](https://github.com/mpromonet/webrtc-streamer-html/blob/3282f60af18177b385e2cdb2ff7333dbafcdd51c/webrtcstreamer.html#L28) that close the current webrtc streams. When I look to admin.html hitting F5 on webcrtstreamer.html, I see always 1 connection. However...
Hi digger18, Still now there is noways to reload the config file, however if you just add/remove RTSP streams, WebRTCStreamer do not need to know them. You can maintain in...
Hi jonasf31, It is also possible to use the embeded TURN server. For instance using : `./webrtc-streamer -T0.0.0.0:3478 -tturn:turn@:3478` Using service like [ifconfig.me](http://ifconfig.me), it could becomes `./webrtc-streamer -T0.0.0.0:3478 -tturn:turn@$(curl ifconfig.me...
Hi, With the modification of STUN https://github.com/mpromonet/webrtc-streamer/commit/bca3ae0ce8c2e75f0f58790d8208836cb1d4e450 (artefacts https://circleci.com/gh/mpromonet/webrtc-streamer/5524#artifacts/containers/0) and running webrtc-streamer behind the NAT (with rule on 8000 & 3478) allow to see webrtc stream without using additional resource....
Dear @generic-beat-detector, Yes, for port forwarding this needs TCP on 8000 (default port) and TCP+UDP on 3478 for STUN. Since the beginning it is possible I made a misinterpretation, because...
Hi @beniroquai From germany probably you do not need to use the embeded STUN server, just use default configuration that use google's STUN. Starting with `./webrtc-streamer` and forwarding the http...
Hi @jonasf21 Yes I can see the bees, but as you have STUN & TURN configured, I guess this is using STUN. I recently add an option `-s-` in order...
Hi lthrhx, I just a made a test with the embeded TURN, it seems working without problems starting with `./webrtc-streamer -s- -T0.0.0.0:3478 -tturn:turn@$(curl -s ifconfig.me):3478 ` Adding the internal IP...
Hi lthrhx, The port doesnot matter, I try with `./webrtc-streamer -s- -T0.0.0.0:8478 -tturn:turn@$(curl -s ifconfig.me):8478` Exposing the port using upnpc `ipnpc -r 8000 tcp 8478 udp ` I can see...
Hi jjsartin, I don't know what OBSis ? I guess probably the url used is not the one used by the streamer, you can modify it using option `-u`. Running...