tomeshnet / prototype-cjdns-pi

Prototype system for mesh networks on single board computers
https://chat.tomesh.net/#/room/#software:tomesh.net
GNU General Public License v3.0
218 stars 42 forks source link

Pi Stream STATUS #415

Closed darkdrgn2k closed 5 years ago

darkdrgn2k commented 5 years ago

Using ffmpeg for detection of PI STREAM installation is not a good way to deal with it. Pi Desktop also installs ffmpeg by default returning a false positive.

https://github.com/tomeshnet/prototype-cjdns-pi/blob/master/scripts/status#L75

makew0rld commented 5 years ago

You could check for the process-stream.service file maybe?

darkdrgn2k commented 5 years ago

that is checked for "active/inactive" and checking for an installed file is used for checking if its installed.