mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
add ios dts workaround
This commit is contained in:
@@ -207,7 +207,8 @@ namespace Emby.Dlna.Didl
|
||||
streamInfo.TargetVideoStreamCount,
|
||||
streamInfo.TargetAudioStreamCount,
|
||||
streamInfo.TargetVideoCodecTag,
|
||||
streamInfo.IsTargetAVC);
|
||||
streamInfo.IsTargetAVC,
|
||||
streamInfo.AllAudioCodecs);
|
||||
|
||||
foreach (var contentFeature in contentFeatureList)
|
||||
{
|
||||
@@ -347,7 +348,8 @@ namespace Emby.Dlna.Didl
|
||||
streamInfo.TargetVideoStreamCount,
|
||||
streamInfo.TargetAudioStreamCount,
|
||||
streamInfo.TargetVideoCodecTag,
|
||||
streamInfo.IsTargetAVC);
|
||||
streamInfo.IsTargetAVC,
|
||||
streamInfo.AllAudioCodecs);
|
||||
|
||||
var filename = url.Substring(0, url.IndexOf('?'));
|
||||
|
||||
|
||||
@@ -541,7 +541,8 @@ namespace Emby.Dlna.PlayTo
|
||||
streamInfo.TargetVideoStreamCount,
|
||||
streamInfo.TargetAudioStreamCount,
|
||||
streamInfo.TargetVideoCodecTag,
|
||||
streamInfo.IsTargetAVC);
|
||||
streamInfo.IsTargetAVC,
|
||||
streamInfo.AllAudioCodecs);
|
||||
|
||||
return list.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user