-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a problem with video streaming to webserver. #6
Comments
What happens if you just go to http://localhost on port 80? Nginx serves the cam on port 80 and should pass through other requests to your flask server. |
I have tried http://localhost on port 80 but I have the result: "502 Bad Gateway". |
hm sounds like a gunicorn issue - do you have a file at /home/pi/drive.sock ? When you do sudo systemctl start web do you get any issues? |
I have the same effect. Server runs on port 8000 for me Same here, looks like we need a drive.sock file |
Is there a solution for this? I'm having the same problem. |
I'm able to open cam.jpg independently in the browser (http://localhost/cam.jpg). But the webserver is not able to get the image (there is the error "HTTP 404"). The control of the motor is working on webserver.
I have installed RPi_Cam_Web_Interface with the default port (leaved it empty) and with the nginx option (instead of apache).
The text was updated successfully, but these errors were encountered: