Search results

  1. Max

    Live Stream getting freeze

    Good day. Please clarify the case: - what WCS build do you use? - how do you publish a stream: WebRTC, RTMP, captured RTSP or RTMP stream from other server? - how do you play the stream: via WebRTC, RTMP, HLS, RTSP? - what is the stream parameters: resolution, FPS, bitrate? - what is the stream...
  2. Max

    From web browser to Amazon ivs server

    Please check if you're using the latest WCS build from this page (5.2.882 for now) and update if not. Then, try to use RTMP (not RTMPS) entry point. Does it work? We will test it on our IVS channel, but it takes a time.
  3. Max

    Dynamic MCU mixer layout

    Yes. In this case, use the command kill `pidof java` to stop WCS process Then restart service as described above.
  4. Max

    strange case of MSE and the "Worker"

    In this case we recommend you to use WebRTC for playback if possible. It is supported in the latest builds of three main browsers: Chrome, Firefox on Windows/Linux/MacOS/Android and Safari on MacOS/iOS. And yes, in new MS Chromium Edge (not Legacy Edge) it also works. If the viewer uses some...
  5. Max

    Через 30-40 секунд звонок отключается

    Протестировали на нашем WCS сервере с вашим SIP аккаунтом. На сборке WCS 5.2.882 проблема с прерыванием звонка не подтверждается. Для дальнейшего анализа, пожалуйста, соберите логи WCS на момент совершения SIP звонка по этой инструкции. Отчет можно прислать с помощью приватной формы. Если со...
  6. Max

    From web browser to Amazon ivs server

    This is a common settings for Youtube, Facebook, Azure, AWS MediaLive and probably other RTMP endpoints. Please describe what exactly does not work for you. Please also provide RTMP endpoint URL using this private form (place RTMP URL to "RTSP" field) and playback endpoint if possible, we will...
  7. Max

    Delayed calls without human action

    This is probably from cdr.log file. This means the WCS server was stopped or restarted manually while client session was established.
  8. Max

    WebRTC: Have to push switch button twice when starting a stream with the rear camera since WebSDK 0.5.28.2753.150

    Good day. Please check if the issue is reproducing in Media Devices example. If yes, please clarify the following: - phone model - phone OS version - browser version If the problem is reproducing in your code only, please check if you invoke the following function...
  9. Max

    Dynamic MCU mixer layout

    We've checked your server. Seems like server is updated normally, but the previous build 5.2.874 is running from root. So it should be stopped manually cd /usr/local/FlashphonerWebCallServer/bin ./webcallserver stop Then, it can be started as service from user flashphoner systemctl restart...
  10. Max

    Логгирование событий веб приложения на сервер Flashphoner

    Добрый день. Скорее всего причина в том, что поддержка WebRTC в браузере Tizen заявлена только частично Поэтому рассмотрите, пожалуйста, использование HLS для проигрывания в этом браузере. Да, можно, но событие должно быть залогировано через Web SDK логгер, например // Call Web SDK...
  11. Max

    strange case of MSE and the "Worker"

    WSPlayer is obsolete an not supported now. This technolofy is intended to use in old iOS Safari versions which not support WebRTC yet. Also, WSPlayer requires stream transcoding on server and increases server CPU and memory load. Please consider migration to WebRTC and (if you still have...
  12. Max

    Dynamic MCU mixer layout

    There seems to be two different issues here: 1. Update problem. To check this, please provide us SSH access to the server using this private form, we will check. 2. Custom layout build problem. We raised the ticket WCS-3055 to fix this, and let you know results here.
  13. Max

    Hardware requirements for 8 Chat rooms (2 party each) simultaneous

    Please clarify: the service is starting, but displayed as failed, or not starting at all? If service is started, but shows failed state with exit code 143, this known issue is already fixed in latest build 5.2.882, please update and check. If service is not starting, please try to comment User...
  14. Max

    Через 30-40 секунд звонок отключается

    Добрый день! К сожалению, в вашем сообщении мало информации для того, чтобы понять причину завершения звонка. Пожалуйста, опишите вашу задачу подробнее, что бы могли вам помочь. Расскажите, как именно вы тестировали, какие браузеры, какие OC использовались? Проявляется ли проблема при...
  15. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Фикс уже на предварительном тестировании
  16. Max

    Восстановить запись

    Добрый день. В дальнейшем просим отправлять логи из той темы, которая имеет отношение к этим логам. В идеале, под новую проблему или вопрос должна быть создана новая тема, к которой и привязаны все отправляемые материалы. К сожалению, одного только краш-лога в данном случае недостаточно, чтобы...
  17. Max

    Dynamic MCU mixer layout

    You can install any version. It will be downgraded or upgraded depends on current version number. 1. Download. 2. Unzip. 3. Run ./install.sh https://flashphoner.com/download Releases https://docs.flashphoner.com/display/WCS52EN/Release+notes Make sure you stop server before updating. service...
  18. Max

    Unexpected server crashes

    Hello Check tail -n 1000 /var/log/messages Server process can be killed by Out Of Memory error if not enough physical RAM on the server. In such a case server will be terminated by Linux system without any crash logs.
  19. Max

    Disable demo user in script launch template AWS

    You can use REST hooks to hide a real stream name from end users. You should implement /playStream hook and change a stream name passed in URL to real. Please read here about stream renaming. See also step by step REST hook /connect implementation example
  20. Max

    Dynamic MCU mixer layout

    Please check if client debug logging is enabled, if yes, disable it by commenting the following line in flashphoner.properties file client_log_level=debug If this is production server, we recommend also to disable clien logs at all enable_extended_logging=false and decrease server log output in...
Top