fix(server): hevc tag being set when copying a non-hevc stream (#8582)
This commit is contained in:
Vendored
+4
@@ -173,4 +173,8 @@ export const probeStub = {
|
||||
bitrate: 0,
|
||||
},
|
||||
}),
|
||||
videoStreamH264: Object.freeze<VideoInfo>({
|
||||
...probeStubDefault,
|
||||
videoStreams: [{ ...probeStubDefaultVideoStream[0], codecName: 'h264' }],
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user