improve segmenter v2 hevc compliance with fmp4 (#1684)

This commit is contained in:
Jason Dove
2024-04-21 10:01:11 -05:00
committed by GitHub
parent da20393a39
commit 19af303d76
6 changed files with 44 additions and 71 deletions
+2 -2
View File
@@ -529,9 +529,9 @@ public class Startup
ChannelWriter<IFFmpegWorkerRequest> writer = app.ApplicationServices
.GetRequiredService<ChannelWriter<IFFmpegWorkerRequest>>();
writer.TryWrite(new TouchFFmpegSession(ctx.File.PhysicalPath));
}
},
// to serve m4s
// ServeUnknownFileTypes = true
ServeUnknownFileTypes = true
});
app.MapWhen(