From f66bc783a76c5122b721c4840be98b3b00dc03c8 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Tue, 8 Mar 2022 19:58:41 -0600 Subject: [PATCH] fix hls segmenter on windows (#686) --- CHANGELOG.md | 1 + .../Streaming/Queries/GetLastPtsDurationHandler.cs | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0449fda14..3caa2b92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Fixed - Fix `HLS Direct` streaming mode +- Fix bug with `HLS Segmenter` (and `MPEG-TS`) on Windows that caused errors at program boundaries ### Added - Perform additional duration analysis on files with missing duration metadata diff --git a/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs b/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs index c51bf9b78..a80fc8060 100644 --- a/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs +++ b/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs @@ -64,8 +64,7 @@ public class GetLastPtsDurationHandler : IRequestHandler