webcam-stream
webcam-stream copied to clipboard
Run-through the tutorial again
If someone's willing to run through — let me know, I'll assist.
Things to remember/monitor while going through:
- Unclear sections/steps
- How much time does it take
- How many mistakes and where are made
Hi,
I was reading your tutorial and i did all the steps. I was able to see the stream on the webpage. But there is one thing which is missing in the tutorial. When you compile and install nginx, the unit file for the systemd was not available. So i could not start the nginx using sudo systemctl start nginx
So i created myself unit file nginx.service and placed it under /lib/systemd/system folder. I am not sure if i compiled and installed nginx incorrectly. But this i had to do and then it was all fine after that and i could start nginx using systemctl. So perhaps it would be better to include this in your tutorial Regards
Hi @ishansheth
When you compile and install nginx, the unit file for the systemd was not available
Good point, I might have installed it while playing around 🤔 It's been a while since I actually ran my raspberry camera streaming setup, the device got repurposed.
So perhaps it would be better to include this in your tutorial
If you feel like contributing, I'd be happy to accept a Pull Request 😊
hi @DeTeam ya sure, i would write one paragraph in the document and create a pull request