When pushing stream on Web end, error "code: 1103065, msg: Not Readable Error: device is not readable" is reported. How to handle?
2023-04-13
Products / Plugins:Video Call / Audio Call / Live streaming
Platform / Framework:Web
There may be the following reasons:
-
Microphone, camera and other devices are abnormal. Please check if the devices are available.
-
If developers use React Native to develop H5, they need to set the required permissions for the application at the React Native layer. Please refer to the official website documentation Add Permissions.
-
If using a Huawei phone, when detecting browser compatibility through the checkSystemRequirements interface, this interface depends not only on the browser but also on the operating system itself. You need to comment out the checkSystemRequirements interface related code.
