Search results

  1. Max

    JOB

    Good day. We recommend you also to look for developers on Upwork etc. If you or your employees have any questions, we'll answer them on this forum.
  2. Max

    Issue in starting stream in iOS browser

    Good day. Please make sure that you're opening your HTML page via HTTPS, for example https://web-server/testing.html, because WebRTC does not work via HTTP. Your sample page also works when opened as file from local disk in Chrome on Windows. We recommend you to comment sendDataToPlayer()...
  3. Max

    android sdk игнорирует параметр bitrate

    Добрый день Эти параметры принимают ненулевые значения только для потоков транскодера, созданных по REST API /transcoder/startup. Посмотреть актуальный битрейт потока можно в метриках { ... "AUDIO_RATE": 31832, ... "VIDEO_RATE": 684352, ... } Судя по скриншоту, вы...
  4. Max

    Подключение спикером через MCU

    Добрый день. Уточнимте, пожалуйста, условия тестирования: 1. Сколько микшеров создается в тесте? 2. Сколько участников заходит в микшер? 3. Воспроизводится ли проблема в примере MCU Client со следующими изменениями в этом коде function getConstraints() { var constraints = { audio...
  5. Max

    Падает flashphoner при 10-15 одновременных стримах

    Пришлите пожалуйста report или сразу SSH доступ к серверу Report https://docs.flashphoner.com/display/WCS52EN/Preparing+an+error+report#Preparinganerrorreport-Gettinglogswithreport.shscript Прислать можно по кнопке "Report", расположенной справа сверху. При большом количестве одновременно...
  6. Max

    Добавление стримов в микшер

    Да, можете
  7. Max

    https//:localhost:8444/ not opening

    Yes, SSL certificate should be imported on SIP PBX side
  8. Max

    Добавление стримов в микшер

    Кроп делается в нативном коде, поэтому Вам придется реализовать его в Java коде с нуля. Если это сложно, лучше подождать реализации тикета WCS-2988
  9. Max

    WCS Stress Test

    Good day. Please read the following articles about load testing methods and samples 1. What kind of server do you need to run a thousand WebRTC streams? 2. Comparing load testing methods
  10. Max

    https//:localhost:8444/ not opening

    We tried to register from WCS and from softphone. In both cases, the following error occurs: So TLS is used to connect to your PBX with the following WCS settings: sip_use_tls=true sip_force_tcp=true but you should set up correct SSL certificate on SIP PBX, and use its domain name to connect
  11. Max

    Проблема с выполнением команд CLI

    Добрый день. Доступ поддерживается, логин в этом случае работает, не работает именно выполнение команды после успешного логина. Создали тикет WCS-3137, сообщим здесь о результатах. Все примеры показывают выполнение команд при условии, что выполнен вход в CLI.
  12. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Добрый день. Попробуйте применить этот патч к примеру Media Devices и собрать его с Android SDK 1.1. Проверьте, воспроизводятся ли в примере указанные проблемы.
  13. Max

    https//:localhost:8444/ not opening

    Please provide actual access to your SIP PBX to register using SIP softphone and WCS (two SIP accounts). The access should be permanent, 24/7, for our developers to test. Please provide credentials using this form.
  14. Max

    Problem in iOS Browsers

    WebRTC cannot work in Google Chrome on iOS devices. The only playback technologies available are HLS or WSPlayer. The WSPlayer is obsolete and is not supported now, it also requires transcoding to MPV. So you should either use iOS Safari or use HLS to play a stream in Chrome on iOS.
  15. Max

    Problem in iOS Browsers

    https://docs.flashphoner.com/display/WCS52EN/Core+settings
  16. Max

    переключение качества на клиенте

    Тикет WCS-3122 сейчас на предварительном тестировании. Мы сообщим о готовности в этой теме.
  17. Max

    show cdn-nodes

    Если у Вас только один origin и один edge, вы можете остановить оба сервера, затем запустить origin и затем edge. Если после этого в списке на origin появятся еще "не Ваши" ноды, тогда поможет только настройка cdn_allowed_ips, в которой нужно указать только IP адреса Ваших узлов или Ваших подсетей.
  18. Max

    somethin got broken between in webrtc Chrome => Safari

    Please try to add the following setting h264_strict_kframe_detect=true This should work with hardware acceleration in theory. Also you can exclude high and main profiles from SDP: webrtc_sdp_h264_exclude_profiles=4d,64 If nothing of those tweaks help, disable hardware acceleration.
  19. Max

    Добавление стримов в микшер

    Наш пример только показывает, как правильно расположить картинки потоков. Вы получаете картинку в YUV формате, и можете ее менять попиксельно, в том числе и получить кроп // Iterate through incoming stream pictures array for (int c = 0; c < yuvFrames.length; c++) {...
  20. Max

    Problem in iOS Browsers

    Good day. MSE is not supported on iOS in any browser. Also, WebRTC is supported only in Safari browser, but not in any third party browsers (Chrome, Firefox, Opera, Yandex etc). Please add the fiollowing parameter to flashphoner.properties file periodic_fir_request=true This makes WCS to...
Top