improve segmenter v2 hevc compliance with fmp4 (#1684)
This commit is contained in:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user