ipartola / hawkeye

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

Always getting "Could not find resource at this URL." #22

Open ScruffR opened 3 years ago

ScruffR commented 3 years ago

Since I couldn't install directly via apt-get install I built from source. However, when connecting to the server I always get "Could not find resource at this URL." but nothing is logged in var/lib/hawkeye.log

But stills can be collected.

ScruffR commented 3 years ago

I found the solution

While the docs mention

Point your browser to http://localhost:8000/ to view the video stream.

It should rather be "Point your browser to http://localhost:8000/stream/NUM to view the video stream of the respective video source (e.g. http://localhost:8000/stream/0)."