Search results

  1. S

    BUG: check_update

    Hi Max! I found a bug today in "check_update" — it never reports that a new version is available because a line is missing in: function checkUpdate() { local localVersion="" local remoteVersion="" declareUpdate if ! isSiteUp; then informUser ">>> $(getSiteUrl) is not available...
  2. S

    IPv4 & IPv6 at same time

    Hi! I followed the steps in your documentation to enable ipv6 and ipv4 on my server. flashphoner.properties: ip_v6=[MY_IPV6] ice_add_ipv6_candidate=true wcs-core.properties -Djava.net.preferIPv4Stack=false Now, the server only responds to IPv6: tcp6 0 0 :::8444 :::* LISTEN 3604675/java If I...
  3. S

    AT&T 4G/5G fails

    Hi! Many users report me than they can't connect to live WebRTC using AT&T 4G/5G connections. There are no problem using any other internet provider or WIFI in any part of the globe. We can't test it, because we are not in USA. We've contacted to AT&T by email without luck. Is there somebody...
  4. S

    Flashphoner.init() multiple times

    Hi! Using WebSDK, I use this init in "play live video" function: Flashphoner.init({ preferredMediaProviders:["MSE","WebRTC"] }); Then I've got another function to "stream live video" started by: Flashphoner.init(); Well, if I "stream live video" and then "play live video", the play video...
  5. S

    WCS Hangs... or not?

    Hi! We've got a WCS server working correctly (in all functions). All is perfect during beta time, but today we move it to production and starts the problems. The service is working but suddenly the service don't respond... imposible to connect via websocks, or web panel... nothing works. In our...
  6. S

    Chrome Android 11 ICE Timeout

    Hi! When I'm trying to connect to stream to my server (via wss, using WEB SDK), all it's right except in Chrome of Android 11 (only Android 11) with an "ICE Timeout" error. With any other device (included iOS, Android 10 or under and Computer), all it's correct without any problem. Is there any...
Top