Search results

  1. Max

    Failed By ICE timeout

    Good day. Please try to run the container using docker host network to publish stream from outside docker host: docker run -e PASSWORD=password -e LICENSE=license -e EXTERNAL_IP=host_ip -e LOCAL_IP=host_ip --net host --name wcs-docker-test --rm -it flashphoner/webcallserver:latest Here host_ip...
  2. Max

    Mixer Layout - Quote

    Good day. If you mean mixer desktop layout, there is the ticket WCS-2752 to improve it (by your request in this thread). We raised its priority, please be patient.
  3. Max

    SSL Certificat import through web interface

    Good day. You can check if cerificate is imported successfully as follows: 1. On Certificates page, domain name should be displayed (see example for our demo site) 2. The browser should show certificate as valid May be you should clean site cookies and/or open web admin interface in Incognito...
  4. Max

    streaming from ReactNative app

    For this case, you can use another approach. You can impelement Java class to receive decoded frames on server side, then you can call python scripts from Java to handle the picture, and pass the picture to WCS again. This is not documented yet, so we raised the ticket WCS-2777 to prepare Java...
  5. Max

    RTCEAGLVideoView aspect mode aspect fit (as we have for UIImageView)

    We raised internal ticket WCS-2794 to update libwebrtc in iOS SDK. Please note that this take a much time due to more priority tasks.
  6. Max

    Stream is getting failed/disconnected

    1. Please collect DEBUG logs client_log_level=DEBUG in flashphoner.properties and tcpdump tcpdump -i any -s 0 -B 10240 -w log.pcap https://docs.flashphoner.com/display/WCS52EN/Preparing+an+error+report#Preparinganerrorreport-Collectdebuglogsandtrafficdump 2. Please submit full report. cd...
  7. Max

    Stream is getting failed/disconnected

    Hello, Please collect a report as described here and send us using this link, or provide us SSH access to your server using this link.
  8. Max

    Modify 404 response from REST API

    rest_access_control_headers setting has been added in WCS build 5.2.688. E.g., for REST basic authentication CORS this can be added to WCS_HOME/conf/flashphoner.properties rest_access_control_headers=Access-Control-Allow-Origin: <origin>;Access-Control-Allow-Credentials...
  9. Max

    Flashphoner process got killed

    Hello, Please check if there have been OutOfMemory messages in WCS server log or /var/log/messages, and if there is an error*.log in WCS_HOME/logs. In case it was an OutOfMemory issue, please see these recommendations.
  10. Max

    Не показывается видео собеседника

    Если пробная закончилась, отправьте запрос на sales@flashphoner.com для ее продления. С просроченной лицензией стриминг работать нормально не будет.
  11. Max

    RTCEAGLVideoView aspect mode aspect fit (as we have for UIImageView)

    Good day. Please look at this thread. We do not support RTCMTLVideoView which is recommended as possible solution because this is still less stable than RTCEAGLVideoView. But you can try AVMakeRectWithAspectRatioInsideRect to prevent distortion as topic starter does.
  12. Max

    Не показывается видео собеседника

    Пожалуйста, уточните версию браузера/ОС и проверьте следующее: 1. Список камер и микрофонов на странице примера Media Devices: сколько устройств в списке и есть ли они вообще там 2. Проверьте. работает ли публикация (не тест, а именно публикация, т.е. нажать необходимо Connect, затем Publish)...
  13. Max

    Не показывается видео собеседника

    "The license is activated" значит, что на WCS есть активированная лицензия. Если она истекла, то стриминг работать не будет (в логе сервера будут сообщения об истекшей лицензии). Платформы и браузеры, поддерживаемые для публикации WebRTC. То есть в одном и том же браузере на Win Media Devices...
  14. Max

    Не работает стрим

    Скрипт забирает логи за предыдущие 3 часа, и, поскольку снимает jstack и дамп памяти, использовать нужно после воспроизведения проблемы. В прикрепленном выше логе сервера OutOfMemoryError - посмотрите, пожалуйста, рекомендации по настройкам.
  15. Max

    Failed By ICE timeout

    Good day If you've enabled TCP transoprt by default, TCP media ports should also be opened, but they're not according to your iptables output. So please enable TCP media ports 31000:32000/tcp. Please also collect a report as described here including traffic dump on WCS side, docker container...
  16. Max

    Can you please link ticket WCS-2753 to my account

    Good day. Please note you should add the following parameter to flashphoner.properties file of Edge instance http_enable_root_redirect=false for "http://wcs:8081/" health checking to work. By default, HTTP GET request to WCS root returns 302 Found to redirect to web admin interface. The manual...
  17. Max

    Player HTML5 - Show Controls

    Good day. Please comment out the following lines in player.js line 247 $clearTimeout; lines 272-282 $that.bind('click', function () { if ( !stopped ) { if ($clearTimeout) { clearTimeout($clearTimeout); }...
  18. Max

    Не работает стрим

    Добрый день. Соберите, пожалуйста, полный отчет, как описано здесь, и вышлите, используя эту ссылку.
  19. Max

    Feature requests REST API

    Good day. Since build 5.2.687, a custom folder to store recording files can be defined with the following parameter record_folder=/opt/records
  20. Max

    Flashphoner records directory change

    Hello, Starting from v. 5.2.687, path to directory for saving records can be configured with record_folder in flashphoner.properties, e.g. record_folder=/opt/records
Top