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

echotest i see my local stream (video) but nothing related to remotestream #25

Open MrsZ opened 7 years ago

MrsZ commented 7 years ago

Hi, I changed code in echotest .

from: private final String JANUS_URI = "ws://****:8188";

to: private final String JANUS_URI = "http://****:8088/janus";

on echotest i see my local stream (video, without sound) but nothing related to remotestream. Could you help me solve this problem?

and I've added ICE server in echotest.java but it doesnt help.

Janus server show this line in log

[ERR] [transports/janus_http.c:janus_http_handler:1276] Invalid session (null) Creating new session: 4154678502045424 Creating new handle in session 4154678502045424: 5983132445792271 [5983132445792271] Creating ICE agent (ICE Full mode, controlled) [WARN] [5983132445792271] Hashing algorithm not the one we expected (sha-1 instead of sha-256), but that's ok [WARN] [5983132445792271] Hashing algorithm not the one we expected (sha-1 instead of sha-256), but that's ok [WARN] [5983132445792271] Still waiting for the DTLS stack for component 1 in stream 1... [ERR] [ice.c:janus_ice_cb_component_state_changed:1552] [5983132445792271] ICE failed for component 1 in stream 1... No WebRTC media anymore

and ,i use the same way to change VideoRoomTest.java. ws -.> http . on VideoRoomTest i do not see my local stream and remotestream. Thanks.

benwtrent commented 6 years ago

@azzahrah I am confused? You are referencing the video room plugin but commented on an echo test issue? If you are having a bug with more than one other remote stream, please open another issue and supply your potential fix for this one in its own comment.

azzahrah commented 6 years ago

Helo

Iam sorry mistake commant... i have solve my problem...