Search results

  1. Max

    Микширование видеопотока и аудио

    Такая возможность не реализована на основе микшера. Можно попробовать реализовать с помощью WebSDK, т.е. не на стороне сервера, а на стороне клиента. Например, На стороне сервера публикуются два потока stream1 и stream2, которые добавляются к микшеру. Выходной поток микшера – mixedStream ...
  2. Max

    Android screen capture problem

    Good day. Thank you for good job. We raised the ticket WCS-2880 to update Android SDK documentation.
  3. Max

    REST - Starting call with hasAudio false still uses sendrecv in SDP causing call to timeout

    Hello, The SIP session timer value can be increased with this setting in flashphoner.properties (the value is in seconds): sip_force_session_expires=1800
  4. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    We repeated your test using our AWS EC2 instance as pulling server. We pulled 400 streams. There is a massive packet losses while playing control stream (21%) This is the channel issue. Your screenshot above shows 2% packet losses that is also too big. Please check channel bandwidth between...
  5. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    We checked the server. It seems like you used CMS garbage collector during the test, Full GC every 3-4 seconds make Java VM really slow. Please install JDK 12 and set up ZGC garbage collector as described here. Hugepages setup (p. 6) can be skipped to simplify, in this case you can omit...
  6. Max

    FlashPhoner Web Browser compatibility

    Probably, no. We are working on Low latency HLS (LHLS) implementation, but this thecnology is supported on iOS devices only. Yes, it is possible. We have successful CDN deployment experience for 4K VR streaming with HLS playback.
  7. Max

    Streaming monitoring

    Hi, The document you read is from a previous version of WCS. The web interface of the current stable version does not have such functionality. But there are other ways to implement monitoring: - WCS supports realtime stream publishing and playing parameters monitoring with REST API - WCS can...
  8. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    We received SSH credentials. Unfortunally, we do not see you email to reply to, so please send a request for our whitelisted IP address to support@flashphoner.com
  9. Max

    Recording

    Hello Actually you have 3 streams: 1 audio+video and 2 audio only. You have to add all streams into the Mixer using REST API /mixer/add Once you have a mixed stream, i.e. stream1_mixed, you can record this stream using recording REST API /recorder/startup Mixer functions...
  10. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    Please update to build 5.2.760, it contains the fix to reduce CPU load average while publishing RTMP streams to the server. If result remains the same, please provide SSH access to the server you test using this link, we will check.
  11. Max

    ICE Timeout on AWS Marketplace AMI

    Ok, we will check.
  12. Max

    NPM пакет для Web SDK

    Добрый день. В сборке WebSDK 0.5.28.2753.146 (тэг на GitHub 4d10b9d) перечисленные проблемы исправлены, есть возможность собрать только webrtc (и другие пакеты с ограниченным функционалом), не скачивая исходные тексты FlexSDK. Над продвижением в NPM репозиторий по-прежнему работаем в тикете...
  13. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    Please set up bandwidth control on edge server you test outbound_video_rate_stat_send_interval=1 and play the control stream using Media Devices example (Play section) as described here. You'll see effective bandwidth quality for playing stream in client browser. For example, the test occupied...
  14. Max

    Ссылка на записанное видео и демо страницы

    Добрый день! Такое поведение демо примеров связано с отключением (или удалением) учетной записи Demo. Пожалуйста, проверьте в файле database.yml в секции "users" значение параметра "active" для пользователя demo. (false - пользователь отключен, true - пользователь включен.) Что бы скачивать...
  15. Max

    ICE Timeout on AWS Marketplace AMI

    This will not work properly in production. TURN server usage requires 2 ports to be forwarded simultaneously to the same instance behind the load balancer: WSS port (8443 for example) and TURN server port (3478 for example). But those are different entry points at load balancer point, so it can...
  16. Max

    init

    Для пользователя от имени которого вы запускаете установку нет прав на запись в каталог /usr/local Попробуйте запустить скрипт с повышением прав: sudo ./install Извините за задержку ответа. У нас рабочее время 10:00-20:00 GMT + 3 с понедельника по пятницу.
  17. Max

    How to run ASG on Ec2 spec with more than recommended C4.large?

    For high load, it is recommended to use ZGC because it comsumes less CPU comparing to CMS. Maximum open files limit should be set to 100000 You results can be explained simply: - on t2.small and c4.large servers the bottleneck is CPU - on c4.xlarge and c4.2xlarge servers the bottleneck is...
  18. Max

    Failed by ICE timeout

    You can (and should) attach domain name to static IPv4 address. You can just leave those settings default if you have not set them earlier.
  19. Max

    init

    Что бы определить IP адрес вашего сервера, зайдите на него по SSH и наберите в консоли команду ifconfig в параметре inet будет ваш IP адрес. в коде скрипта тогда нужно будет указать urlServer: "wss://ваш.IP.адрес:8443"
  20. Max

    init

    Пожалуйста, попробуйте указать в параметре urlServer WSS адрес вашего WCS сервера. Например: urlServer: "wss://172.16.30.124:8443"
Top