Search results

  1. Max

    Inquiry Regarding Manifest V3 Adaptation

    If you're using WebSDK in your custom extension, you should use flashphoner-webrtc-only.js bundle from WebSDK archive. The full bundle flashphoner.js includes obsoleted modules which contain some Javascript code Chrome claims as obfuscated.
  2. Max

    Error republishing RTMP stream

    The fix is on testing stage. Should be released this week.
  3. Max

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    Good day. Please update to the latest WCS build 5.2.2192. If any incident occurs, collect the report as described here and send it using this form.
  4. Max

    Inquiry Regarding Manifest V3 Adaptation

    We previously used a Chrome extension for screen sharing, but it seems that this is no longer necessary. Screen sharing can now be implemented without any extension.Could you please clarify which extension you are referring to? We would appreciate a bit more information to assist you better.
  5. Max

    IPv4 & IPv6 at same time

    We raised the ticket WCS-4359 to investigate the issue, but it may take a time.
  6. 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.
  7. 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
  8. 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.
  9. 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
  10. Max

    Updated CentOS

    Good day. Yes, WCS is tested to run on CentOS Stream 9.
  11. 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...
  12. Max

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

    Добрый день. Чтобы организовать трансляцию с низкой задержкой, необходимо использовать WebRTC. Это основной кейс применения WebCallServer. Один из примеров развертывания CDN для таких трансляций описан в статье, сам кейс описан здесь. Мы не предоставляем готовую облачную инфраструктуру для...
  13. 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. Опубликовали поток с камерой, выбранной по...
  14. Max

    switchCam Safari

    Добрый день. Уточните, пожалуйста, следующее: 1. Используемая версия WebSDK (судя по хэшу, не последняя) 2. Используемая версия Safari, MacOS/iOS 3. Устройство, на котором воспроизводится проблема (выглядит так, что Safari отдает всего одну камеру)
  15. 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?
  16. 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
  17. 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.
  18. Max

    1x1 p2p

    Добрый день. Все WebRTC соединения устанавливаются через WCS: client1-server-client2. Непосредственно между клиентами установить WebRTC соединение возможности нет.
  19. 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.
  20. 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.
Top