Search results

  1. Max

    Live video streaming getting delay due to buffering

    Hello Please provide RTSP url. We will check. If URL is public you can post it right here. If URL is private you can send it using the report form What is the channel between RTSP source and server? Run on the host where RTSP source installed iperf3 -s -p 9999 Run on the host where WCS...
  2. Max

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

    Добрый день. Обычно так происходит, когда процессор не справляется с нагрузкой и не успевает кодировать стримы. Не успевать может как весь CPU, если стримов на сервере много, так и процессорное ядро, если стрим кодируется в большом разрешении, например Full HD 1920 x 1080. Поэтому нужно...
  3. Max

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

    Это похоже на баг сервера. Создали внутренний тикет WCS-3406. Отпишем по прогрессу. transcoding_video_decoding_load = ∑ width * height * fps Т.е. цифра (2758598400 / 1920 x 1080 x 30) = 44 Говорит о том, что на ваш сервер попадают 44 Full HD стрима или соответствующее количество стримов...
  4. Max

    Ghost session after WCS 5.2.1109 update

    Try this setting in flashphoner.properties: webrtc_pre_init=false The pre initializing was added in 5.2.1105 This looks like pre-initializing issue. https://docs.flashphoner.com/display/WCS52EN/Stream+recording#Streamrecording-Knownissues
  5. Max

    Turn off default page

    Hello Please check out this doc https://docs.flashphoner.com/display/WCS52EN/Before+moving+to+production Section (1) http_enable_paths=rest,action,shared,embed_player,empty Ports 8081 and 8444 are the same endpoint. 8081 - http, 8444 -https.
  6. Max

    OBS to RTMP Flashphoner to push/startup failed

    Hello rtmpUrl is incorrect Valid URL: rtmp://localhost:1935/live/stream123
  7. Max

    VOD to Live Stream

    Good day. You can publish a stream from VOD using REST API. Please read details here POST /rest-api/vod/startup HTTP/1.1 HOST: localhost:8081 content-type: application/json content-length: 83 { "uri":"vod-live://sample.mp4", "localStreamName": "test" }
  8. Max

    re publishing с query параметрами

    Добрый день. Протестировали автоматическую ретрансляцию потоков на RTMP сервер, в сборке 5.2.1110 добавили возможность указать параметры аутентификации rtmp_push_auto_start_url=rtmp://user:password@rtmp.server.com:1935/live На текущий момент этот функционал может использоваться для...
  9. Max

    I cannot play rtmp from one of my servers

    We checked your server. Seems like you've tried to update WCS to the latest build, but you've not stopped previous WCS process. Also, your server have 251 Gb RAM, and you've trying to launch WCS with Java Heap 220 Gb and Wowza with Java heap 200 Gb simultaneously. The sum 220 + 200 is more than...
  10. Max

    Не удаётся добавить поток в микшер с бэкграундом

    Добрый день. Скорее всего, проблема в том, что Вы пытаетесь добавить поток без видео: В этом случае фоновая картинка отрисовываться не будет, т.к. поток будет добавлен в микшер без видеосоставляющей. Для таких потоков можно управлять только цветом фона прямоугольника. Кроме того, обратите...
  11. Max

    No Updated Flasphoner for log4j?

    We also have tested the latest build 5.2.1109, and the vulnerability cannot be exploited, please see test results.
  12. Max

    No Updated Flasphoner for log4j?

    Good day. According to CVE description https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228 In case of WCS, an external attacker cannot control log messages or log message parameters because the only log configuration file is log4j.properties file which is placed in...
  13. Max

    I cannot play rtmp from one of my servers

    Please provide SSH access to your server and WCS dashboard access using this form.
  14. Max

    unable to mux webm

    Perhaps there were some recording fixes or media packets parsing fixes between the latest build and the biuld you've used. The changes may not affect webm container directly.
  15. Max

    iOS15.1.1 websocket issue

    Please look at those buugs description: https://bugs.webkit.org/show_bug.cgi?id=232381 https://bugs.webkit.org/show_bug.cgi?id=231505 The only 100% working solution is to use VP8 for publishing/playing. Another solution which AppRTC uses is to enable screen orientation support cvoExtension...
  16. Max

    I cannot play rtmp from one of my servers

    We checked your report. For futher reports, please use report.sh script to collect all files needed. Unfortunately, we do not see any playback tries for stream nat that you've marked as problem in report comments. Only publishing present in logs. Also, seems like this stream publishing is failed...
  17. Max

    Incoming voice issue on webrtc sip call

    We've tested SIP calls with our WCS instance and with your WCS instance of course. The problem you describe is not reproducing in our tests: audio quality looks good for both sides (calling from Phone Min example to Bria softphone), no delays, losses or dashes. Voice seems to be clear (and music...
  18. Max

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

    Добрый день. Мы сообщаем о текущем статусе здесь, в данном топике. Форум используется как публичный багтрекер. По тикету WCS-3379 промежуточные результаты пока такие: при выставлении targetSDK: 31 при сборке Android SDK и примеров публикация с камер работает, проблема воспроизводится только со...
  19. Max

    I cannot play rtmp from one of my servers

    Good day. Please provide more details: - what WCS build do you use? - how do you publish a stream which fails to play as RTMP? Please also reproduce the issue and collect a report as described here including a problem stream name, then send it using this form.
  20. Max

    unable to mux webm

    Good day. Have you updated WCS at this time? If yes, did rollback to previous version help? Please also clarify what WCS build do you use? Also please chaek if ffmpeg was updated. If there are no changes in software, seems like the problem is in stream published and recorded. If the problem is...
Top