Search results

  1. Max

    Unreponsive due to high CPU usage

    Hello 1. Make sure jstack utility is reachable and works: jstack PID > PID.txt Here PID - is a pid of WCS process 2. Make sure jmap utility is reachable jmap 3. If you encounter the issue again, please do the report sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo...
  2. Max

    Unreponsive due to high CPU usage

    Good day. The default Java heap settings is for testing purposes only, they are not supposed to be used under high load. Perhaps you change it when moving the server to production. We can't set it automatically because use cases are different. Someone can deploy an additional software on the...
  3. Max

    Multi-stream recording issue

    We tested report sending via Report, it works now. This is an expected behavior: multiple recorder must be started and stopped by REST API because it never knows when a stream will be added or removed from it. You should review your backend flow to stop multirecorder when room is closed. We...
  4. Max

    Multi-stream recording issue

    Hello If you have any issues with the private form, please send directly to support@flashphoner.com and add forum thread link into your message
  5. Max

    Проблемы с конвертацией из webm в mp4 и c сохранением записи стрима.

    Здравствуйте record_stop_timeout = 15 Все инциденты связанные с несохранением стрима на сервере, связаны с этой настройкой. Попробуйте поднять значение до 60 секунд record_stop_timeout =60 в конфиге flashphoner.properties
  6. Max

    SSL и Android

    Если сертификат покупался у провайдера из РФ, там может использоваться корневой сертификат, которого нет в списке Certificate Store на уровне системы Android. Проверьте, могут ли пользователи установить WSS соединение с тех же Android устройств из браузера. Если нет, то проблема в корневом...
  7. Max

    Кодек WebRTC

    Пожалуйста, установите настройки, указанные в этом сообщении, как показано в нем. Остальные настройки можно оставить без изменения.
  8. Max

    Multi-stream recording issue

    We checked the report. In the logs provided, there are no any multiple recordings, but single stream recodings only, and all of them seems to be successful. So the problem seems to be not reproduced during the last 3 hours (logs collection time by default). In the ticket WCS-4053 scope, we plan...
  9. Max

    Multi-stream recording issue

    We raised the ticket WCS-4053. Please reproduce the problem, collect a report Getting logs with report.sh script and send using this form.
  10. Max

    AT&T 4G/5G fails

    Good day. Please collect a debug logs and traffic dump on the server: Collect debug logs and traffic dump. You must reproduce the problem while collecting a traffic dump. Then, collect a report archive: Getting logs with report.sh script, add the traffic dump file and send using this form.
  11. Max

    Multi-stream recording issue

    Good day. Unfortunately, you cannot fix this file. The file contains a recording data without header, so the header cannot be formed manually. Seems like there was no free disk space to save mp4 file. But the latest WCS builds can control the disk space and stop recording correctly in this case...
  12. Max

    Проблемы с конвертацией из webm в mp4 и c сохранением записи стрима.

    Добрый день. Просим в дальнейшем упоминать об отправке логов в этой теме. Проанализировали присланные логи. Во всех случаях вероятная причина отсутствия записи - отсутствие медиааданных в потоке, либо потери медиаданных (ключевых фреймов): 144423-2917_08228150-b941-4daf-90cd-1bac438e6742: от...
  13. Max

    WCS перестает работать

    Собрать дамп памяти можно тем же скриптом, что и логи sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo --conf --dump --tar
  14. Max

    WCS перестает работать

    Здравствуйте. В логах проблема: server_logs/flashphoner.log 06:00:25,770 Caused by: java.lang.OutOfMemoryError: Java heap space Это значит не хватает Java Heap - памяти. В случае появления ошибки java.lang.OutOfMemoryError, сервер переходит в непредсказуемое поведение и должен быть...
  15. Max

    unstable Mixer recording

    Hello Try the following settings: mixer_in_buffering_ms = 2000 mixer_incoming_time_rate_lower_threshold = 0.8 mixer_incoming_time_rate_upper_threshold = 1.2 It should improve quality of mixer output. What is your WCS version and settings flashphoner.properties? Please make the report (using...
  16. Max

    Encrypted SSL

    Hello No updates for now. Will be scheduled by internal priorities.
  17. Max

    Encrypting the Stream URL when using Embed player

    Good day. If you want to hide the RTSP stream URL from clients, you have two possible ways: 1. (Simpler) Use REST API to capture RTSP stream to server: /rtsp/startup POST /rest-api/rtsp/startup HTTP/1.1 Host: 192.168.1.101:8081 Content-Length: 56 Content-Type: application/json { "uri"...
  18. Max

    IOS loudspeaker to Phonemin

    Good day. You can use setLoudSpeakerStatus method for streams only: @IBAction func loudSpeakerChanged(_ sender: Any) { do { try playStream?.setLoudspeakerStatus(loudSpeaker.isOn); } catch { print(error); } } The feature is not supported...
  19. Max

    [SIP Call] inbound voice 3-4sec delay

    Hello Fixed in version 5.2.1910 Please update https://docs.flashphoner.com/static/WCS52/WCS_5.2_release_notes/#wcs_52_release_notes
  20. Max

    [SIP Call] inbound voice 3-4sec delay

    We're looking for a possible fix. Please be patient.
Top