Search results

  1. Max

    Как сделать публикацию стрима под android только с Audio?

    Скорее всего, WebRTC библиотека (которая используется под капотом Android SDK) в SDP для сервера все таки показывает видео дорожку в этом случае, хоть и не отправляет медиа данные. По битрейту видео: если в потоке нет видео, значение метрики VIDEO_RATE будет равно 0. Кроме того, понадобится...
  2. Max

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

    В таком случае, попробуйте протестировать по нашей методике, с публикацией потоков с помощью стандартного примера "Two Way Video Chat" Если проблема не воспроизводится, модифицируйте код примера таким образом, чтобы проблема воспроизводилась и пришлите для анализа. Форма для отправки
  3. Max

    Room streams control and record

    Works in latest 5.2.878: stream is added to mixer as video-only. If it does not work, please describe in which case.
  4. Max

    How complete facebook live setup in aws ec2 with web call server.

    Use two /push/startup REST requests, as described in this article.
  5. Max

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

    Добрый день! Провели тестирование вашего сервера. По результатам тестирования проблему с разрушением микшера при ретрансляции на сторонний RTMP сервер воспроизвести не удалось. Из 10 тестов успешно прошли 10. В приложенном файле методика тестирования и результаты. Пожалуйста, уточните, как...
  6. Max

    distorted audio on Apple devices

    We confirm audio distortion issue is resolved while playing WebRTC with Opus audio in these browsers.
  7. Max

    server not sending stats

    We just marked thread as resolved. It is not necessary to delete it.
  8. Max

    Тестовый сервер перестал работать

    В flashphoner.properties есть настройка allow_domains. В установленной сборке 5.2.780 с ней подключение не работает. Нужно или убрать эту настройку, или обновить сервер (поддерживается со сборки 5.2.792).
  9. Max

    Websdk issue ios camera toggle from version 0.5.28.2753.150 (october)

    Got the example. Added Flashphoner.getMediaDevices(null, true); to init_page() in the conference.js, and camera switch started working.
  10. Max

    Тестовый сервер перестал работать

    Добрый день, Вышлите, пожалуйста, SSH-доступ к серверу и доступ к веб-интерфейсу, используя эту ссылку.
  11. Max

    Websdk issue ios camera toggle from version 0.5.28.2753.150 (october)

    Please provide the code example to reproduce the issue using this private form
  12. Max

    Room streams control and record

    If you are using REST API to add stream to mixer, you should use template [mixer_name]-[stream_name] to get mixer stream without local audio, because the local stream name does not include mixer name in this case.
  13. Max

    WebSocket connection to 'wss://host:8443/' failed: Error during WebSocket handshake: Unexpected response code: 302

    To start WCS as root, you have to either update to build 5.2.864 or downgrade to build 5.2.798. If you prefer to downgrade, previous version should be uninstalled to remove non-root user and settings before 5.2.798 installation
  14. Max

    Get recorded files list through API

    Good day No, there are no REST API methods for this. Please read the possible ways to get recording file name here. No, WCS web interface allows neither list recording files nor remove them. You should use external tools together with recording files handling script
  15. Max

    Java Memory Allocation on Linux 2 AMI

    We performed recording tests and confirm simultaneous recording issue in 5.2.780 comparing with 5.2.673 on weak servers We'll try to find a bottleneck in ticket WCS-3035 and let you know results here. Please do not upgrade your production to 5.2.780 until fix will be found.
  16. Max

    Microphone Feedback in iOS device

    There is a physical feedback when testing two devices in the same room. This echo can not be cancelled by any sortware or hardware tweaks except headphones. Echo cancelletion feature is intended mostly to prevent feedback when publishing and playing the same stream on the same phone. Well, we...
  17. Max

    Как сделать публикацию стрима под android только с Audio?

    Можно вынести сканирование на бэкенд. Тогда бэкенд: 1. Собирает данные о подключенных сессиях, обрабатывая REST hook /connect и получая sessionId 2. Собирает данные о публикациях и подписчиках, обрабатывая /publishStream и /playStream 3. Мониторит метрику VIDEO_RATE для опубликованных потоков 4...
  18. Max

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

    Это известная проблема, работаем над ней в тикете WCS-2982. В качестве обхода можно включить MCU: mixer_mcu_audio=true mixer_mcu_video=true Эта ошибка означает, что очередной кадр не удалось закодировать. На работу микшера не влияет, можете ее игнорировать. Это важно, поскольку в первом...
  19. Max

    Websdk issue ios camera toggle from version 0.5.28.2753.150 (october)

    Hello, Please try this example: https://demo.flashphoner.com:8444/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html Tried with iOS Safari 14.2 - camera switch works.
  20. Max

    Java Memory Allocation on Linux 2 AMI

    Please use htop or per-process top results (not integral), they should be more visual to compare. We perform our tests in ticket WCS-3035 and let you know results.
Top