diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 01:26:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 01:26:58 -0500 |
| commit | 045fdaf3874c9b57d80a97d0fefdcd3454f7c044 (patch) | |
| tree | 0a818e5d227360b38e5ef3e8ef64189ead427630 /MediaBrowser.Server.Startup.Common | |
| parent | 8f780269cbf8b9b1000f83432262e93c487164eb (diff) | |
update live stream bitrates
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs b/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs index ac83440f2..fffca4ca9 100644 --- a/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs +++ b/MediaBrowser.Server.Startup.Common/LiveTv/TunerHosts/SatIp/SatIpHost.cs @@ -115,7 +115,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp RequiresClosing = false }; - mediaSource.InferTotalBitrate(); + mediaSource.InferTotalBitrate(true); return new List<MediaSourceInfo> { mediaSource }; } |
