Search results

  1. Max

    Комплексные неполадки при трансляции

    По логам, видим проблемы с исходным потоком (публикация на origin): - периодические задержки при обработке входящих пакетов (от 1.5 до 5 секунд); - ближе к середине сессии резкий скачок последовательности порядковых номеров пакетов (sequence number), как будто был пропуск нескольких пакетов Как...
  2. Max

    webrtc-as-rtmp-re-publishing-not-working

    We checked the server. First, you've not set the parameters recommended above: rtmp_transponder_full_url=true rtmp_transponder_stream_name_prefix= rtmp_flash_ver_subscriber=LNX 76.219.189.0 rtmp_transponder_send_metadata=true These parameters cover the most of RTMP ingest points (Youtube, FB...
  3. Max

    How to get real-time stat information of conference

    Good day. Under the hoods, there is no any room on server if you're using RoomApi. A room is not an object. We just added some signaling to an usual WebRTC publishing and playback. That's what we call RoomApi. But you can use streams statistics http://wcs:8081/?action=stat&groups=streams_stats...
  4. Max

    Трансляция экрана телефона в браузер

    Пожалуйста, уточните, как именно Вы развернули сервер: на внешнем облаке (AWS, DO, Yandex.Cloud...) или у себя в локальной сети? Во втором случае, доступен ли сервер из внешней сети? Также уточните, что именно понимается под недоступностью: не можете подключиться по SSH, не можете открыть web...
  5. Max

    Poor video quality in mixer output

    Private key file content should look like this: -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- Please check if your file certificate.pem that you've uploaded as private key, is a private key file. If yes, and yo still can not import certificates, please provide the...
  6. Max

    webrtc-as-rtmp-re-publishing-not-working

    Good day. Please set the following parameters in flashphoner.properties file rtmp_transponder_full_url=true rtmp_transponder_stream_name_prefix= rtmp_flash_ver_subscriber=LNX 76.219.189.0 rtmp_transponder_send_metadata=true and restart WCS. If stream republishing to Facebook still don't work...
  7. Max

    Трансляция экрана телефона в браузер

    Проверьте, не упал ли ключ в спам. Если нет, напишите в sales@flashphoner.com. Все вопросы по получению и продлению тестовых лицензий лучше задавать там, здесь форум технической поддержки.
  8. Max

    Poor video quality in mixer output

    Hello The certificate file is not enough. You need Private Key file too. Docs https://docs.flashphoner.com/display/WCS52EN/Websocket+SSL
  9. Max

    Помощь в реализации видеосвязи на Android

    Воспроизводится ли проблема в приложении streaming-min-debug.apk из архива сборки 1.1.0.57? Если да, то проверьте метрики публикации, а именно VIDEO_FPS, VIDEO_NACK, VIDEO_LOST. Если последние два счетчика растут, это говорит о потерях на канале, и необходимо переключаться на TCP транспорт...
  10. Max

    Poor video quality in mixer output

    In this case, every participant must publish 1 stream and play 9 streams. Suppose you publish 720p with bitrate 2 Mbps. In this case, every participant must have a channel 2 * 10 = 20 Mbps without packet loss. To reduce the channel load, we recommend MCU mixer. Thi feature requires a lot of...
  11. Max

    Запись кастомизированных на клиенте теплейтов

    Есть еще один вариант: отрисовывать все, что нужно, на HTML5 Canvas и транслировать его. Однако рендеринг на канвасе в большом разрешении требует значительных ресурсов от браузера, а также требует, чтобы вкладка, в которой обновляется канвас, всегда была на переднем плане: в фоновой вкладке...
  12. Max

    Запись кастомизированных на клиенте теплейтов

    Темплейт - это HTML код, который содержит несколько <video> элементов, в которых может играть какой-угодно контент. Самый простой вариант записать весь этот контент - транслировать на сервер всю вкладку или окно браузера, в котором размещается этот контент. Т.е. вся вкладка транслируется как...
  13. Max

    RTSP stream failed

    No. Your RTSP server says: a=rtpmap:98 H264/1000 WCS supports a=rtpmap:98 H264/90000 90000 means clock rate. 90k samples per second. 90k samples will be sent per second. It is measure of packetization. Default clock rate is 90000 and this clock rate is supported in the most of applications...
  14. Max

    Remove support for arm64 (VALID_ARCHS) to run on M1 mac models

    Now we're working on WebRTC library update in ticket WCS-3485 (low publish FPS in iOS 15.4.1 and 15.5). In this ticket, we also plan to resolve an embedded frameworks issue. Then, we plan to move all our frameworks (Objective C, Swift and modified WebRTC) to Cocoapods.
  15. Max

    RTSP stream failed

    We checked your report. Seems like the RTSP source does not support H264 codec with 90000 Hz sample rate: We see the following message in server log 10:22:15,704 ERROR MediaHandler - pool-50-thread-1 No supported codecs found! Here is the example of SDP form RTSP source supporting the...
  16. Max

    RTSP stream failed

    Good day. First, to play via unsecure connection, you must disable WebRTC switch, click Test button and then play the stream Also, seems like your stream can not be connected
  17. Max

    Permission issue when launching WCS service

    Hello You can't simply change port 8081 Please check this post https://forum.flashphoner.com/threads/wcs-service-getting-failed.14220/post-31314 If you do not change defaultApp URL via CLI, it won't work. >we have tried to change this port flashphoner properties config file and defined 1964...
  18. Max

    Poor video quality in mixer output

    Hello Make sure simple streams publishing and playing without issues https://demo.flashphoner.com/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html This is MediaDevices sample. You can open the same sample on your host. Here you can publish and play stream on the...
  19. Max

    After upgrading flashphoner can't get it to work

    That's because systemctl can't find the pid file to monitor. This is not the error, but if you prefer to fix this, do the following: 1. Open the file /etc/systemd/system/webcallserver.service sudo nano /etc/systemd/system/webcallserver.service 2. Change the parameter...
  20. Max

    Комплексные неполадки при трансляции

    В последнем предоставленном Вами рапорте на поток, указанный, как проблемный 7446jg7PQNcq9PddKG4, успел подписаться только один edge edge1, причем логи с него относятся к более раннему времени (7:00-7:59, а проблемный поток публиковался в 8:32-8:43 по времени из логов origin). Поэтому все, что...
Top