Search results

  1. Max

    Не работает rest api rest-api/pull/pull при нагрузочном тестировании

    Добрый день. Нагрузочный тест работает только при wcs_agent_ssl=false, при этом для публикации и воспроизведения потока на одном сервере используется Secure Websocket, а между серверами - Websocket без шифрования. Также проверьте, что страница примера Console открывается через HTTP (не через HTTPS).
  2. Max

    WCS v.0.5.28.2753-5.2.859 issue

    You can change callerID and sipLogin only on backend side. visibleName parameter changes the caller name displayed, and callee parameter changes phone number to call.
  3. Max

    Android Sample App - Could not resolve symbol fpwcsapi

    Good day Please check if you've done all the steps from this doc. The library itself can be donloaded from this page.
  4. 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"...
  5. 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.
  6. 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.
  7. 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.
  8. Max

    Streaming FAILED

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

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

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

    Streaming FAILED

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

    Streaming FAILED

    По скриншоту, теперь у Вас другая проблема, на стороне браузера. Приведите, пожалуйста, версию браузера и лог из его консоли. Также уточните, обновляли ли Вы сборку WebSDK на клиенте.
  13. 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...
  14. 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...
  15. 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() &&...
  16. Max

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

    Добрый день. Функционал CDN 1.0 не поддерживается и может быть в любой момент удален. Следует использовать CDN 2.0. Посмотрите, пожалуйста, статьи: 1, 2, 3 Штатных методов для балансировки нагрузки нет, выбор Edge сервера должен быть в логике приложения. Для контроля загруженности сервера можно...
  17. 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
  18. Max

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

    Добрый день. Обращаем ваше внимание, что при микшировании включается транскодинг, поэтому требования к ресурсам сервера повышены. Минимальная рекомендуемая конфигурация в этом случае - c5.2xlarge. Эта настройка определяет, как быстро микшер завершится, если у него нет потоков на входе. По...
  19. 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...
  20. 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...
Top