Search results

  1. Max

    WCS Service getting failed

    Hello 1. It seems you have permission issues Try before starting: cd /usr/local/FlashphonerWebCallServer/bin sudo ./webcallserver set-permissions 2. Make sure port 8081 is listening and not bound by another software netstat -nlp | grep 8081 3. Make sure port 8081 is available from...
  2. Max

    Ghost session after WCS 5.2.1109 update

    Good day. We reproduced the issue and raised the ticket WCS-3481. You have two options to workaround: 1. This session does not affect the server functions, so you can use the latest build 2. Or, if this concerns you, please downgrade to 5.2.1141.
  3. Max

    WebCallServer service not able to run in Redhat 8.5

    Good day. Please collect a report as described here and send using this form. If you cannot collect a report, please provide SSH access to the server using this form.
  4. Max

    Рассинхрон аудио/видео и фризы

    Добрый день. Выглядит так, что проблема в канале между публикующим клиентом и Origin сервером. По логам, для потоков, публикуемых в указанное время, видны большие интервалы между ключевыми кадрами (до нескольких минут), также есть исключения при получении TCP пакетов. Скорее всего, не хватает...
  5. Max

    Video freeze

    Please check /usr/local/FlashphonerWebCallServer/logs/startup.log file. If there is permission error, fix permissions sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver set-permissions then restart WCS sudo systemctl restart webcallserver If nothing helps, provide SSH access to the...
  6. Max

    Live stream OBS -> flashphoner -> twitch not working.

    We checked the report. The problem is not reproducing with your /push/startup request parameters in the latest WCS build 5.2.1190: POST /rest-api/push/startup HTTP/1.1 Host: localhost:9091 Content-Type: application/json Content-Length: 154 {...
  7. Max

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

    Добрый день. Транслировать экран телефона можно только из нативного приложения под соответствующую платформу. Посмотрите описания примеров для Android SDK Android Screen sharing и iOS SDK iOS Screen Capturer Swift.
  8. Max

    Hardware accelerated decoding on chrome on Windows?

    Good day. Probably, yes. Please check if hardware acceleration is enabled in browser settings. If yes, and software decoding still used, it means either Chrome on Windows 7 does not support hardware acceleration any more or it is not supported for hardware configuration you're using in tests.
  9. Max

    Video freeze

    Seems like you've removed WCS.version file occasionally. In this case, you can upgrade the instance by installing a new version over the old one: Updating 5.1 to 5.2 or one 5.2 build to another
  10. Max

    Using flashphoner mixer if participant rejoin meeting , than the rtmp livefeed cannot see rejoined participant

    Unfortunately, the logs you've provided contains no stream publising and no /mixer/startup or /mixer/add calls. So the logs have no any useful information to detect the issue. Please collect the report exactly as described in this doc: Collect debug logs and traffic dump 1. Enable client debug...
  11. Max

    Live stream OBS -> flashphoner -> twitch not working.

    Unfortunately, the logs you've provided contains no stream publising (via RTMP or WebRTC) and no /push/startup call. So the logs have no any useful information to detect the issue. Please collect the report exactly as described in this doc: Collect debug logs and traffic dump 1. Enable client...
  12. Max

    Using flashphoner mixer if participant rejoin meeting , than the rtmp livefeed cannot see rejoined participant

    Good day. Please make sure the participants stream is shown in mixer output stream playing it as WebRTC directly from server. Please also check if the participant stream is correctly added to the mixer: /mixer/add query should return 200 OK. If above seems to be correct, please collect a report...
  13. Max

    Permission issue when launching WCS service

    Please provide SSH access to the server using this form.
  14. Max

    Remote bandwidth event

    Good day. Please read this doc: Publisher and player channel quality control
  15. Max

    Live stream OBS -> flashphoner -> twitch not working.

    Good day. First, please make sure the stream is published on WCS using /stream/find REST API query: /stream/find Then, please make sure you've set server parameters as described here: Periscope and Twitch If all seems to be correct. please collect a report as described here and send using this form.
  16. Max

    Android app freeze on some devices after stop stream

    Воспроизводится ли та же проблема в примере streaming-min-debug.apk на данном аппарате?
  17. Max

    Android app freeze on some devices after stop stream

    Также уточните: 1. Версию MIUI и версию Android на данном аппарате 2. Воспроизводится ли проблема с 2sessions-debug.apk из архива сборки 1.1.0.57 с подключением к demo.flashphoner.com (сборка WCS 5.2.1170)?
  18. Max

    Android app freeze on some devices after stop stream

    По данному сценарию проблема не воспроизводится на Xiaomi Redmi 9 (MIUI 12.5.4, Android 11). Уточните, пожалуйста. все модели телефонов, на которых это воспроизводится.
  19. Max

    Issue with Custom WebSocket Port on WCS 5.2.1181

    Good day. If you need to use any privileged ports (0-1000) in latest WCS builds, please set WCS to start as root by changing the following parameter in /usr/local/FlashphonerWebCallServer/bin/setenv.sh from WCS_NON_ROOT=true to WCS_NON_ROOT=false and restart WCS.
  20. Max

    After stream recording, the video rotates 270 degrees

    We recommend to update to the latest build 5.2.1181 if you're using VOD, because there was S3 VOD playback regression fixed after 5.2.1165.
Top