Recent content by Michael

  1. M

    Version not available on update

    Hello We are trying to update Flashphoner on our machines. We have a dozen machines. Sometimes the script works at first try, sometimes not. The Flashphoner update script says there a new version, but show not avaiable: sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver update >>>...
  2. M

    Server getting down after restart (started, but is not healthy)

    Hello Our company policies do not allow external access on their servers. We made a full report, but we have fixed with a fresh install, before sent on your form. We don't have the report anymore, was deleted. Regards
  3. M

    Server getting down after restart (started, but is not healthy)

    Hello As I remember, we tried everything before a fresh install, even setting root mode. Maybe that old version install was changed something to run as sudo, since the set root mode, was introduced in newer versions than 5.2.1140, which we was using. A bash var in bin/setenv.sh maybe...
  4. M

    Server getting down after restart (started, but is not healthy)

    Hello We made a fresh installation: Deactivate license Run ./uninstall.sh Downloaded version 5.2.1537 Install License activation After this, the service didn't stand up. We ran the following command on fresh install: sudo ./webcallserver set-root-mode enable So the instance get up...
  5. M

    Server getting down after restart (started, but is not healthy)

    Hello After many tries, server has updated by command: sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver update >>> New version available: 5.2.1537 >>> Your version: 5.2.1536 >>> Version 5.2.1537 is available, try to update >>> Updating FlashphonerWebCallServer >>> Downloading 5.2.1537...
  6. M

    Server getting down after restart (started, but is not healthy)

    Hello Thanks for your answer. We are trying to update servers, but found not available message: sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver update >>> New version available: 5.2.1537 >>> Your version: 5.2.1536 >>> Version 5.2.1537 is not available There are something we can...
  7. M

    Server getting down after restart (started, but is not healthy)

    Hello Recently we've updated Flashphoner from version 5.2.1140 to 5.2.1536 in our servers (Linux Debian 10) Since there, some times service don't get up after restart. Service start, open ports to listen, but do not responds on any port. After many tries, and some sort of time, we do restart...
  8. M

    Error on start server "Can not load library libx264.so.157"

    Hello Thanks for you attention. Regards
  9. M

    Error on start server "Can not load library libx264.so.157"

    Hello We are updating our flashphoner instances in baremetal servers, to version 5.2.1536, running Debian GNU/Linux 10 (buster) . When running in standalone mode, just to check the logs, we are seeing this message in all servers: user@host:/$ sudo...
  10. M

    The createSession "custom" param gets issues to subscriber play video

    Hello Thanks for the answer. We changed our JavaScript to pass custom as object, and changed our backend server validation to handle the params. Thanks.
  11. M

    Issues after update to 5.2.1070 version on IOS 15.1 And Firefox 93

    Hello Thanks for your attention. We tried the cvoExtension for IOS, but subscriber get video in wrong orientation. The option to enter in advanced Safari settings worked too, but is not viable for us, as we have a very high demand, and not all users perform these operations or contact us. We...
  12. M

    Issues after update to 5.2.1070 version on IOS 15.1 And Firefox 93

    Hello Just one more thing, after this update to 5.2.1070 version, some of ours servers (2 in 8) was getting webcallserver service stoped after restart: FlashphonerWebCallServer: startingFlashphonerWebCallServer started, but is not healthy, please try to restart After some search, we added...
  13. M

    Issues after update to 5.2.1070 version on IOS 15.1 And Firefox 93

    Hello We started to receive complaints about video freezes in Chrome, after Chrome release the 95 version. So we started to update our servers from 5.2.970 to 5.2.1070. We update also the WebSDK to 2.0.203 version. After this update, we started to receive complaints in Iphone and Firefox. We...
  14. M

    The createSession "custom" param gets issues to subscriber play video

    Hello Our custom param is a string (Using this way do not works): custom: "hash" You made a test using a javascript object (Using this way works): custom:{token: "123456"} This could be the change which broken on this newer version. We will check how to handle this on our back end...
Top