pristineio / webrtc-android

A mirror of the Android AppRTC demo with sources for the libjingle_peerconnection library.
Other
191 stars 96 forks source link

I'm getting "Incorrect strides" all time and video isn't play #2

Open forlayo opened 9 years ago

forlayo commented 9 years ago

I'm getting the following log when I stablish a videocall, audio works but video isn't. If I do the try with two Nexus 5 it works :S!!

02-04 18:42:30.392  26474-26694/com.prueberia.webrtctests I/libjingle﹕ webrtc: (vie_channel.cc:1763): OnInitializeDecoder 100 VP8
02-04 18:42:30.412  26474-26763/com.prueberia.webrtctests I/libjingle﹕ WebRtcRenderAdapter (channel 0) frame size changed to: 480x640
02-04 18:42:30.412  26474-26763/com.prueberia.webrtctests D/VideoRendererGui﹕ ID: 0. YuvImageRenderer.setSize: 480 x 640
02-04 18:42:30.412  26474-26763/com.prueberia.webrtctests E/VideoRendererGui﹕ Incorrect strides 544, 272, 272
[..continues to the infinite..]

I'm so confused, anybody can bring few light on it ?

ArikYa commented 9 years ago

I didn't understand what devices you used when it isn't working. Do you know what camera resolution the other end point is set to? It's hard to debug this issue because it is using an old version of WebRTC. It might be better to try to move to a more recent one by using our build scripts (it builds both the native libraries and the android app) here: https://github.com/pristineio/webrtc-build-scripts