Search results

  1. 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.
  2. Max

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

    Добрый день. Образ в Yandex Cloud Marketplace обновлен до сборки 5.2.2253 на базе Ubuntu 24.04 LTS, OpenJDK 17. Зависимости обновлены до актуальных, скрипты нагрузочных тестов работают.
  3. 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.
  4. Max

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

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

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

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

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

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

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

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

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

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

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

    Добрый день. Прежде всего, актуальная документация находится здесь: Скрипты для тестирования максимального количества WebRTC публикаций/подписчиков Убедитесь, пожалуйста, что все шаги делали согласно актуальной документации: - для тестирования максимального количества публикаций исходный поток...
  10. 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.
  11. Max

    Wcs certificate has expired

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

    IOS 18.4.1 webrtc video and audio out of sync

    Good day. We fixed the issue at server side in build 5.2.2238. Please update and add the following parameter to flashphoner.properties quick_fixes={"WCS4432":{"versions":"18[.][45]"}} Then publishing from Safari 18.4 and above should work correctly. We also updated the demo server and enabled...
  14. Max

    IOS 18.4.1 webrtc video and audio out of sync

    This is the Webkit engine bug affecting both desktop and mobile Safari 18.4-18.5. The bug is already marked as fixed but the fix is not applied yet (and probably may not be applied until Safari 19). So we testing a fix at server side. It should be released this week.
  15. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    There is no official announce, but actually there is no support anymore, WebRTC native library cannot be built for ARM32. Unfortunately, this is the documentation issue only.
  16. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    The issue may be in a newer Android version. Google dropped ARM32 devices support in WebRTC library, so we do not support them too in newer Android SDK builds. Webview seems the only way to solve the issue. You can also play HLS instead of WebRTC on Google TV box as workaround.
  17. Max

    I can't hear the sound on Google TV (Google Streamer TV).

    Good day. Please check if sound is playing on both the devices in browser using WebSDK. If yes, using Webview could be a workaround for such devices.
  18. Max

    WCS License deactivation and activation on other server

    Hello Please check this doc https://docs.flashphoner.com/static/WCS52/Installing_and_testing/WCS_installation_and_activation/#deactivation_using_command_line 1. Configure your proxy server in wcs-core.properties # Proxy configuration -Dhttp.proxyHost=proxy1.flashphoner.com...
  19. Max

    IOS 18.4.1 webrtc video and audio out of sync

    Our developers have investigated the issue and concluded that this is a bug in iOS Safari version 18.4.1. The problem stems from the fact that the server expects incoming video streams using the H.264 codec with a standard RTP timestamp clock rate (timebase) of 90000. However, Safari 18.4.1 is...
  20. Max

    Demo Server

    The demo server is working now.
Top