Skip to content

Commit

Permalink
use local/bin instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wilke committed Jan 14, 2019
1 parent 3222023 commit 71deeb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlay/usr/local/etc/rc.d/emby-server
Expand Up @@ -42,10 +42,10 @@ load_rc_config ${name}
: ${emby_server_user:="emby"}
: ${emby_server_group:="emby"}
: ${emby_server_data_dir:="/var/db/emby-server"}
: ${emby_server_ffmpeg:="/usr/local/lib/emby-server/bin/ffmpeg"}
: ${emby_server_ffprobe:="/usr/local/lib/emby-server/bin/ffprobe"}
: ${emby_server_ffmpeg:="/usr/local/bin/ffmpeg"}
: ${emby_server_ffprobe:="/usr/local/bin/ffprobe"}

export LD_LIBRARY_PATH=/usr/local/lib/
export LD_LIBRARY_PATH=/usr/local/lib

pidfile="/var/run/emby-server.pid"
procname="/usr/local/bin/mono"
Expand Down

1 comment on commit 71deeb0

@Baenwort
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? I'm being told by Luke and the other people on the EMBY side that we should be using the internal ffmpeg and ffprobe but I presume there is a reason you changed this but I don't know why?

Please sign in to comment.