kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
617 stars 108 forks source link

several typos fixed, missing commands added #125

Open ArosPrince opened 3 years ago

kclyu commented 3 years ago

The rootfs created with build_rootfs.sh is not supposed to use root permission. Currently, it is supposed to sudo in build_rootfs.sh if necessary. If you look inside the code, the screen capture of issue #123 is a permission error that generated when build_rootfs.sh runs rpi_rootfs.py. This is already chowned in build_rootfs.sh line 149 to remove the root permission, but it seems that the execution did not work properly. It seems that it is necessary to first check why it failed to remove the root permission.

ArosPrince commented 2 years ago

Hi, I am sorry, somehow I completely missed your comment back then.

I am not sure I really understand. Is there anything I could try to help diagnose the issue?