mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 10:06:21 +00:00
fix(gcp): enforce effective BeginFrame capture
This commit is contained in:
@@ -457,6 +457,7 @@ async function handleRenderChunk(
|
||||
ChunkIndex: event.ChunkIndex,
|
||||
Sha256: result.sha256,
|
||||
FramesEncoded: result.framesEncoded,
|
||||
CaptureMode: result.captureMode,
|
||||
DurationMs: Date.now() - started,
|
||||
};
|
||||
} finally {
|
||||
@@ -504,6 +505,7 @@ async function handleRenderChunkV2(
|
||||
ChunkIndex: event.ChunkIndex,
|
||||
Sha256: result.sha256,
|
||||
FramesEncoded: result.framesEncoded,
|
||||
CaptureMode: result.captureMode,
|
||||
DurationMs: Date.now() - started,
|
||||
};
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user