Unable to see video from remote client

CT
Cesar Turrubiates Rivera
Mon, Sep 4, 2017 8:53 PM

Hi,
I compiled pjsip 2.6 with openh264 v1.7 support for arm64 architecture.
I'm testing with ipjsua.xcodeproj that is inside
pjproject-2.6/pjsip-apps/src/pjsua/ios
the call is fine, but Im getting an issue when the remote Client send  the
video frames.
In the app im getting green frames at starting calling  , but if I
disable-enable the camera on the remote client the ios app gets the correct
frames from the remote client,
These are the messages that I could log when disable-enable the remote
client camera
Im testing with onsip.com server and onsip client for mac

12:58:52.329  openh264.cpp !Frame size changed: 656x656 --> 640x480
12:58:52.346 ios_opengl_dev  Stopping ios opengl stream
12:58:52.347 ios_opengl_dev  Starting ios opengl stream
12:58:52.925 strm0x1148a4e2  VAD re-enabled

After this happens all is fine , but how could I re- enable the OpenGL
stream without having to disable-enable camera from the remote client?

Hi, I compiled pjsip 2.6 with openh264 v1.7 support for arm64 architecture. I'm testing with ipjsua.xcodeproj that is inside pjproject-2.6/pjsip-apps/src/pjsua/ios the call is fine, but Im getting an issue when the remote Client send the video frames. In the app im getting green frames at starting calling , but if I disable-enable the camera on the remote client the ios app gets the correct frames from the remote client, These are the messages that I could log when disable-enable the remote client camera Im testing with onsip.com server and onsip client for mac 12:58:52.329 openh264.cpp !Frame size changed: 656x656 --> 640x480 12:58:52.346 ios_opengl_dev Stopping ios opengl stream 12:58:52.347 ios_opengl_dev Starting ios opengl stream 12:58:52.925 strm0x1148a4e2 VAD re-enabled After this happens all is fine , but how could I re- enable the OpenGL stream without having to disable-enable camera from the remote client?