increase hdhomerun bitrates
This commit is contained in:
parent
704e732d12
commit
9928a80eef
|
@ -252,7 +252,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
||||||
height = 1080;
|
height = 1080;
|
||||||
isInterlaced = false;
|
isInterlaced = false;
|
||||||
videoCodec = "h264";
|
videoCodec = "h264";
|
||||||
videoBitrate = 8000000;
|
videoBitrate = 15000000;
|
||||||
}
|
}
|
||||||
else if (string.Equals(profile, "internet720", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(profile, "internet720", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
@ -260,7 +260,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
||||||
height = 720;
|
height = 720;
|
||||||
isInterlaced = false;
|
isInterlaced = false;
|
||||||
videoCodec = "h264";
|
videoCodec = "h264";
|
||||||
videoBitrate = 5000000;
|
videoBitrate = 8000000;
|
||||||
}
|
}
|
||||||
else if (string.Equals(profile, "internet540", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(profile, "internet540", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
@ -326,12 +326,12 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
||||||
// Set the index to -1 because we don't know the exact index of the audio stream within the container
|
// Set the index to -1 because we don't know the exact index of the audio stream within the container
|
||||||
Index = -1,
|
Index = -1,
|
||||||
Codec = "ac3",
|
Codec = "ac3",
|
||||||
BitRate = 128000
|
BitRate = 192000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
RequiresOpening = false,
|
RequiresOpening = false,
|
||||||
RequiresClosing = false,
|
RequiresClosing = false,
|
||||||
BufferMs = 1000,
|
BufferMs = 0,
|
||||||
Container = "ts",
|
Container = "ts",
|
||||||
Id = profile,
|
Id = profile,
|
||||||
SupportsDirectPlay = true,
|
SupportsDirectPlay = true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user