mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 03:26:32 +00:00
possible windows phone video fix
This commit is contained in:
@@ -124,6 +124,11 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
args += " -bsf h264_mp4toannexb";
|
||||
}
|
||||
|
||||
if (string.Equals("wmv2", videoCodec))
|
||||
{
|
||||
args += " -f asf";
|
||||
}
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user