aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-30 11:07:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-30 11:07:02 -0400
commit98c0b28d14d68cc2989fb60fb09dde0501a8d928 (patch)
tree82fee78dd8e0c1f003364ca1320eb1b0061e3d6b /MediaBrowser.Api/Playback/BaseStreamingService.cs
parente9fb806478e974b200b54f8acff5eb09bdef4c32 (diff)
re-enable mobile media controller
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 52e3a7a38..ac0641655 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -350,11 +350,11 @@ namespace MediaBrowser.Api.Playback
switch (qualitySetting)
{
case EncodingQuality.HighSpeed:
- crf = "12";
+ crf = "16";
profileScore = 2;
break;
case EncodingQuality.HighQuality:
- crf = "8";
+ crf = "10";
profileScore = 1;
break;
case EncodingQuality.MaxQuality: