Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/e0b035e34edb4e08cec4e3d02ae55934ccea2f67
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -3381,7 +3381,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
// qsv requires a fixed pool size.
// default to 64 otherwise i f will fails on certain iGPU.
// default to 64 otherwise i t will fail on certain iGPU.
subFilters . Add ( "hwupload=extra_hw_frames=64" ) ;
var ( overlayW , overlayH ) = GetFixedOutputSize ( inW , inH , reqW , reqH , reqMaxW , reqMaxH ) ;
@ -3590,7 +3590,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
// qsv requires a fixed pool size.
// default to 64 otherwise i f will fails on certain iGPU.
// default to 64 otherwise i t will fail on certain iGPU.
subFilters . Add ( "hwupload=extra_hw_frames=64" ) ;
var ( overlayW , overlayH ) = GetFixedOutputSize ( inW , inH , reqW , reqH , reqMaxW , reqMaxH ) ;