You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daemon off
input -1
width 640
height 480
locate_motion_mode off
webcontrol_port 1235
stream_port 1234
stream_localhost off
webcontrol_localhost off
When I run this on my RPi4, the motion daemon broadcasts to 0.0.0.0.
If I have a wireguard or openvpn tunnel available (10.10.10.0/24) I would like it to broadcast to that tunnel instead of to the world.
Is it possible to have a broadcast_address 10.10.10.0 or a server_name 10.10.10.0 parameter?
That way all devices sharing the same tunnel could access the streams.
(Btw, thanks again for this great tool, it integrates really well with home automation!)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I have a simple config such as:
When I run this on my RPi4, the motion daemon broadcasts to 0.0.0.0.
If I have a wireguard or openvpn tunnel available (10.10.10.0/24) I would like it to broadcast to that tunnel instead of to the world.
Is it possible to have a
broadcast_address 10.10.10.0
or aserver_name 10.10.10.0
parameter?That way all devices sharing the same tunnel could access the streams.
(Btw, thanks again for this great tool, it integrates really well with home automation!)
Beta Was this translation helpful? Give feedback.
All reactions