diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-20 15:42:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-20 15:42:53 -0400 |
| commit | 97ea2ff43a4428e754e9ca67d977900eb0de88c8 (patch) | |
| tree | b9a606ea96ba988a10fa4f28d24b59378ddb0dab /MediaBrowser.Api/Playback/Hls/VideoHlsService.cs | |
| parent | bcfef5dd8377879963abf28ff80ffcbc8eaf52bd (diff) | |
update live tv hls
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/VideoHlsService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/VideoHlsService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs index 8a14948d2..c7258d72f 100644 --- a/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/VideoHlsService.cs @@ -113,6 +113,8 @@ namespace MediaBrowser.Api.Playback.Hls args += GetGraphicalSubtitleParam(state, codec); } + args += " -flags -global_header"; + return args; } |
