Search results

  1. Max

    перевыпуск ssl сертификат а

    Добрый день, Да, эта ссылка на инструкцию.
  2. Max

    Docker container Exit 0

    Добрый день. Проблема исправлена в сборке 5.2.479 docker pull flashphonerofficial/webcallserver:5.2.479 или docker pull flashphonerofficial/webcallserver:latest
  3. Max

    WCS high availability and load balancing

    Good day. Load balancing function in WCS is obsolete now and may not work properly. You can use HAProxy for load balancing or, if you're using AWS instances, you can use AWS load balancer. Any load balancer can be a SPOF, even AWS LB, if DNS fails. If your approach is to iterate through...
  4. Max

    Possible bug publishing from iOS 13+. Camera permission error.

    Good day. We checked your code sample with iOS 13.3. There are some issues in your code: 1. Flashphoner.getMediaAccess() functions should be called after Flashphoner.playFirstVideo() promise resolved successfully, but not before: browser_check(container, function(){...
  5. Max

    Docker container Exit 0

    Добрый день. Проблема воспроизводится в нашем тестовом окружении, создан внутренний тикет WCS-2474. О результатах сообщим.
  6. Max

    Docker container Exit 0

    Добрый день. Пулов мало, потому что опубликовали пару недель назад. Техподдержка ответит в понедельник с вероятностью близкой к 100%.
  7. Max

    Webrtc - SIP calls fails with the las tversion WCS

    There were many WebRTC fixes since old version inсluding ICE. So, it was a bug, and it was fixed too.
  8. Max

    Искажение звука PCMA

    Есть Java Media Framework API, есть Netty или Gstreamer, есть самописные примеры реализации на GitHub... Посмотрите, что из этого Вам больше подойдет.
  9. Max

    Webrtc - SIP calls fails with the las tversion WCS

    Good day. Your server has 2 network interfaces: external and LAN. In flashphoner properties, you've set ip=external ip_local=LAN but this should be done only if server is behind NAT (it is not). So please set ip=external ip_local=external if WCS should be available from outside via...
  10. Max

    player.setURLtoFlash(url) is not a function

    Hello, When WebRTC as RTMP re-publishing example is used, the error occurs when flash player have not loaded (Flash has to be allowed in the browser). Here is described how to republish to YouTube a stream published in Two-way Streaming.
  11. Max

    Искажение звука PCMA

    Добрый день, Ответ тот же - использовать RTSP-клиента: 1. В каталог WCS_HOME/conf поместить файл rtsp_server.sdp со следующим содержимым: v=0 o=- 1988962254 1988962254 IN IP4 0.0.0.0 c=IN IP4 0.0.0.0 t=0 0 a=sdplang:en a=range:npt=now- a=control:* m=audio 0 RTP/AVP 8 a=rtpmap:8 PCMA/8000...
  12. Max

    Webrtc - SIP calls fails with the las tversion WCS

    Please also let know caller SIP account details and callee which can be used for a test call.
  13. Max

    Webrtc - SIP calls fails with the las tversion WCS

    Checked ufw status on the server sudo ufw status verbose It is active.
  14. Max

    Webrtc - SIP calls fails with the las tversion WCS

    Good day. We have checked logs, but the reason for ICE failure by timeout still is not clean. Please provide us SSH access to the server and SIP account details for test call, we will check inplace. If acces cannot be provided, please do the following: 1. Check if SIP call to local Asterisk...
  15. Max

    Нагрузочное тестирование создание, наполнения микшера и записи

    Добрый день. Да, Вы правильно поняли логику работу нагрузочного теста микшеров. Добавим к этому, что по истечении intervalInSecons микшеры уничтожаются и создаются заново, тест продолжается до вызова /mixer/test/stop, либо до остановки сервера. Поэтому рекомендуется задать шаблон имени файла...
  16. Max

    Webrtc - SIP calls fails with the las tversion WCS

    Hello, The call in the log "Failed by ICE error". Please check firewall and routing settings and verify that the UDP ports are reachable. In case of further investigation, please send additional information (with server config and ifconfig result) per this instruction.
  17. Max

    recording mp3 and mp4

    Hello, MP4 format is supported for recording H.264 video stream. WebRTC audio-only stream also can be recorded as MP4. The format is not configurable.
  18. Max

    How to get clean video in the mixer.

    Good day. You have provided recording examples done not in the same time for mixer incoming stream (obsrtmp) and mixer outgoing stream (mixer1). It seems like mixer drops incoming frames, and log messages in the post above show this. So we suppose to enable incoming stream buffering by enabling...
  19. Max

    RTSP Stream with URI Authentication

    You should either update with commands cd /usr/local/FlashphonerWebCallServer/bin webcallserver stop webcallserver update webcallserver start or update by downloading archive and installing over previous version cd ~ curl -sL -O...
  20. Max

    RTSP Stream with URI Authentication

    The RTSP authentication issue has been fixed in WCS v. 5.2.470.
Top