@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Improve reliability of live remote streams; they should transcode closer to realtime in most cases
@ -135,6 +135,7 @@ public partial class StartTroubleshootingPlaybackHandler(
@@ -135,6 +135,7 @@ public partial class StartTroubleshootingPlaybackHandler(
@ -393,13 +393,24 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -393,13 +393,24 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -502,6 +513,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -502,6 +513,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
outputFormat,
hlsPlaylistPath,
hlsSegmentTemplate,
hlsInitTemplate,
ptsOffset,
playbackSettings.ThreadCount,
qsvExtraHardwareFrames,
@ -628,13 +640,24 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -628,13 +640,24 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -675,6 +698,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -675,6 +698,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
outputFormat,
hlsPlaylistPath,
hlsSegmentTemplate,
hlsInitTemplate,
ptsOffset,
Option<int>.None,
qsvExtraHardwareFrames,
@ -879,6 +903,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -879,6 +903,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -379,6 +379,7 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -379,6 +379,7 @@ public abstract class PipelineBuilderBase : IPipelineBuilder