Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/8d1877d43f82826eddaa160aa55712a317f8e02a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -252,7 +252,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
height = 1080 ;
isInterlaced = false ;
videoCodec = "h264" ;
videoBitrate = 8 000000;
videoBitrate = 15 000000;
}
else if ( string . Equals ( profile , "internet720" , StringComparison . OrdinalIgnoreCase ) )
{
@ -260,7 +260,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
height = 720 ;
isInterlaced = false ;
videoCodec = "h264" ;
videoBitrate = 5 000000;
videoBitrate = 8 000000;
}
else if ( string . Equals ( profile , "internet540" , StringComparison . OrdinalIgnoreCase ) )
{
@ -326,12 +326,12 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
// Set the index to -1 because we don't know the exact index of the audio stream within the container
Index = - 1 ,
Codec = "ac3" ,
BitRate = 1 28 000
BitRate = 1 9 2000
}
} ,
RequiresOpening = false ,
RequiresClosing = false ,
BufferMs = 100 0,
BufferMs = 0,
Container = "ts" ,
Id = profile ,
SupportsDirectPlay = true ,