possible windows phone video fix

pull/702/head
LukePulverenti 12 years ago
parent b9d5ee9b08
commit 893093a64a

@ -124,6 +124,11 @@ namespace MediaBrowser.Api.Playback.Progressive
args += " -bsf h264_mp4toannexb"; args += " -bsf h264_mp4toannexb";
} }
if (string.Equals("wmv2", videoCodec))
{
args += " -f asf";
}
return args; return args;
} }

Loading…
Cancel
Save