Search results

  1. Max

    IPv4 & IPv6 at same time

    We raised the ticket WCS-4359 to investigate the issue, but it may take a time.
  2. Max

    Updated CentOS

    You always need an internet access to license server https://my.flashphoner.com/ unless you're using Standalone license. Please read the details here.
  3. Max

    Updated CentOS

    In this case you should deactivate the license on the old instance cd /usr/local/FlashphonerWebCallServer/bin sudo ./deactivation.sh then activate the new instance cd /usr/local/FlashphonerWebCallServer/bin sudo ./activation.sh your_license_code
  4. Max

    Update docker image (recent OS and JDK)

    Good day. We raised the ticket WCS-4358 to update the base Ubuntu image to 22.04 and JDK to 21 in WCS docker image. We'll let you know about progress.
  5. Max

    Send logs to stdout when using WCS docker image

    Good day Please use a standard command to display server log to the stdout: tail -F /usr/local/FlashphonerWebCallServer/logs/server_logs/flashphoner.log
  6. Max

    Updated CentOS

    Good day. Yes, WCS is tested to run on CentOS Stream 9.
  7. Max

    Inject Video in stream should start playing from 10 second forward

    We assume you ask about Inject-VOD feature https://docs.flashphoner.com/static/WCS52/Streaming_video_functions/Captured_stream_management/Injecting_one_stream_into_another/?h=inject#injecting_a_vod_stream_from_file If you are doing this way, video VOD (mp4) will be injected from the first key...
  8. Max

    Как сделать трансляцию с низкой задержкой?

    Добрый день. Чтобы организовать трансляцию с низкой задержкой, необходимо использовать WebRTC. Это основной кейс применения WebCallServer. Один из примеров развертывания CDN для таких трансляций описан в статье, сам кейс описан здесь. Мы не предоставляем готовую облачную инфраструктуру для...
  9. Max

    switchCam Safari

    Попытались воспроизвести проблему в MacOS Safari 17.5 (Mac mini M1, MacOS 13.6.4), используя пример Media Devices, сборка WebSDK 2.0.254: 1. Подключили две веб-камеры по USB 2. Открыли страницу примера в Safari, в консоли отобразились две камеры 3. Опубликовали поток с камерой, выбранной по...
  10. Max

    switchCam Safari

    Добрый день. Уточните, пожалуйста, следующее: 1. Используемая версия WebSDK (судя по хэшу, не последняя) 2. Используемая версия Safari, MacOS/iOS 3. Устройство, на котором воспроизводится проблема (выглядит так, что Safari отдает всего одну камеру)
  11. Max

    IPv4 & IPv6 at same time

    We tested the build 5.2.2178. flashphoner.properties (both ip and ip_v6 are local addresses): wcs-core.properties When WCS is started, it shows tcp6 only in netstat results: But actually it responds on IPv4 too: Have you tried to open the statistics page (or web admin page) using IPv4?
  12. Max

    IPv4 & IPv6 at same time

    Hello According to the docs The following settings can be used to set comma separated IPv4 and IPv6 interfaces to bind https.address=0.0.0.0,2a00:1450:4001:829::200e for port 8444 wss.address=0.0.0.0,2a00:1450:4001:829::200e for port 8443
  13. Max

    Is it possible to use two TURN servers for communication with the media server?

    Good day. You can't use TURN server-to-server relay. WebRTC client (browser) may use a list of TURN servers, but WebRTC connection will be established through one of them. So you can use either TURN1 or TURN2 server to connect to Flashphoner WCS server.
  14. Max

    1x1 p2p

    Добрый день. Все WebRTC соединения устанавливаются через WCS: client1-server-client2. Непосредственно между клиентами установить WebRTC соединение возможности нет.
  15. Max

    Chrome extension v3 version upload problem

    Good day. We added RoomApi WebRTC only bundle flashphoner-room-api-webrtc-only.js in WebSDK build 2.0.254. Please use it in custom Chrome extension.
  16. Max

    attempt to insert nil object from objects

    Please update iOS SDK to the latest build 2.6.127. Reproduce the issue in Two Way Streaming Swift example. If the issue is not reproduced, please modify the source code minimally to reproduce it and send using this form.
  17. Max

    Chrome extension v3 version upload problem

    flashphoner-webrtc-only.js does not include RoomApi. This is WSPlayer code. We will add RoomApi WebRTC only bundle in ticket WCS-4320.
  18. Max

    Chrome extension v3 version upload problem

    Good day. Please clarify the reason to reject. Web SDK uses hex codes to support WSPlayer and MSE technologies, in both cases to decrypt a media data received via websocket to play them. The technologies are useless in RoomApi case (and WSPlayer is obsoleted), so we raised the ticket WCS-4320...
  19. Max

    Error republishing RTMP stream

    Good day. There is an issue with RTMP output buffer. We raised the ticket WCS-4302 to fix it. As workaround, disable RTMP output buffer rtmp_out_buffer_enabled=false
  20. Max

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    For video chat case, please consider SFU SDK to use. We tested SFU Two Way Streaming example, audio volume can be successfully adjusted with hardware buttons in Chrome 131 on Samsung device.
Top