homebridge/ffmpeg-for-homebridge

Support for raspbian like os

Andi-Coder opened this issue · 1 comments

I‘m using raspbian like os named OSMC. Can you take more os names in the install.js? This because without the extension the install process will download ffmpeg without omx support.
Line 53 of install.js has to look like:
if (osReleaseEnv.ID === ‘raspbian‘ || osReleaseEnv.ID === ‘OSMC‘) {

The /etc/os-releases of OSMC looks like:
ID=OSMC

Thanks

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.