rpi-webrtc-streamer
rpi-webrtc-streamer copied to clipboard
several typos fixed, missing commands added
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.
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?