rpi-webrtc-streamer icon indicating copy to clipboard operation
rpi-webrtc-streamer copied to clipboard

several typos fixed, missing commands added

Open ArosPrince opened this issue 3 years ago • 2 comments

ArosPrince avatar May 24 '21 18:05 ArosPrince

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.

kclyu avatar May 28 '21 15:05 kclyu

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?

ArosPrince avatar Nov 18 '21 09:11 ArosPrince