framerate improvements (#2692)

* framerate improvements

* fixes
This commit is contained in:
Jason Dove
2025-12-02 12:20:09 -06:00
committed by GitHub
parent 6bd49ffcec
commit 54606c76f9
33 changed files with 164 additions and 168 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ using ErsatzTV.Core.Domain;
using ErsatzTV.Core.FFmpeg;
using ErsatzTV.Core.Interfaces.Streaming;
using ErsatzTV.Extensions;
using ErsatzTV.FFmpeg;
using Flurl;
using MediatR;
using Microsoft.AspNetCore.Mvc;
@@ -259,7 +260,7 @@ public class InternalController : StreamingControllerBase
true,
DateTimeOffset.Now,
TimeSpan.Zero,
Option<int>.None,
Option<FrameRate>.None,
IsTroubleshooting: false,
Option<int>.None);
+2 -1
View File
@@ -13,6 +13,7 @@ using ErsatzTV.Core.Interfaces.FFmpeg;
using ErsatzTV.Core.Interfaces.Streaming;
using ErsatzTV.Core.Iptv;
using ErsatzTV.Extensions;
using ErsatzTV.FFmpeg;
using ErsatzTV.Filters;
using MediatR;
using Microsoft.AspNetCore.Mvc;
@@ -346,7 +347,7 @@ public class IptvController : StreamingControllerBase
true,
DateTimeOffset.Now,
TimeSpan.Zero,
Option<int>.None,
Option<FrameRate>.None,
IsTroubleshooting: false,
Option<int>.None);