ludiazv / octocitrico

OctoPrint for other fruits
149 stars 18 forks source link

MJPEG-Streamer doesn't work with modifed User #33

Open volkmarnissen opened 1 year ago

volkmarnissen commented 1 year ago

In octocitrico.sh the line OCTOPI_TAG="0.18.0" refers to
https://github.com/guysoft/OctoPi/tree/devel/src/modules/octopi/filesystem/home/root/bin

In devel Branch of this repo there are new changes to install mjpeg-streamer w/o user names. These changes are not in octocitrico. That's why mjpg-streamer installation doesn't work with modified user.

One example_ In webcamd, the line MJPGSTREAMER_HOME=/opt/mjpg-streamer differs.

volkmarnissen commented 1 year ago

octocitico doesn't use the latest octopi,. but release 0.18.0. This version doesn't support changing of user. I will create a pull request refering to the latest fixes.

volkmarnissen commented 1 year ago

This is fixed in pull request #32

ludiazv commented 1 year ago

Thaks, I will integrate this pull request when new stable version of octopi is released.