diff --git a/src/stream/TimeshiftStream.cpp b/src/stream/TimeshiftStream.cpp index eb0ddc03..bdcdabdc 100644 --- a/src/stream/TimeshiftStream.cpp +++ b/src/stream/TimeshiftStream.cpp @@ -78,6 +78,7 @@ bool TimeshiftStream::Start() void TimeshiftStream::Close() { m_running = false; + DemuxAbort(); if (m_inputThread.joinable()) m_inputThread.join();