Search results

  1. Max

    after update can't start wcs again

    Try cd /usr/local/FlashphonerWebCallServer/bin ./webcallserver start standalone This script should start server with console output. So you will be able to see error message. Make sure that you have proper JDK installation...
  2. Max

    Could there any license key validation process be affected by any political decisions in the near future?

    Hello 1. No handshakes (pings) used for Standalone (life-time) license. However, if you perform activation or if you migrate activation to another server, you have to do ./deactivation.sh and ./activation.sh This is single request to licensing servers. 2. Subscription license does pings. These...
  3. Max

    License renovation question

    If you have Visa or Mastercard emitted by Russian bank, this payment will not be passed. If your card is issued by a bank outside of Russia, the payment will be done properly. All subscription payments are going through Verifone (ex 2checkout) US company.
  4. Max

    Ghost session after WCS 5.2.1109 update

    WCS-3407 has been fixed in build 5.2.1141.
  5. Max

    Issues Testing WCS on Google Cloud Platform

    Hello, When WCS is being installed, there is the question: "Do you want to start WebCallServer at server startup?" The service is enabled, if 'yes' is selected. `systemctl status webcallserver` can be used to check if the service is enabled. For automatic startup at boot, enable the service if...
  6. Max

    Unable to start updated version of WCS

    Reproduced this issue with Edge on Android: if the participant using Edge joins first, then when another participant joins that participant's video freezes when appears in Edge, or starts playing without audio (ticket WCS-3445 submitted). In Conference demo, there are Stop | Play buttons for...
  7. Max

    Unable to start updated version of WCS

    Hello We will check it on our devices and report with our results.
  8. Max

    Снижение нагрузки на клиенте

    1. Убедитесь, что в браузере включено аппаратное ускорение и используется кодек H.264. 2. Проверьте сколько ресурсов CPU и GPU потребляет браузер, когда 1) Только стримит 2) Только играет 3) И стримит и играет БОльшая часть ресурсов должна использоваться при энкодинге (т.е. при стриминге). Если...
  9. Max

    Запись микшированного потока без подписчика.

    Добрый день, подскажите пожалуйста, с какого из серверов (Origin или Edge), производится запись микшированного потока? Поскольку потоки не раздаются принудительно, а Edge сервер забирает определенный поток с Origin только по запросу пользователя из браузера или мобильного приложения, то без...
  10. Max

    Unable to start updated version of WCS

    We checked the server. Seems like you have a bug in systemd. We changed the user to start webcallserver.sevice to root with the command /usr/local/FlashphonerWebCallServer/bin/webcallserver fix-service and commented the capabilities line in /etc/systemd/system/webcallserver.service: [Service]...
  11. Max

    Facebook republishing successful api call but does not show up on facebook live producer

    Hello, Please send your server access details using this form, we will check.
  12. Max

    Unable to start updated version of WCS

    Hello, Please verify there is no WCS process running: ps aux | grep flashphoner If there is such process, kill it and then try to start WCS. If startup fails, try to start with stdout output to see the errors. We can check the server if you send the access details using this form.
  13. Max

    run docker image as non root user

    Good day. Please clarify: do you use the official Docker image or building a custom one? Please also note thai official Docker image is build upon official Ubuntu 18.04 image which has no sudo command inside required to run WCS as non root user. So WCS may be launched inside container as root only.
  14. Max

    Transcoder Error on Mixer

    Good day. The message TRANSCODER RESULT NULL means that the native decoder/encoder library (which is called from Java code to speed up decoding/encoding) returns null while decoding or encoding some video frame. This internal error does not affect translation quality and may be ignored. But the...
  15. Max

    The video is saved regardless of the option.

    Please reproduce the issue in Video Conference example on your server. If this is not reproducing, please check the record option value in your code console.log(isRecord); If the issue is reproducing in Video Conference example, upgrade WCS to latest build 5.2.1140. If the issue still...
  16. Max

    The video is saved regardless of the option.

    Good day. Please clarify: do you set record option when publishing a stream (like Stream Recording example)? session.createStream({ name: streamName, display: localVideo, record: true, ... }).publish(); Please check...
  17. Max

    Error on Amazon Marketplace Hourly License

    Good day. The license key is issued specially for AWS EC2 in 2019 and to be billed by Amazon. So, don't care if streaming works.
  18. Max

    Video packets do not pass from turn server to media server for more than 40-50 seconds.

    This confirms the issue: WCS stops publishing session, because there is no video packets received in 60 seconds. So the problem is somewhere in chain: ClientPC - Filewall - L4 Switch - Coturn.
  19. Max

    UBlock on chrome trigger Failed by ICE keep alive

    No, this is not probably related to client side. Pleaes reproduce the problem, collect a report as described here and send using this form
Top