Skip to content

camera-streamer depends on internet connection for WebRTC #165

@gthbcrvs

Description

@gthbcrvs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions