Search results

  1. Max

    Need help to improve performance

    How big is your AWS instance? RAM, CPU? Make sure you have configured heap memory as -Xmx16g where 16g is a half of physical RAM. See also memory tuning instructions.
  2. Max

    Need help to improve performance

    Where is your AWS instance located and where is RTSP source located? Because if RTSP source in Asia and AWS instance is in US, you can experience issues with bitrate on the path: RTSP source > Amazon AWS > Player Make sure you have good bandwidth on both legs: RTSP source > Amazon AWS and...
  3. Max

    having a trouble to 8443 WebSocket connection

    The message in logs Stream name is already in use shows that stream is already published on server. Please check the server statistics page http://wcs:8081/?action=stat. If there is the stream with the same name, just restart WCS to stop publishing.
  4. Max

    WCS Stress Test

    You can disable stream distribution optimization and enable traffic encryption in a separate thread for each client session. In this case, CPU load should be lower, but playback delay may grow. So, if your target is minimal delay, consider more powerful CPU. If your target is CPU, you should...
  5. Max

    having a trouble to 8443 WebSocket connection

    Seems like WebRTC connection is not establishing to your server Please check if media ports (30000-31000/udp by default) is opened on firewall/router and are available to connect from outside. Look at the example of typical security group configuration working out of the box on AWS instance:
  6. Max

    Авторизация JWT

    Добрый день. Авторизация на бэкенде является наиболее универсальным решением, поскольку управление пользователями в самом WCS ограничено, в основном пользователи предназначены для входа в админку и доступа к REST API. Бэкенд, в свою очередь, позволяет гибко реализовать авторизацию, например...
  7. Max

    https//:localhost:8444/ not opening

    Seems like -storepass option missed keytool -importcert -keystore /usr/lib/java/java-8-openjdk-amd64/jre/lib/security/cacerts -storepass changeit -file /home/admin_0/asterisk.pem -alias "pbx"
  8. Max

    having a trouble to 8443 WebSocket connection

    Make sure SSL certificates has been imported properly for your domain name. Security tab should be green. You can also send ssh access to server via this private form. We will check.
  9. Max

    https//:localhost:8444/ not opening

    Seems like asterisk.pem file from this archive should be enough. Please do the steps described here starting from step 3.
  10. Max

    Затухание 3-го говорящего

    Провели тесты с нашим сервером в примере MCU Client. Действительно, при трех участниках, говорящих одновременно, четвертый участник (слушатель) слышит одного из них хуже, чем двух других. Проблема также воспроизводится и в других голосовых чатах, например, в Discord, возможно, такое поведение...
  11. Max

    Внешний видеоисточник

    Добрый день. В сборке Andropid SDK 1.1.0.26 добавлена возможность подключить собственную программную реализацию камеры для захвата изображения. Подробности здесь.
  12. Max

    [URGENT] Support external camera

    Good day. Since Android SDK build 1.1.0.26 it is possible to use custom software camera implementation to capture video. So you can implement custom Java class to capture image and apply filter. Please read details here.
  13. Max

    How to apply beauty and filter feature in live stream

    Good day. Since Android SDK build 1.1.0.26 it is possible to use custom software camera implementation to capture video. So you can implement custom Java class to capture image and apply filter. Please read details here.
  14. Max

    Обновление админки

    Это все есть в планах.
  15. Max

    having a trouble to 8443 WebSocket connection

    Please make sure you're opening example page via HTTPS, not HTTP. WebRTC will not work in browser via HTTP. Also, seems like player-min.js is not available by URL you're using to open it (error 404 means object to download is not found). Please check if the script is downloadable.
  16. Max

    WCS Stress Test

    C4.large (2 vCPU, 3.75 Gb RAM) is not enough for 1000 subscribers. You should use at least c5.4xlarge (16 vCPU, 32 Gb RAM, up to 10 Gb bandwidth). Also, the following tweaks should be applied: 1. WebRTC traffic encryption hardware acceleration enabled 2. Stream distribution optimization enabled...
  17. Max

    Затухание 3-го говорящего

    Мы пока не можем сказать, является ли это проблемой, требующей исправления. В стерео аудио-потоке, вы можете слышать два канала одновременно с одинаковым уровнем звука. В моно аудио-потоке только один канал, в который надо либо говорить по очереди, либо звук с источников будет накладываться и...
  18. Max

    Внешний видеоисточник

    По срокам обычно информации не даем, т. к. приоритеты могут меняться. Но если тикет уже вышел на тестирование, релиз занимает, как правило, несколько дней.
  19. Max

    having a trouble to 8443 WebSocket connection

    Please read this step by step instruction. Is the problem reproducing in player-min example?
  20. Max

    Как отключить audio при использовании RTSP

    Попробуйте добавить этот кодек в исключения: rtsp_client_strip_audio_codecs=PCMA,PCMU,MPEG4-GENERIC,L16
Top