Search results

  1. Max

    AWS market place

    We checked the server. Seems like it is working now: The license used is AWS license, and it is correctly checked by license server (otherwise, streaming will not work) Seems you've migrated the instance to AWS license successfully.
  2. Max

    AWS market place

    Hello Try to omit "step 3" and revert back your backed up license file /usr/local/FlashphonerWebCallServer/conf/flashphoner.license AWS Marketplace instance has its own built-in license so this step seems incorrect. Yes, please send SSH and point to backup folder where we can find backup...
  3. Max

    AWS market place

    Please clarify what exactly needs to be checked?
  4. Max

    WCS in docker ICE candidate timeout

    Good day. Failed by ICE timeout message means that media ports (31001-32000/UDP by default) are not accessible in the container. Please read this article about docker container setup to be accessible from external network.
  5. Max

    No free ports available

    По предоставленным логам видно, что проблема все же в настройках IP адресов. В файле flashphoner.properties прописаны следующие адреса Однако, по ifconfig мы видим следующие адреса Очевидно, что адрес, указанный в ip_local, отсутствует на сервере. Эта настройка используется для привязки всех...
  6. Max

    No free ports available

    Обычно такая ошибка происходит, если IP адреса в конфиге /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties указаны некорректно Примеры правильного указания IP-адресов: 1) Локальный адрес 192.168.1.4, но внешний адрес 9.9.9.9, т.к. сервер находится за NAT. ip=9.9.9.9...
  7. Max

    No free ports available

    Добрый день. Пожалуйста, обновите WCS до последней сборки (5.2.1277 в данный момент). Если проблема продолжает воспроизводиться, соберите отчет, как описано здесь, при помощи скрипта report.sh. Архив вышлите при помощи этой формы. Если размер архива достигает 30 Мб и более, выложите его на...
  8. Max

    Permission issue when launching WCS service

    This is the only way to set permissions sudo ./webcallserver set-permissions The command checks all the default directories and all the directories set in flashphoner.properties file. If the command does not work, please provide SSH access to the server where the command does not set permissions...
  9. Max

    Remove support for arm64 (VALID_ARCHS) to run on M1 mac models

    The ticket depends on two other tickets WCS-3517 (removing unnecessary dependencies, testing) and WCS-3526 (converting FPWCSApi2 to xcframework, developing). May be the first decade of July.
  10. Max

    Server issue

    Good day. Please clarify the folowing: 1. Is the problem persists after WCS restart? systemctl restart webcallserver 2. If the server works normally after restart, how much time passed before the problem occurs? If restart does not help, please collect a report using report.sh script and send...
  11. Max

    Permission issue when launching WCS service

    We checked the server. Seems like there was a WCS process started from command line. After the following steps: sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver stop sudo systemctl restart webcallserver WCS is running and CLI is accessible
  12. Max

    Payment Issue

    Hello The monthly license is a Subscription. Normally you have exactly one Monthly Subscription License and exactly one License key. You can renew your subscription manually or enable auto-renewal. If you can't renew the subscription, please contact sales@flashphoner.com with - billing email -...
  13. Max

    Permission issue when launching WCS service

    WCS is not started on server: you've made a copy of flashphoner.properies file as root, so permissions must be fixed: sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver set-permissions sudo systemctl restart webcallserver Then CLI should be available.
  14. Max

    Android SDK setResolution

    The model has Android 10 (OneUI 2.5) at start (and may be has update to Android 11). On Android 8 and higher we strongly recommend to use Android SDK 1.1 which has a newer WebRTC library vesion comparing to Android SDK 1.0. The latest build is 1.1.0.57. Please also try to reproduce the issue...
  15. Max

    Permission issue when launching WCS service

    Unfortunately, we can't access the server using credentials provided: Please check if the instance running and accepting SSH connections, or check the credentials. Please check if WCS is running pgrep -afn com.flashphoner.server.Server and listening the CLI port 2001 netstat -nlp | grep java |...
  16. Max

    Android SDK setResolution

    Hello Are you sure that web cam on the android device supports resolution higher than 640x480 ? What is the device and its cam on board?
  17. Max

    Streams count per instance

    There is no method to calculate. You have to perform load test on the server configuration. The article describes the server of 12 physical CPU cores (24 threads) and 96 Gb RAM, 10 Gbit network. The t3.medium has only 2 virtual CPU cores, 4 Gb RAM and 5 Gbit burst network (i.e. you have 5 Gbit...
  18. Max

    Permission issue when launching WCS service

    Please use the port which is not busy by WCS. 8081 is not suitable because it required a lot of configuration changes (flashphoner.properties and database.yml). You can also use a port from media ports range (31001-32000) if TCP ports are opened. WCS just skips the port if it is busy by another...
  19. Max

    Streams count per instance

    Good day. Please read this article: How many RTSP cams can I connect to the WebRTC server?
  20. Max

    RTSP stream failed

    Try the following parameter rtsp_interleaved_mode=false In this case, WCS tries to capture RTSP stream as non-interleaved via UDP if camera supports it. Anyway, TCP gives a maximum delay up to 3 seconds, not 3 minutes. So we still suppose a problem with stream itself. Please provide a public...
Top