Search results

  1. Max

    Incoming SIP INVITEs fail with "SipUserAgent not found" due to Contact username suffix mismatch

    WCS supports incoming SIP INVITE for this case only: Republishing incoming SIP call to a stream Did you set up the SIP trunk both on WCS and PBX sides to accept incoming SIP calls properly?
  2. Max

    Incoming SIP INVITEs fail with "SipUserAgent not found" due to Contact username suffix mismatch

    Good day. Therea are no such parameters in flashphoner.properties file. Please try the option sip_add_contact_id=false
  3. Max

    Retrieve license key

    Hello sales@flashphoner.com please
  4. Max

    Issue when wss port changed to 8442

    Good day. We can't reproduce the issue on the latest WCS build 5.3.373. Please update and check. If the problem still persists, collect a report as described and send using this form.
  5. Max

    not able to add text watermarking in stream

    Good day. Since build 5.2.2244, a text watermark may be applied to transcoded stream when creating transcoder using REST API POST /rest-api/transcoder/startup HTTP/1.1 Host: localhost:8081 Content-Type: application/json { "uri": "transcoder://tcode1", "remoteStreamName": "test"...
  6. Max

    Question About Flashphoner WCS Information Exposure

    Good day. You should use secure Websocket (wss) connection between clients and nginx. That is enough because HTTPS traffic may be intercepted (in theory), but can not be unciphered by attacker. Yes. All the signaling messages between client and server go through Websocket The Websocket...
  7. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    Проблема с кодом возврата REST API запроса /stream/find_all исправлена в сборке 5.3.366.
  8. Max

    WebSDK: createStream constraints: allow objects

    Good day. This is already possible: Picture parameters management For example: function publishStream() { var session = Flashphoner.getSessions()[0]; var streamName = $('#publishStream').val(); session.createStream({ name: streamName, display: localVideo...
  9. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    Воспроизвели эту проблему, создали тикет WCS-4917
  10. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    Добрый день. Проблема исправлена в сборке 5.3.351.
  11. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    Воспроизвели проблему, создали тикет WCS-4905 для ее решения
  12. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    К сожалению, нам не удается воспроизвести проблему в нашем тестовом окружении с настройками из репорта. Также проблема не воспроизводится на инстансе в Yandex.Cloud: AlmaLinux 8, openjdk version "21.0.10" 2026-01-20 LTS (установлен из репозиториев системы), WCS 5.3.347. Просим предоставить...
  13. Max

    Webcallserver ломается где-то между версией 5.3.230 и 5.3.328

    Добрый день. Соберите, пожалуйста, полный отчет с настройками сервера без каких-либо изменений в файлах, и отправьте через форму, либо предоставьте SSH доступы к серверу через эту форму.
  14. Max

    Unknown server message getVersion

    Добрый день. В сборке WebSDK 2.0.281 добавлена обработка сообщения getVersion и метод для получения версии сервера на стороне клиента после установки соединения: Получение версии WCS сервера на стороне клиента
  15. Max

    real-time live streaming using WebRTC

    Good day. WebCallServer allows you to deploy a scalable dynamic CDN for low latency WebRTC streaming. Please look at the description, the article with step by step configuration example, the technical docs.
  16. Max

    Flashphoner http.port change to 8083 does not update RoomApp REST calls (still uses 8081)

    Please check database.yml Here you can find url like: http://localhost:8081/apps/RoomApp You have to edit this URL
  17. Max

    Flashphoner service stops

    Good day. We checked the report. If you're using a custom AWS image, please use Amazon Linux 2023 or Ubuntu 22.04 or 24.04 as base OS with OpenJDK 21. If you're using Flashphoner image from AWS marketplace, please update to latest one. We also recommend to use OpenJDK, not Correto JDK. In 5.3...
  18. Max

    SIP Register Error (WCS and Asterisk Installed on Separate Servers)

    WCS does not refer to any SIP server configs There was probably an actie SIP session between WCS and Asterisk. By default, session is kept in one hour after client disconnects from WCS. So, if you change some Asterick parameters, tha active sessions may be affected.
  19. Max

    SIP Register Error (WCS and Asterisk Installed on Separate Servers)

    Good day. Please make sure UDP ports are available for both sides: Port routing checking If all the ports group are available, and the issue still persists, collect a report including a traffic dump as described and send using this link.
  20. Max

    Update not available

    Good day. We fixed a new builds uploading, now both WCS and Web SDK should be available.
Top