Recent content by Max

  1. Max

    IOS 18.4.1 webrtc video and audio out of sync

    Good day. Since build 5.2.2269 we've added the userAgent parameter to identify any browser which is needed to be fixed. Please update and add the following parameter to flashphoner.properties quick_fixes={"WCS4432":{"userAgent":"(Mozilla/5[.]0 \\\\((iPhone|iPad|iPod);.*OS...
  2. Max

    "Is it possible to extract audio from a WebRTC voice call and apply real-time effects to the audio stream?"

    The server audio processing may be applied to streaming only, not to SIP calls. WCS is just a SIP gateway, not a PBX, so it may redirect media streams from browser to SIP PBX and vice versa. We recommend to process SIP audio at SIP PBX side (Asterisk, OpenSIPS etc).
  3. Max

    "Is it possible to extract audio from a WebRTC voice call and apply real-time effects to the audio stream?"

    Good day. You can add a custom Java class to intercept a decoded audio frames at server side: Server audio processing. Note that this feature requires audio transcoding to be enabled on the server, that increases the server CPU load in its turn.
  4. Max

    IOS 18.4.1 webrtc video and audio out of sync

    Good day. All the iOS browsers have Webkit under the hoods, so the have all the Webkit bugs. We raised the ticket WCS-4465 to properly detect all the iOS browsers to apply the fix server side fix.
  5. Max

    Нагрузочное тестирование

    Добрый день. Образ в Yandex Cloud Marketplace обновлен до сборки 5.2.2253 на базе Ubuntu 24.04 LTS, OpenJDK 17. Зависимости обновлены до актуальных, скрипты нагрузочных тестов работают.
  6. Max

    Plans to publish Reace updated examples

    Good day. Ther is the ticket WCS-3637 about that, but this is not a high priority task.
  7. Max

    Нагрузочное тестирование

    Да, соберем образ на Ubuntu. Тикет WCS-4454
  8. Max

    Нагрузочное тестирование

    Да, добавим при релизе нового образа. Здесь отпишем как будет релиз.
  9. Max

    Нагрузочное тестирование

    Проверили. Скрипт pullStreams.sh не работал из-за отсутствия зависимости jq После установки jq заработал корректно. sudo yum install epel-release sudo yum install jq
  10. Max

    Нагрузочное тестирование

    Похоже, вы отправили внутренние IP адреса 10.0.0.0 / 8, которые недоступны извне. Пришлите пожалуйста публичные IP адреса серверов через ту же форму.
  11. Max

    Нагрузочное тестирование

    На наших тестовых машинах проблема не воспроизводится. Просим предоставить доступы к вашим инстансам через эту форму для проверки
  12. Max

    Нагрузочное тестирование

    Добрый день. Прежде всего, актуальная документация находится здесь: Скрипты для тестирования максимального количества WebRTC публикаций/подписчиков Убедитесь, пожалуйста, что все шаги делали согласно актуальной документации: - для тестирования максимального количества публикаций исходный поток...
  13. Max

    WCS License deactivation and activation on other server

    The URL https://my.flashphoner.com:443 should be whitelisted to activate or deactivate the server license.
  14. Max

    Wcs certificate has expired

    Добрый день. Сертификаты SSL нужно импортировать в хранилище WCS следующим образом: Импорт сертификата при помощи веб-интерфейса Либо настроить обратный прокси, например, на nginx, тогда сертификаты необходимо настроить на стороне nginx: Настройка обратного прокси с Basic авторизацией для Websocket
  15. Max

    WCS License deactivation and activation on other server

    Your proxy server requires authentication. With 407 response. The activation and deactivation tools do not support proxy authentication. Please use a HTTP proxy that do not require authentication. Then it will be working. As an option, you can send error log output to support@flashphoner.com...
Top