|
@@ -9,6 +9,7 @@ namespace MediaBrowser.Model.LiveTv
|
|
|
{
|
|
|
AllowHWTranscoding = true;
|
|
|
IgnoreDts = true;
|
|
|
+ ReadAtNativeFramerate = false;
|
|
|
AllowStreamSharing = true;
|
|
|
AllowFmp4TranscodingContainer = false;
|
|
|
FallbackMaxStreamingBitrate = 30000000;
|
|
@@ -43,5 +44,7 @@ namespace MediaBrowser.Model.LiveTv
|
|
|
public string UserAgent { get; set; }
|
|
|
|
|
|
public bool IgnoreDts { get; set; }
|
|
|
+
|
|
|
+ public bool ReadAtNativeFramerate { get; set; }
|
|
|
}
|
|
|
}
|