-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,When running the application on glass, got a black screen, 3 white dots, and this error
08-01 10:46:43.763 2087-2173/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: failed to enable stereo recording
08-01 10:46:43.771 2087-2173/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: (voe_audio_processing_impl.cc:1001): virtual int webrtc::VoEAudioProcessingImpl::SetTypingDetectionStatus(bool): not supported
08-01 10:46:43.787 2087-2173/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: (voe_audio_processing_impl.cc:1001): virtual int webrtc::VoEAudioProcessingImpl::SetTypingDetectionStatus(bool): not supported
08-01 10:46:43.787 2087-2173/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: failed to enable stereo recording
08-01 10:46:43.802 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 0
08-01 10:46:43.802 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 90
08-01 10:46:43.802 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 180
08-01 10:46:43.810 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 270
08-01 10:46:43.810 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 0
08-01 10:46:43.810 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 90
08-01 10:46:43.810 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 180
08-01 10:46:43.810 2087-2087/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 270
08-01 10:46:55.599 2087-2180/org.appspot.apprtc A/libc﹕ ../../webrtc/modules/video_capture/video_capture_impl.cc:331: virtual int32_t webrtc::videocapturemodule::VideoCaptureImpl::IncomingFrame(uint8_t*, int32_t, const webrtc::VideoCaptureCapability&, int64_t): assertion "false" failed
08-01 10:46:55.607 2087-2180/org.appspot.apprtc A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000827 (code=-6), thread 2180 (Thread-119)
08-01 10:56:38.115 3144-3292/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: failed to enable stereo recording
08-01 10:56:38.123 3144-3292/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: (voe_audio_processing_impl.cc:1001): virtual int webrtc::VoEAudioProcessingImpl::SetTypingDetectionStatus(bool): not supported
08-01 10:56:38.138 3144-3292/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: (voe_audio_processing_impl.cc:1001): virtual int webrtc::VoEAudioProcessingImpl::SetTypingDetectionStatus(bool): not supported
08-01 10:56:38.138 3144-3292/org.appspot.apprtc E/libjingle﹕ Error(webrtcvideoengine.cc:1548): webrtc: failed to enable stereo recording
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 0
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 90
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 180
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 0, Facing front, Orientation 270
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 0
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 90
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 180
08-01 10:56:38.154 3144-3144/org.appspot.apprtc E/libjingle﹕ Error(peerconnection_jni.cc:2261): GetVideoCaptureDevice failed for Camera 1, Facing front, Orientation 270
Did I forget to do something ?
Thank you