profile fix for hls
This commit is contained in:
parent
7d4356b12a
commit
4b65b8c050
|
@ -155,7 +155,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
|
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
|
||||||
{
|
{
|
||||||
args += " -profile:v" + state.VideoRequest.Profile;
|
args += " -profile:v " + state.VideoRequest.Profile;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
|
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user