fix(server): hevc tag being set when copying a non-hevc stream (#8582)

This commit is contained in:
Mert
2024-04-07 12:44:09 -04:00
committed by GitHub
parent 0d130b8957
commit 55b9acca78
3 changed files with 74 additions and 3 deletions
+4
View File
@@ -173,4 +173,8 @@ export const probeStub = {
bitrate: 0,
},
}),
videoStreamH264: Object.freeze<VideoInfo>({
...probeStubDefault,
videoStreams: [{ ...probeStubDefaultVideoStream[0], codecName: 'h264' }],
}),
};