Set FFMPEG_PATH for Jellyfin 10.8.13+ support. Update Readme

This commit is contained in:
Junkman690
2024-05-19 20:37:10 +10:00
parent 0139084cdb
commit e1e54de2c4
2 changed files with 32 additions and 36 deletions
@@ -41,3 +41,8 @@ else
s6-setuidgid abc /usr/local/bin/rffmpeg add --weight 1 $RFFMPEG_HOST
fi
fi
#Set ffmpeg path if not set by user
if [ -z "$FFMPEG_PATH" ]; then
printf "/usr/local/bin/wol_rffmpeg/ffmpeg" > /var/run/s6/container_environment/FFMPEG_PATH
fi