AI: AAC: Fix mono audio reported as stereo in HTTP API. v7.0.112 (#3556)

This commit is contained in:
OSSRS-AI
2025-10-29 22:21:55 -04:00
committed by winlin
parent 8438c8a799
commit 91a051b45d
4 changed files with 16 additions and 3 deletions

View File

@@ -24,7 +24,9 @@ function SrsRtcWhipWhepAsync() {
self.constraints = {
audio: true,
video: {
width: {ideal: 320, max: 576}
width: {ideal: 320, max: 720},
//width: {ideal: 720, max: 1080},
//width: 1280, height: 720, frameRate: 30,
}
};