Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/19cf53b87ec0e18a12b40df0d7db73c75f60056c You should set ROOT_URL correctly, otherwise the web may not work correctly.

add ffmpeg arm

pull/702/head
Luke Pulverenti 10 years ago
parent 75a457debc
commit 19cf53b87e

@ -126,6 +126,11 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
{
"https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-2.8.0-32bit-static.7z"
};
case Architecture.Arm:
return new[]
{
"https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-arm.7z"
};
}
break;
}

Loading…
Cancel
Save