fix thread sync bug in hls segmenter (#676)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace ErsatzTV.Core.Interfaces.FFmpeg;
|
||||
using ErsatzTV.Core.FFmpeg;
|
||||
|
||||
namespace ErsatzTV.Core.Interfaces.FFmpeg;
|
||||
|
||||
public interface IHlsSessionWorker
|
||||
{
|
||||
DateTimeOffset PlaylistStart { get; }
|
||||
void Touch();
|
||||
Task<Option<TrimPlaylistResult>> TrimPlaylist(DateTimeOffset filterBefore, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user