benwtrent / janus-gateway-android

This is an API wrapper that utilizes the native WebRTC build and is made to ease communication with the janus-gateway
MIT License
112 stars 73 forks source link

VideoRoomTest only remote video on android #30

Closed cnscns closed 5 years ago

cnscns commented 5 years ago

when initial renders like bellow

cnscns commented 5 years ago

remoteRenders[0] = VideoRendererGui.create(0, 0, 25, 25, VideoRendererGui.ScalingType.SCALE_ASPECT_FILL, true); remoteRenders[1] = VideoRendererGui.create(0, 0, 25, 25, VideoRendererGui.ScalingType.SCALE_ASPECT_FILL, true); remoteRenders[2] = VideoRendererGui.create(0, 0, 25, 25, VideoRendererGui.ScalingType.SCALE_ASPECT_FILL, true); remoteRenders[3] = VideoRendererGui.create(0, 0, 25, 25, VideoRendererGui.ScalingType.SCALE_ASPECT_FILL, true);

there is only remote video on android,when changing the x y,there is no video

fukemy commented 4 years ago

same problem here, can someone help