Search results

  1. A

    Issue with low connectivity

    How do I achieve this. Currently in the default HLS player, I don't see any switch option.
  2. A

    Issue with low connectivity

    Ok understood. What do you reckon should be the bitrate configuration if the consumer's bandwidth varies from 0.5 Mbps to 2 Mbps. Right now we are using following bitrates on the client side... do they look good? 360p constraints.video.height = 360...
  3. A

    Issue with low connectivity

    Hi Team, We are using Flashphoner for last several months and one common complaint from our clients is the video streaming does not work with low connectivity. Is there anything we can do to improve this experience. What are the network considerations or minimum bandwidth required to have smooth...
  4. A

    Android SDK WebsocketNotConnectedException

    This error is very intermittent and doesn't happen to everyone. The app crashes after this error. Is there any way to catch this error and show appropriate message instead of app crashing.
  5. A

    Android SDK WebsocketNotConnectedException

    We have integrated and published an Android app with WCS Android SDK. We get the following exception in our crashlytics logs. Not able to understand what part of our code is throwing this exception and why org.java_websocket.exceptions.WebsocketNotConnectedException at...
  6. A

    Failed by ICE timeout

    1. If we change the entire workflow to IPv4 with static IP, we would be able to access the WSS URL with IP only. In such case it won't work under https web page 2. I checked the steps to use IPv6, I did not understand what needs to be done in this step - Tje following settings can be used to...
  7. A

    Failed by ICE timeout

    I have already set that property to 'true'. You will be able to find that in my mail with attached error report.
  8. A

    Failed by ICE timeout

    I have sent an email with error report. We are getting session Disconnected from Android. We tried using the internal TURN server which works with Chrome on desktop but fails with Android client. It fails in case of a mobile network connection but works in case of Wifi connection. Please check...
  9. A

    Failed by ICE timeout

    We have recently setup ICE server which is different from our existing WCS server. We decided to go for TURN server as web rtc was failing in some networks intermittently. When I try to create a media session with that ICE server, it times out saying failed by ICE timeout. But on the TURN server...
Top