fix(server): clarify transcoding bitrate policy (#26711)

This commit is contained in:
Mees Frensel
2026-03-05 18:13:29 +01:00
committed by GitHub
parent a05c8c6087
commit 9b642633c1
4 changed files with 21 additions and 13 deletions

View File

@@ -112,7 +112,7 @@ export const probeStub = {
}),
videoStream40Mbps: Object.freeze<VideoInfo>({
...probeStubDefault,
videoStreams: [{ ...probeStubDefaultVideoStream[0], bitrate: 40_000_000 }],
videoStreams: [{ ...probeStubDefaultVideoStream[0], bitrate: 40_000_000, codecName: 'h264' }],
}),
videoStreamMTS: Object.freeze<VideoInfo>({
...probeStubDefault,