mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-05 09:53:05 +00:00
fix(engine): stop mux at shortest normalized stream
This commit is contained in:
@@ -389,6 +389,7 @@ describe("muxVideoWithAudio audio codec handling", () => {
|
||||
);
|
||||
|
||||
await flushMuxCodecResolution();
|
||||
expect(calls[0]!.args).toContain("-shortest");
|
||||
expect(calls[0]!.args).toContain("-t");
|
||||
expect(calls[0]!.args).toContain("16.066667");
|
||||
emitClose(calls[0]!.proc, 0);
|
||||
|
||||
Reference in New Issue
Block a user