* restore pts offset calculation * use ts segments again * update changelog
8 lines
230 B
C#
8 lines
230 B
C#
using ErsatzTV.Core;
|
|
using ErsatzTV.Core.FFmpeg;
|
|
|
|
namespace ErsatzTV.Application.Streaming;
|
|
|
|
public record GetLastPtsTime(IHlsInitSegmentCache InitSegmentCache, string ChannelNumber)
|
|
: IRequest<Either<BaseError, PtsTime>>;
|