Search results

  1. Max

    WCS v.0.5.28.2753-5.2.859 issue

    We checked your code and found some errors 1. 3.html file You've set a wrong paths to include scripts. The paths in examples are relative to example folders. You've placed main html and js files to web server root folder. So instead of this <script type="text/javascript"...
  2. Max

    WCS v.0.5.28.2753-5.2.859 issue

    The problem seems to be in your Javascript code. Please check if the problem is reproducing in Phone Min example. If not, please provide SSH access to WCS server and to frontend using this private form, we will check.
  3. Max

    SIP connectivity with opensips

    There was the issue in Phone Min example only. We fixed this in WebSDK build 0.5.28.2753.154 (see the example source code on GitHub. Please update WebSDK and check.
  4. Max

    WCS v.0.5.28.2753-5.2.859 issue

    Please provide browser console log to check. Also make sure that all the files you include in script tag are placed by its paths.
  5. Max

    Streaming FAILED

    Судя по скриншотам, на данном устройстве нет камеры, либо браузер ее не видит. Проверьте, пожалуйста, что на данном устройстве показывает пример Media Devices, там идет перебор всех доступных медиа устройств. 1. Свежая сборка WebSDK, как правило, идет в комплекте с WCS в каталоге...
  6. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Уточните, пожалуйста, - модель устройства - версии Android и Android SDK - какое приложение из Android SDK примеров используется - работают ли наушники с другими приложениями Попробуйте проверить с использованием чекбокса [Use speakerphone] для переключения внешнего динамика в примере Media Devices.
  7. Max

    Room streams control and record

    Hello, - mixer startup /rest-api/mixer/startup { "uri": "mixer://room1", "localStreamName": "room1" } - a stream published without auto adding to mixer session.createStream({ streamName: "stream1?label=John Doe", display: localDisplay, ... }).publish(); - the stream added to...
  8. Max

    Streaming FAILED

    Ошибка Failed by ICE timeout говорит о неправильной конфигурации портов или IP адресов. Убедитесь что открыты UDP порты в диапазоне [31000-32000] и прописаны корректные IP адреса в конфиге /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties Если не поможет, выше есть кнопка...
  9. Max

    Streaming FAILED

    По скриншоту, теперь у Вас другая проблема, на стороне браузера. Приведите, пожалуйста, версию браузера и лог из его консоли. Также уточните, обновляли ли Вы сборку WebSDK на клиенте.
  10. Max

    SIP connectivity with opensips

    Seems like expiration timer at WCS side continues to work after session disconnection, so OpenSIPS keeps connection alive. We raised the ticket WCS-3025 and let you know here about it. As workaroung, you can remove expired connections using opensipsctl ul rm <sip_login>@<sip_domain> command at...
  11. Max

    WCS v.0.5.28.2753-5.2.859 issue

    The example in article is very basic, and it contains no additional utils to detect browser. Please refer to Phone example source code on GitHub. You should use WebSDK in /usr/local/FlashphonerWebCallServer/client2 folder on WCS server. You should take from WCS server and include at least the...
  12. Max

    WCS v.0.5.28.2753-5.2.859 issue

    You should wrap connect() with playFirstVideo() function to work in iOS Safari: function init_page(){ Flashphoner.init({}); localAudio = document.getElementById("localAudio"); remoteAudio = document.getElementById("remoteAudio"); if (Browser.isSafariWebRTC() &&...
  13. Max

    CDN + Load Balancer - выбор менее нагруженного Edge сервера

    Добрый день. Функционал CDN 1.0 не поддерживается и может быть в любой момент удален. Следует использовать CDN 2.0. Посмотрите, пожалуйста, статьи: 1, 2, 3 Штатных методов для балансировки нагрузки нет, выбор Edge сервера должен быть в логике приложения. Для контроля загруженности сервера можно...
  14. Max

    Newer Docker Images fail to Start

    Good day. Since 5.2.869, the issue with starting in Docker container is fixed. The new version is already available by docker pull flashphoner/webcallserver:latest
  15. Max

    Зависает микшер

    Добрый день. Обращаем ваше внимание, что при микшировании включается транскодинг, поэтому требования к ресурсам сервера повышены. Минимальная рекомендуемая конфигурация в этом случае - c5.2xlarge. Эта настройка определяет, как быстро микшер завершится, если у него нет потоков на входе. По...
  16. Max

    Getting TLS obsolete warning

    Good day. This can be channel issue Unfortunately, the SSH credentials you provided earlier are not working now. But Websocket endpoint still working, and we cannot reproduce the behaviour as shown on screenshots with the latest WebSDK build 0.5.28.2753.153. Have you updated your frontend (the...
  17. Max

    Stream issue on iPhone

    This seems like hardware or permissions problem. When "Test" button is pressed, we make browser just capture the stream from camera and microphone, but not publish it, and, in this case, browser can't do this. Please check if AppRTC https://appr.tc/ captures camera on this device. If not, this...
  18. Max

    Stream cut-off while recording on MacBook Safari

    Good day. We changed default resolution to 640x360 for Safari browser in WebSDK build 0.5.28.2753.153 (GitHub). Please update WebSDK and check. It is already updated on demo server.
  19. Max

    open ports and firewall

    No. WCS listens one (or two, if RTP bundle support is disabled by settings) media ports per session. It starts listening the media port after Websocket signaling session is successfully established with client. So most of the ports from this range are not active, and attacker cannot use them, it...
  20. Max

    Need help with installing FlashPhoner

    Hello, Please send SSH access using this private form, we will check the configuration.
Top