From 4b65b8c05064257cd456db10e623de970a898744 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 29 Mar 2013 08:26:40 -0400 Subject: [PATCH] profile fix for hls --- MediaBrowser.Api/Playback/Hls/VideoHlsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs index 8825db68e9..94b9d6924a 100644 --- a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs @@ -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))