Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f12131299baa7835a0c91340fa7ed08b71f70d39?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
43 deletions
@ -31,42 +31,7 @@ namespace Emby.Dlna.Profiles
{
new DirectPlayProfile
{
Container = "mp3" ,
AudioCodec = "mp2,mp3" ,
Type = DlnaProfileType . Audio
} ,
new DirectPlayProfile
{
Container = "mp4" ,
AudioCodec = "mp4" ,
Type = DlnaProfileType . Audio
} ,
new DirectPlayProfile
{
Container = "aac,wav" ,
Type = DlnaProfileType . Audio
} ,
new DirectPlayProfile
{
Container = "flac" ,
AudioCodec = "flac" ,
Type = DlnaProfileType . Audio
} ,
new DirectPlayProfile
{
Container = "asf" ,
AudioCodec = "wmav2,wmapro,wmavoice" ,
Type = DlnaProfileType . Audio
} ,
new DirectPlayProfile
{
Container = "ogg" ,
AudioCodec = "vorbis" ,
Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac,m4a" ,
Type = DlnaProfileType . Audio
}
} ;
@ -30,7 +30,7 @@
<XmlRootAttributes />
<DirectPlayProfiles >
<DirectPlayProfile container= "m4v,mpegts,ts,3gp,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,m2v,avi,mpg,mpeg,mp4,webm,wtv,m2ts,dvr-ms" type= "Video" />
<DirectPlayProfile container= "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac " type= "Audio" />
<DirectPlayProfile container= "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac ,m4a " type= "Audio" />
</DirectPlayProfiles>
<TranscodingProfiles >
<TranscodingProfile container= "mp3" type= "Audio" audioCodec= "mp3" estimateContentLength= "false" enableMpegtsM2TsMode= "false" transcodeSeekInfo= "Auto" copyTimestamps= "false" context= "Streaming" enableSubtitlesInManifest= "false" minSegments= "0" segmentLength= "0" breakOnNonKeyFrames= "false" />
@ -35,12 +35,7 @@
<IgnoreTranscodeByteRangeRequests > false</IgnoreTranscodeByteRangeRequests>
<XmlRootAttributes />
<DirectPlayProfiles >
<DirectPlayProfile container= "mp3" audioCodec= "mp2,mp3" type= "Audio" />
<DirectPlayProfile container= "mp4" audioCodec= "mp4" type= "Audio" />
<DirectPlayProfile container= "aac,wav" type= "Audio" />
<DirectPlayProfile container= "flac" audioCodec= "flac" type= "Audio" />
<DirectPlayProfile container= "asf" audioCodec= "wmav2,wmapro,wmavoice" type= "Audio" />
<DirectPlayProfile container= "ogg" audioCodec= "vorbis" type= "Audio" />
<DirectPlayProfile container= "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac,m4a" type= "Audio" />
</DirectPlayProfiles>
<TranscodingProfiles >
<TranscodingProfile container= "mp3" type= "Audio" audioCodec= "mp3" estimateContentLength= "false" enableMpegtsM2TsMode= "false" transcodeSeekInfo= "Auto" copyTimestamps= "false" context= "Streaming" enableSubtitlesInManifest= "false" minSegments= "0" segmentLength= "0" breakOnNonKeyFrames= "false" />