Search results

  1. Max

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

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

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

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

    distorted audio on Apple devices

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

    server not sending stats

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

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

    В flashphoner.properties есть настройка allow_domains. В установленной сборке 5.2.780 с ней подключение не работает. Нужно или убрать эту настройку, или обновить сервер (поддерживается со сборки 5.2.792).
  6. 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.
  7. Max

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

    Добрый день, Вышлите, пожалуйста, SSH-доступ к серверу и доступ к веб-интерфейсу, используя эту ссылку.
  8. 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
  9. 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.
  10. 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
  11. 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
  12. 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.
  13. 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...
  14. Max

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

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

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

    Это известная проблема, работаем над ней в тикете WCS-2982. В качестве обхода можно включить MCU: mixer_mcu_audio=true mixer_mcu_video=true Эта ошибка означает, что очередной кадр не удалось закодировать. На работу микшера не влияет, можете ее игнорировать. Это важно, поскольку в первом...
  16. 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.
  17. 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.
  18. Max

    Can't play rtmp video while playing

    Good day. We tested your stream once again and can't reproduce the issue. Playing works now. Did you change something in the Nginx or RTSP stream? Also please note that your RTMP steam is video-only and you need to disable RTP activity detection for audio media stream with the following...
  19. Max

    Управление микрофоном/звуком для iOS sdk

    Добрый день. Проблема с запросом доступа к микрофону в примере Player на iOS 14 (тикет WCS-3008) исправлена в сборке iOS SDK 2.6.10.
  20. Max

    Microphone Feedback in iOS device

    Good day. googEchoCancellation and another constraints are probably not supported in iOS, so we raised the ticket WCS-3036 to investigate how to integrate echo cancellation to iOS SDK. Will let you know results here. A quick workaround is to use headphones.
Top