Skip to content

Commit

Permalink
ffmpeg and native module note
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jan 24, 2022
1 parent 9ce8946 commit 41058a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This third-party Synology Package simplifies the process of running [Homebridge]

This package will deploy Homebridge and the Homebridge UI natively on your Synology NAS. It will create a new shared named `homebridge` to store the Homebridge configuration and user data.

**Step 1:** Download the `.spk` from here: https://github.com/oznu/homebridge-syno-spk/releases/tag/2.2.0
**Step 1:** Download the `.spk` from here: https://github.com/oznu/homebridge-syno-spk/releases/tag/2.2.1

**Step 2:** Open Package Center in DSM and select the `Manual Install` option.

Expand All @@ -28,6 +28,11 @@ This package will deploy Homebridge and the Homebridge UI natively on your Synol

The Homebridge Config UI app starts on port `8581`. The default username is **admin** with password **admin**.

### Recommended Optional Steps:

* [Enable compiling native modules](https://github.com/oznu/homebridge-syno-spk/wiki/DSM-7:-Enable-Compiling-Of-Native-Modules)
* [Install ffmpeg with libfdk_aac](https://github.com/oznu/homebridge-syno-spk/wiki/DSM-7:-ffmpeg-with-libfdk_aac)

## DSM 6

**To use this package on DSM 6, you must have the Synology Docker Package installed.**
Expand Down
2 changes: 1 addition & 1 deletion app/source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo $SCRIPTPATH
nodeBin="$SCRIPTPATH/bin"
npmGlobalDir="$(dirname $(dirname $(dirname $SCRIPTPATH)))/@appdata/homebridge"

export PATH="$SCRIPTPATH/bin:$npmGlobalDir/bin:$PATH"
export PATH="$SCRIPTPATH/bin:$npmGlobalDir/bin:/opt/bin:/var/packages/ffmpeg/target/bin:$PATH"
export PYTHON=/usr/bin/python3.8

export npm_config_prefix=$npmGlobalDir
Expand Down

0 comments on commit 41058a3

Please sign in to comment.