ipartola / hawkeye

An simple and fast USB webcam MJPEG streaming server.
Other
206 stars 28 forks source link

Address:8000 Refused to connect #16

Closed DevParapalli closed 3 years ago

aslily1234 commented 3 years ago

try to set host to 0.0.0.0 in /opt/webcam_streamer/conf

If you want to listen on all interfaces try ::0 or 0.0.0.0
If you want to listen on all interfaces try ::0 or 0.0.0.0 If you want to listen on all interfaces try ::0 or 0.0.0.0

image

ipartola commented 3 years ago

As mentioned, by default it only listens on the loopback interface. If you want to open it up to the network you need to edit the hawkeye.conf file the daemon is using.