switchCamera()AppRTC Android后出现HardwareVideoEncoder错误

时间:2018-09-21 08:36:04

标签: android apprtc

本地视频(前置摄像头)在首次运行时发送成功。但是当我通过代码切换相机时 CameraVideoCapturer cameraVideoCapturer = (CameraVideoCapturer) videoCapturer; cameraVideoCapturer.switchCamera(null); 如果切换摄像机超过3次,则显示错误 org.webrtc.Logging:HardwareVideoEncoder:java.lang.IllegalStateException MediaCodecWrapperImpl.dequeueOutputBuffer(MediaCodecWrapperFactoryImpl.java:73) 如何解决问题?谢谢。

0 个答案:

没有答案