Search results

  1. Max

    Количество одновременных трансляций с веб-камеры на сервере.

    Количество зрителей, которые могут одновеременно подключиться к трансляции, будет зависеть от характеристик сервера и каналов связи. Например, одна трансляция с разрешением видео 480p может занимать полосу до 1 Mbps. Канал 1 Gbps позволит до 1000 подписчиков. Характеристики сервера для обработки...
  2. Max

    com.flashphoner.server.license.manager.exception.SubscriptionLicenseSuspended

    Good day. Please run this script on server #!/bin/bash while true; do curl -s https://my.flashphoner.com/keep_alive.action sleep 60 done within a hour and check if server works while this script is running. Also please collect a report as described here including license.log file and...
  3. Max

    Server performance - MCU

    In this case, we recommend you to consider: - use lower mixer output resolution (up to 480p) - use more than one server with load balancing by CPU load to distribute rooms between them. There is load balancing solution for AWS instances for example, but you should be aware all the certain room...
  4. Max

    IOS error on two way chat

    Good day. This is a known iOS Safari issue: when subscriber plays a stream from iOS, the audio goes to internal speaker, not loudspeaker. The workaround is mute/unmute sound when playback is started...
  5. Max

    iOS + GC problem

    Добрый день. Мы рекомендуем использовать JDK 8 или 12. JDK 12 на Ubuntu/CentOS можно установить при помощи следующего скрипта #!/bin/bash rm -rf jdk* curl -s https://download.java.net/java/GA/jdk12.0.2/e482c34c86bd4bf8b56c0b35558996b9/10/GPL/openjdk-12.0.2_linux-x64_bin.tar.gz | tar -zx [ ! -d...
  6. Max

    Не воспроизводится поток RTSP с сервера

    Добрый день, Уточните, пожалуйста, устанавливается ли соединение при попытке воспроизведения в VLC на клиентской машине с доступом к WCS, и, если VLC не играет, соберите логи по этой инструкции, включая дамп трафика на стороне сервера, и вышлите на support@flashphoner.com.
  7. Max

    Creating Custom Mixer Layout

    The issue with uneven custom layout padding or mixer output resolution has been fixed in WCS v. 5.2.572: if width or height is uneven, it will be decremented.
  8. Max

    Custom mixer issues

    The issue with uneven custom layout padding or mixer output resolution has been fixed in WCS v. 5.2.572: if width or height is uneven, it will be decremented.
  9. Max

    iOS + GC problem

    Добрый день. Пожалуйста, уточните версию JDK, версию WCS, сборку WebSDK на сервере и версию iOS и Safari на устройствах, с которыми проводилось тестирование. Обратите внимание, что WebRTC в сторонних браузерах на iOS не поддерживается, может быть использован либо WSPlayer, либо HLS. Также...
  10. Max

    Server performance - MCU

    Good day. MCU mode is a stream mixer function allowing to implement audio/video conference. The stream mixing requires transcoding to decode and mix streams, that in turn requires a lot of CPU resources, approximately 1 CPU core per 2 720p streams encoding. Therefore if you plan to use 720p...
  11. Max

    Stream RTMP on 'OBS' and lost conection

    Please update from 5.2.389 to the latest available version: 5.2.571. If the issue would still be reproducible, please provide more information: - how is the stream published (RTMP from OBS, or some other way), its resolution and bitrate - how is the stream played (media provider - WebRTC, RTMP...
  12. Max

    Stream RTMP on 'OBS' and lost conection

    REST method rest-api/stream/terminate can be used, as described here.
  13. Max

    Failed by ICE timeout

    Здесь: WebRTC-соединение не устанавливается в некоторых браузерах (MS Edge на Windows, Chrome на Ubuntu), если на ПК используется дополнительный сетевой интерфейс (VPN).
  14. Max

    Failed by ICE timeout

    Добрый день. Проверьте настройки iptables, порты для передачи медиатрафика, указанные в настройках media_port_from, media_port_to должны быть открыты. Кроме того, судя по логу клиента, Вы используете TCP для публикации. В этом случае некоторые браузеры, при наличии на клиенте нескольких сетевых...
  15. Max

    Ошибка This provider doesn't support getMediaAccess

    Да, публикация WebRTC работает только по HTTPS/Secure websocket. В последних сборках браузеров воспроизведение WebRTC также требует безопасного подключения. Мы подключились к Вашему серверу по указанному адресу, публикация и воспроизведение работают. Попробуйте очистить данные сайта в Chrome.
  16. Max

    Stream RTMP on 'OBS' it auto disconnect

    Good day. This is a known issue. Please switch keep alive off for RTMP to stream from OBS Studio: keep_alive.enabled=websocket,rtmfp
  17. Max

    Creating Custom Mixer Layout

    Good day. We fixed custom mixer layout example: public class TestLayout implements IVideoMixerLayout { private static final int PADDING = 4; // This value should be even @Override public Layout[] computeLayout(YUVFrame[] yuvFrames, String[] strings, int canvasWidth, int...
  18. Max

    Custom mixer issues

    Good day. We fixed custom mixer layout example: public class TestLayout implements IVideoMixerLayout { private static final int PADDING = 4; // This value should be even @Override public Layout[] computeLayout(YUVFrame[] yuvFrames, String[] strings, int canvasWidth, int...
  19. Max

    Ошибка This provider doesn't support getMediaAccess

    Добрый день. Данное сообщение может выводиться только для провайдера WSPlayer, используемого исключительно для проигрывания потока на старых iOS устройствах. К сожалению, нам не удается воспроизвести проблему по описанному Вами сценарию. Пожалуйста, проверьте, что все содержимое каталога...
  20. Max

    Supported Android versions

    Hello, The earliest Android version some previous versions of the SDK were tested on is Android 5. However, the latest SDK version was not tested with Android 5, but it is expected to work on that Android version.
Top