Search results

  1. Max

    Android SDK стрим идет, картинки нет

    Добрый день. В сборке Android SDK 1.1.0.55 подняли targetSdk до 31, что привело к изменениям в инструкции по сборке при помощи Gradle Сборка примеров с помощью Gradle. Однако, проблема оказалась не в этом, а в том, что захват экрана на Android 10 и выше требует создания foreground service...
  2. Max

    connection establishment problem

    Good day. Please reproduce the issue, then collect a report as described here using reposrt.sh script. Send the report archive using this form.
  3. Max

    Queries Regarding Green Screen

    Could you please provide bit more information related the "Green Screen" feature. Not clear for now. You can use Mixer background as PNG https://docs.flashphoner.com/display/WCS52EN/Stream+mixer#Streammixer-Mixerbackgroundmanagementandwatermarking
  4. Max

    Snapshot timeout

    Good day. We added a maximum snapshot taking duration configuration in build 5.2.1116, by default 30 attempts to check if snapshot file is ready will be performed during 3000 ms snapshot_taking_interval_ms=3000 snapshot_taking_attempts=30 You can expand this interval if CPU or disk I/O is not...
  5. Max

    https//:localhost:8444/ not opening

    Seems like you've applied certificate from a different domain: You've imported SSL certificate for domain *.ae, but WCS responds on domain *.com. So you should either import certificate *.com for WCS domain or move domain *.ae to WCS instance.
  6. Max

    https//:localhost:8444/ not opening

    Please check if you opening a page using domain name for whiccertificate was imported. When opening the same page by IP address Chrome will display it as unsecure. If you're using domain name, and problem still persists, please provide SSH access to the server using this form
  7. Max

    Изменение ws.port через flashphoner.properties

    Также обращаем внимание, что сервер не сконфигурирован в данный момент для серьезных нагрузок. Здесь список настроек, которые необходимо применить перед выходом в production: https://docs.flashphoner.com/pages/viewpage.action?pageId=23036804 Наиболее важные из них: 3, 6, 8, 11, 12 Самые...
  8. Max

    Изменение ws.port через flashphoner.properties

    Да, так и есть. Изменения порта были не в том файле. Внесите изменения в файл /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties и выполните рестарт service webcallserver restart После этого все должно заработать.
  9. Max

    Изменение ws.port через flashphoner.properties

    Есть такая часто встречаемая ошибка установки, когда копируют каталог сервера в какую-то папку, например в /tmp и далее запускают ./install.sh скрипт, который копирует файлы уже в правильную локацию: /usr/local/FlashphonerWebCallServer Убедитесь, что вы редактируете конфиг...
  10. Max

    Изменение ws.port через flashphoner.properties

    Здравствуйте. Пришлите пожалуйста SSH доступ к серверу через эту форму. Проверим.
  11. Max

    VOD to Live Stream

    Good day. Please collect a report as described here using report.sh script and send it using this form.
  12. Max

    VideoProcessor - VideoProcessor Encoding fails to keep up with decoding and decoder coded video frames queue

    Если производительности транскодеров теперь хватает (а ее должно хватать, раз не растут очереди декодирования, т.е. процессорные ядра загружены более-менее равномерно и успевают закодировать картинки потоков), то проблема может быть с качеством каналов публикации входящих потоков. В статистике...
  13. Max

    I want to know about minimum requirement for Flashphoner client side

    Hello There is no minimal requirements. We support latest browser releases with a small tail (few versions back). Older browsers may work or not work properly. Every major browser release may contain a tweak or fix changing behavior of previous versions. That's why we recommend latest browser...
  14. Max

    RTSP Stream failed

    Good day. Your camera sends H265 codec WCS does not support this codec yet. There is the ticket WCS-3106 about it. We let you know when H265 support will be implemented. As workaround, use H264 instead.
  15. Max

    how to achieve CanvasStreaming to 1080p

    Each participants stream is playing in video tag (because it's a usual stream). See Conference example source code: participant.getStreams()[0].play(document.getElementById(pDisplay)).on(STREAM_STATUS.PLAYING, function (playingStream) {...
  16. Max

    Live video streaming getting delay due to buffering

    We tried to pcapture a stream from the RTSP URL you've sent. Unfortunately, connection is not establishing: Seems like the camera is in private network. Please provide a public RTSP URL for the camera, or provide SSH access to WCS server which can connect to the camera using this form.
  17. Max

    VideoProcessor - VideoProcessor Encoding fails to keep up with decoding and decoder coded video frames queue

    Если периодический рост очередей декодинга сохранился, это значит, что проблема не решена до конца. Если Вы выполнили все рекомендации из этого поста, значит, необходимо далее снижать нагрузку на этот сервер, например, до 60 энкодеров. Мы успешно тестировали транскодинг на Intel Xeon, но...
  18. Max

    how to achieve CanvasStreaming to 1080p

    If you're using RoomApi, you should use Room.publish() function to create stream in room. You can set all the stream option needed. Please read Conference example description and check out the example code on GitHub.
  19. Max

    Фон бэкграунда для публиукемого потока.

    Нет. Нужно сгенерировать набор *.mix и *.desktopmix описателей для этого микшера на нужные количества участников, а затем создать микшер. В имени входящего потока у Вас всегда есть статичная часть, соответствующая имени микшера, значит, для потоков участников можно использовать шаблоны имен...
  20. Max

    StatProvider - com.flashphoner.cdn.node.CDNNodes Error while get stat transcoding_video_decoding_load java.lang.NumberFormatException

    В сборке 5.2.1115 исправлена аналогичная проблема, которая могла проявляться при большом количестве кодируемых стримов и высоких значениях transcoding_video_encoding_load
Top