fix management of fmp4 init segments (#2546)

This commit is contained in:
Jason Dove
2025-10-18 22:52:45 -05:00
committed by GitHub
parent 35e7922836
commit 889904e70d
13 changed files with 185 additions and 106 deletions
@@ -70,6 +70,8 @@ public class FakeLocalFileSystem : ILocalFileSystem
.IfNoneAsync(string.Empty)
.Map(s => s.Split(Environment.NewLine));
public Task<byte[]> GetHash(string path) => throw new NotSupportedException();
public Task<byte[]> ReadAllBytes(string path) => TestBytes.AsTask();
private static List<DirectoryInfo> Split(DirectoryInfo path)