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…
Reference in New Issue
Block a user