Search results

  1. Max

    Freezing SFU room

    Проблема исправлена в сборке 2.0.155 (доступна в NPM: @flashphoner/sfusdk).
  2. Max

    Error Messages in the logs for Mixer

    Please clarify how do you test? For example, if using Media Devices you can monitor a publishing bitrate and playback bitrate. The publishing bitrate consumer upload bandwidth, the playback bitrate consumes download one. Also if you feeding a mixer with your stream, mixer tries to adjust the...
  3. Max

    Enable monitoring

    Good day. There are no GUI monitoring in 5.2. You can use statistics page http://wcs:8081/?action=stat&group=call_stats and REST API queries /call/find_all to find all the current calls on WCS and /call/find to find a call by criteria. You can also set up integration to Prometheus and then build...
  4. Max

    SFU Error SyntaxError: "undefined" is not valid JSON at JSON.parse (<anonymous>)

    Здравствуйте. В этой ветке https://forum.flashphoner.com/threads/freezing-sfu-room.14410/post-32600 Завели тикет WCS-3662 Баг исправлен. Статус: на тестировании. Т.е. в ближайшее время должен уйти в релизы. По вашему сообщению трудно понять та ли это проблема. Нужны шаги воспроизведения и...
  5. Max

    Error Messages in the logs for Mixer

    Good day. This is normal behavior for mixer. The message means a frame cannot be encoded in native C code due to some internal reason, and exception is raised to Java code. This means audio media packets stops in the stream for 60 seconds, and the stream was stopped due to inactivity. So you...
  6. Max

    is there a way to connect flutter app to Flashphoner WCS?

    Good day. There is no Flutter SDK yet. You can use native Android SDK (Java) or iOS SDK (Objective C, Swift). You can also use WebSDK inside WebView in your application.
  7. Max

    При трансфере звонков менеджер ничего не слышно

    Проверили Ваш отчет. Видим некоторые проблемы в настройках: 1. При использовании WCS как WebRTC-SIP шлюза, не может быть более одного подписчика на один SIP медиа поток, только клиент-участник звонка. Поэтому включение оптимизации доставки потока подписчикам выглядит лишним 2. Ранее мы...
  8. Max

    Phone UI call transfer

    Hello Make sure your service provider (SIP provider) supports https://www.rfc-editor.org/rfc/rfc5589 This is call transferring specification. Please provide 3 (three) SIP accounts where we can reproduce the transfer issue. You can send account details using the Private Form Please provide SSH...
  9. Max

    Feature request

    Good day. We raised the ticket WCS-3664. Will inform you about progress here.
  10. Max

    5.2.1495

    Good day. Please read details here: In a browser via WebRTC ABR Browser example description: WebRTC ABR Player
  11. Max

    Mixer doesn't show any video

    We reproduced the issue and raised the ticket WCS-3663. Will inform about progress. As workaround, disable streaming distribution subgroups on server where mixer is used: streaming_distributor_subgroup_enabled=false
  12. Max

    При трансфере звонков менеджер ничего не слышно

    Добрый день, На 5.2.241 не нужно. 5.2.241 - более ранняя сборка, чем 5.2.1329. (Release notes) report.sh работает в 5.2.241 и более поздних сборках.
  13. Max

    Mixer doesn't show any video

    In stream client log, we see periodic exceptions after the stream is added to the mixer: A similar issue is fixed since build 5.2.1402, so please update WCS to the latest build 5.2.1504 and test again. If the problem is still reproducing, we need a traffic dump and client log for incoming...
  14. Max

    Freezing SFU room

    Воспроизвели проблему с пользователем, остающимся в комнате после отключения. Создали тикет WCS-3662. О прогрессе напишем здесь.
  15. Max

    Mixer doesn't show any video

    Does mixer have audio of the added stream? Please send the logs (including the client log for the added stream).
  16. Max

    Freezing SFU room

    Здравствуйте. Чтобы решить проблему, необходимо воспроизведение + логи этого воспроизведения. Если воспроизведения нет, мы будем делать нагрузочные тесты, которые будут пытаться отловить эту проблему. Но такой подход займет много времени. Поэтому, если у вас есть возможность воспроизвести...
  17. Max

    При трансфере звонков менеджер ничего не слышно

    Пожалуйста, примените на WCS настройки из этого сообщения (потребуется перезапуск WCS). Затем попробуйте установить звонок между User2.2 и User3 (только этот звонок, других звонков в этот момент на сервере быть не должно). Если так работает, повторите тест полностью. Если настройки не помогают...
  18. Max

    При трансфере звонков менеджер ничего не слышно

    Ранее Вы описывали кейс как: 1. Менеджер User2 звонит клиенту User1 2. Менеджер User2 ставит звонок с User1 на холд 3. Менеджер User2 звонит менеджеру User3 и проблема была в том, что звонок User2->User1 сбрасывался. Правильно ли мы понимаем, что с рекомендациями из этого сообщения не...
  19. Max

    SSL certification on EC2 for AWS

    Hello The certbot claims you can't issue SSL certificate for domain ec2-{ip}.amazonaws.com Try to assign valid custom domain name, i.e. test.mycompany.com, resolve this domain name to your IP address and then try again.
  20. Max

    При трансфере звонков менеджер ничего не слышно

    Еще одно решение можно применить, если Ваш SIP сервер поддерживает исходящие звонки без регистрации: 1. User2 регистрируется на SIP сервере (взводит переключатель Register required в примере Phone Min, при этом проставляется опция сессии sipRegisterRequired: true) 2. User2 звонит User1 3. User2...
Top