profile fix for hls

This commit is contained in:
Luke Pulverenti 2013-03-29 08:26:40 -04:00
parent 7d4356b12a
commit 4b65b8c050

View file

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