It seems that the WebRTC functionality is dependent on an internet connection.
I am using camera-streamer in Octoprint using Octopi and the stream always functions. The WebRTC was working at first (when I had internet access enabled) but no longer worked without internet access.
Is it possible to remove the internet dependency?
I think the part to change is the stun-url in
|
{ urls: ['stun:stun.l.google.com:19302'] } |
and
|
{ urls: ['stun:stun.l.google.com:19302'] } |
I found more information here: https://stackoverflow.com/questions/30742431/webrtc-on-isolated-lan-without-ice-stun-turn-server
It seems that the WebRTC functionality is dependent on an internet connection.
I am using camera-streamer in Octoprint using Octopi and the stream always functions. The WebRTC was working at first (when I had internet access enabled) but no longer worked without internet access.
Is it possible to remove the internet dependency?
I think the part to change is the stun-url in
camera-streamer/html/webrtc.html
Line 51 in 4203f89
camera-streamer/html/control.html
Line 757 in 4203f89
I found more information here: https://stackoverflow.com/questions/30742431/webrtc-on-isolated-lan-without-ice-stun-turn-server