mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
possible windows phone video fix
This commit is contained in:
parent
b9d5ee9b08
commit
893093a64a
@ -124,6 +124,11 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
args += " -bsf h264_mp4toannexb";
|
||||
}
|
||||
|
||||
if (string.Equals("wmv2", videoCodec))
|
||||
{
|
||||
args += " -f asf";
|
||||
}
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user