Added a space after the profile for progressive streaming

This commit is contained in:
ScottIsAFool 2013-03-29 11:42:56 +00:00
parent 7d4356b12a
commit 1f7579a972

View file

@ -148,7 +148,7 @@ namespace MediaBrowser.Api.Playback.Progressive
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
{
args += " -profile:v" + state.VideoRequest.Profile;
args += " -profile:v " + state.VideoRequest.Profile;
}
if (!string.IsNullOrEmpty(state.VideoRequest.Level))