aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-04-15 15:46:46 -0400
committerGitHub <noreply@github.com>2017-04-15 15:46:46 -0400
commit8c4e69e1c66c01a95de59ac47f5d3607c8b61525 (patch)
tree8b03c793e0d5c60db65709f43765086324915c70 /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
parent072d2c63a5b456890cb3e6ecea8b1bae14cc18a1 (diff)
parent25e6e0a5726f59fedd3d25bf6ae6adc626a25306 (diff)
Merge pull request #2580 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
index 3906df0005..053af4fc6f 100644
--- a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
@@ -84,7 +84,7 @@ namespace Emby.Server.Implementations.LiveTv
if (width >= 1900)
{
- videoStream.BitRate = 8000000;
+ videoStream.BitRate = 15000000;
}
else if (width >= 1260)