mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
AI: AAC: Fix mono audio reported as stereo in HTTP API. v7.0.112 (#3556)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user