fix resolution for internet540 profile; remove obsolete internet720 profile
This commit is contained in:
parent
1071a5a5f3
commit
b844471860
|
@ -263,18 +263,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
||||||
videoCodec = "h264";
|
videoCodec = "h264";
|
||||||
videoBitrate = 15000000;
|
videoBitrate = 15000000;
|
||||||
}
|
}
|
||||||
else if (string.Equals(profile, "internet720", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
width = 1280;
|
|
||||||
height = 720;
|
|
||||||
isInterlaced = false;
|
|
||||||
videoCodec = "h264";
|
|
||||||
videoBitrate = 8000000;
|
|
||||||
}
|
|
||||||
else if (string.Equals(profile, "internet540", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(profile, "internet540", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
width = 1280;
|
width = 960;
|
||||||
height = 720;
|
height = 546;
|
||||||
isInterlaced = false;
|
isInterlaced = false;
|
||||||
videoCodec = "h264";
|
videoCodec = "h264";
|
||||||
videoBitrate = 2500000;
|
videoBitrate = 2500000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user