Search results

  1. Max

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

    Option 2. rtmp_transponder_full_url=true The setting will force you specify FULL RTMP URL including stream key Therefore you set the full URL and it is woking as you can see on the screenshot: rtmp://a.rtmp.youtube.com/live2/2j0t-w4q7-6a52-achy-6tkx
  2. Max

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

    This is how it works: 1. Publish stream, i.e. 95ea 2. Set JSON body { "streamName": "95ea", "rtmpUrl": "rtmp://a.rtmp.youtube.com/live2/2j0t-w4q7-6a52-achy-6tkx" } 3. Send request to http://IP:8081/rest-api/push/startup 4. Receive response 200 OK...
  3. Max

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

    Please provide RTMP URL and stream key to republish to Youtube using this form Make sure that stream is publishing correctly from ffmpeg or OBS.
  4. Max

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

    The settings are required for RTMP republishing to work. Perhaps that's why Youtube does not work. We already checked (see above), and Facebook server closes the connection both from WCS and ffmpeg with Invalid URL message. Please check if ffmpeg or OBS can publish an RTMP stream to Facebook...
  5. Max

    Stream don't work on motorola moto g power

    Good day. The log contains "info" : "Failed by ICE timeout". The message means DTLS/ICE connection is not established between client and server. That usually happpens when media UDP ports (31001-32000/udp by default) is closed, so client can't connect to these ports to send or receive media...
  6. Max

    on_record_hook script taking too long

    Good day. Please set the following parameter to limit the waiting time (for example, 15 seconds) record_stop_timeout=15 Yes, if client receive UNPUBLISHED event before a recording file is saved to disk, stream.getRecordInfo() method will return null.
  7. Max

    Poor video quality in mixer output

    We checked yor certificate files. As we supposed above, certificate.pem des not contain a private key, but publick key and certificate only: You should get a private key file from your SSL certificate provider. You can't import a certificate without it.
  8. Max

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

    По логам, видим проблемы с исходным потоком (публикация на origin): - периодические задержки при обработке входящих пакетов (от 1.5 до 5 секунд); - ближе к середине сессии резкий скачок последовательности порядковых номеров пакетов (sequence number), как будто был пропуск нескольких пакетов Как...
  9. 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...
  10. 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...
  11. Max

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

    Пожалуйста, уточните, как именно Вы развернули сервер: на внешнем облаке (AWS, DO, Yandex.Cloud...) или у себя в локальной сети? Во втором случае, доступен ли сервер из внешней сети? Также уточните, что именно понимается под недоступностью: не можете подключиться по SSH, не можете открыть web...
  12. 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...
  13. 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...
  14. Max

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

    Проверьте, не упал ли ключ в спам. Если нет, напишите в sales@flashphoner.com. Все вопросы по получению и продлению тестовых лицензий лучше задавать там, здесь форум технической поддержки.
  15. 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
  16. Max

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

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

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

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

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

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