Results 2858 comments of MichaIng

Oh right, I saw the command being executed directly here: https://github.com/silvanmelchior/RPi_Cam_Web_Interface/blob/master/www/macros/startstopX.sh#L31 But that is an example script only. `rpicam-mjpeg` seems to not use `MP4Box` at all, but FFmpeg. Makes sense...

As said, we'd not need the installer anyway, but implement this ourselves. That it is outdated was more a hint about the project status in general. Outdated installer means less...

Sounds good. I am keeping an eye on it.

That would be optimal. On the other hand it costs time to flash images and run the script and hack all data into the HTML document. The question is whether...

First of all, do not press ESC but ENTER/RETURN to confirm whiptail dialogues in general. ESC aborts them, respectively has the same effect as hitting the right button (if there...

> I promise not to press ESC again 😉 😄 not forbidden, just important to know that it is the no/cancel/abort/exit key, while for input boxes, menus etc, require a...

Yes here the script: https://github.com/MichaIng/DietPi/blob/dev/.meta/dietpi-survey_report But makes sense to shift this over here. It was added as minimal data visualisation before our website got even added to GitHub. I also...

Seems a good idea, as long as all works with vanilla JS. It would mean another request in the chain: HTML > JS > JSON, but should not be noticable....