diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-12 15:56:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-12 15:56:12 -0400 |
| commit | c4f587dd94a4f21e033a6643493a76e5838f283e (patch) | |
| tree | 933a8cd882c0ab8bdb2f63ac39c93f76ff3ce8e3 /MediaBrowser.Api/Playback/Progressive/VideoService.cs | |
| parent | a5b807e433f0d41349ed9dab8911aa4a6f55cbab (diff) | |
live tv stream adjustments, add additional dlna params
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index 6deea4ffc..43dc6f0d4 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -102,7 +102,7 @@ namespace MediaBrowser.Api.Playback.Progressive format = " -f mp4 -movflags frag_keyframe+empty_moov"; } - var threads = GetNumberOfThreads(string.Equals(videoCodec, "libvpx", StringComparison.OrdinalIgnoreCase)); + var threads = GetNumberOfThreads(state, string.Equals(videoCodec, "libvpx", StringComparison.OrdinalIgnoreCase)); var inputModifier = GetInputModifier(state); |
