Good day. Seems like websocket connection is not established between application and WCS server. This is probably networking issue. Please check the following:
Are WS port 8080/tcp and WSS port 8443/tcp available on server?
Can you publish/play from browser on the same device to the same server in the same network? If not, please try to change network
Is the problem reproducing in Player example? If not, modify example code minimally to reproduce the issue, then create a topic on the support forum https://forum.flashphoner.com/ and send the modified code using "Report" button. Please use the button only in your personal topic, or we cannot respond to it.
You should set up server SSL certificates as described here or use the session option sessionOptions.trustAllCertificates(true);
Please read details here
Build No : 1.1.0.22 Exception throwing in android 9,10 & 11.
While playing WCS player throwing
java.lang.AbstractMethodError: abstract method "org.java_websocket.enums.HandshakeState org.java_websocket.drafts.Draft.acceptHandshakeAsClient(org.java_websocket.handshake.ClientHandshake, org.java_websocket.handshake.ServerHandshake)" following.
Please look into this. @flashphoner