ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
130 stars 64 forks source link

AURemoteIO.cpp:1086:Initialize: failed: -66635 (enable 3, outf< 1 ch, 48000 Hz, Int16> inf< 1 ch, 48000 Hz, Int16>) #95

Closed qaz1991815 closed 3 years ago

qaz1991815 commented 3 years ago

Hello, I'm testing two IOS devices and found some problems. It is an error found when creating audio producer. It will cause the remote screen to be black (occasionally). This is not the case when I annotate startaudio().

ethand91 commented 3 years ago

Please share the logs, also:

  1. Does this happen on both the devices?
  2. Whats the device and the OS version?
qaz1991815 commented 3 years ago

I think I've solved it. Just use self.startVideo Used before () self.startAudio (), but I don't know why. Thank you for your reply