Search results

  1. Max

    Странное поведение сервиса webcallserver

    Мы проверили Ваш сервер. Проблема в скрипте, который запускается по cron Выглядит так: если остановить сервис командой systemctl stop webcallserver или рестартовать его systemctl restart webcallserver данный скрипт успевает отработать, когда сервис еще не перешел в состояние active, и стартует...
  2. Max

    Странное поведение сервиса webcallserver

    Добрый день. Выглядит так, что один экземпляр java процесса уже запущен. Пожалуйста, остановите WCS командой systemctl stop webcallserver После этого убедитесь, что процесс остановлен: pgrep -afn com.flashphoner.server.Server Если есть активные проwtccs сервера, остановите их pkill -afn...
  3. Max

    I want realtime streaming from rtmp link.. 0 latency video

    Good day. Since build 5.2.1345 LL HLS can be used in the most of modern browsers. Please read details here: Low Latency HLS support
  4. Max

    HLS-LL

    Good day. Since build 5.2.1345 LL HLS can be used in the most of modern browsers. Please read details here: Low Latency HLS support
  5. Max

    Screen Share Stream poor Quality in Mixer

    Hello First of all try to play a single stream without Mixer and make sure this stream is playing properly. 1. Open Media Devices sample https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html 2. Set resolution 1920 x 1080 3. Click...
  6. Max

    Origin edge server setup

    cdn_enabled=true cdn_ip=172.xx.xxxx.xx cdn_nodes_resolve_ip=false cdn_role=origin Following properties added to edge server cdn_enabled=true cdn_ip=172.xx.xxxx.xx cdn_nodes_resolve_ip=false cdn_point_of_entry=172.xx.xxxx.xx cdn_role=edge Try to disable DNS resolving and use IP addresses...
  7. Max

    Origin edge server setup

    Please check if origin server and edge server can see each other by CDN signaling connections. Send REST API query /cdn/show_nodes both to origin and edge. If edge server cannot connect to origin server (there is no origin in edges connection list and vice versa), please check if CDN signaling...
  8. Max

    Origin edge server setup

    Yes, if you reset admins password in database.yml file, it will be applied only after WCS restart.
  9. Max

    Setup two new servers, wss connection is failed

    Please check if the stream can be played in the Player example from server1: https://server1.com:8444/client2/examples/demo/streaming/player/player.html If not, this seems like canvas streaming issue in latest Chromium. Please read this post for recommendations. Please check if secure...
  10. Max

    Canvas streaming issue - Android Chrome

    We tested a various Chromium based browsers. Unfortunately, some of them (Chrome, MS Edge) cannot encode video frames if hardare encoding acceleration is enabled. So stream cannot be published from canvas. There are two unresolved Chromium bugs...
  11. Max

    Capturing VOD from a file

    We do not provide ETA on forum tickets unless they are crictical and concern the most of customers. May be next month.
  12. Max

    Canvas streaming issue - Android Chrome

    Since WebSDK build 2.0.212 you do not need to use playFirstVideoMethod. Please try the Canvas Streaming example on demo server (see also Github source code). Please read details here: Video publishing and playback on mobile devices
  13. Max

    Canvas streaming issue - Android Chrome

    Good day. Seems like latest Chrome browser builds (104.0.5112.81 on desktop and 104.0.5112.69 on Androd) does not encode H264 frames properly when capturing from canvas. In desktop Chrome, you can switch to VP8 codec when publishing session.createStream({ name: streamName...
  14. Max

    Вылет Android SDK при попытке завершить стрим

    На Redmi Note 8T (и только на нем) воспроизводится deadlock при обработке события об изменении статуса датчика приближения. Из-за этого и возникает ANR. Работаем над этим в рамках тикета WCS-3568.
  15. Max

    Origin edge server setup

    The password is kept in the yml file: /usr/local/FlashphonerWebCallServer/conf/database.yml Example: admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true} Here 21232f297a57a5a743894a0e4a801fc3 = md5("admin") Therefore you can set any password and restart WCS...
  16. Max

    Setup two new servers, wss connection is failed

    Hello What do you mean? Please check out this page. The list of all available playback options. https://docs.flashphoner.com/display/WCS52EN/Playing+a+video+stream+from+the+server 1. WSS + WebRTC https://docs.flashphoner.com/display/WCS52EN/In+a+browser+via+WebRTC?src=contextnavpagetreemode...
  17. Max

    No access from other VLAN

    Good day. There is not any local firewall function in WCS itself. So you should to check ports avalability using netcat and tcpdump as described here: Port routing checking. But if you even cannot ping the server where WCS is installed, it is definitely either firewall or router (which connects...
  18. Max

    Вылет Android SDK при попытке завершить стрим

    По приведенному Вами стектрейсу нашли предполагаемый проблемный участок в коде, завели тикет WCS-3568. Сообщим здесь о готовности.
  19. Max

    Вылет Android SDK при попытке завершить стрим

    Добрый день. Проверьте, пожалуйста, воспроизводится ли проблема в примере streaming-min-debug.apk из архива сборки 1.1.0.57 на данном устройстве. Если нет, модифицируйте код примера Streaming-min минимально таким образом, чтобы проблема начала воспроизводиться, и пришлите код нам в архиве...
  20. Max

    Origin edge server setup

    Good day. Please use InstanceId as admin password in AWS environment curl -s http://169.254.169.254/latest/meta-data/instance-id CDN setup seems to be correct. But please read this doc about using public or private networks in CDN: Network traffic flow between CDN servers behind NAT
Top