Search results

  1. Max

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

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

    switchCam Safari

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

    1x1 p2p

    Добрый день. Все WebRTC соединения устанавливаются через WCS: client1-server-client2. Непосредственно между клиентами установить WebRTC соединение возможности нет.
  8. 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.
  9. 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.
  10. 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.
  11. 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...
  12. 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
  13. 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.
  14. Max

    Server logs

    Добрый день. Логи выводятся только в текстовом формате: время, имя функции, содержимое сообщения. Если необходима фильтрация по содержимому сообщения, следует использовать внешние системы сбора логов: FluentBit, Splunk и т.п. Готовых примеров настройки у нас, к сожалению, нет. При использовании...
  15. Max

    origin field/value missing in connections list

    Good day. We added origin field to /connection/find response in build 5.2.2137.
  16. Max

    Can't get new RTSP stream to work in WCS

    We fixed the issue in build 5.2.2139, the stream should play on WCS now. Please update and check.
  17. Max

    Can't get new RTSP stream to work in WCS

    Thank you, we're already testing the fix.
  18. Max

    Can't get new RTSP stream to work in WCS

    We still receive no data received in 10s permanently. Please collect a traffic dump at your side as we described.
  19. Max

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    We reproduced the behavior in Chrome 131 on Samsung S10+ when publishing and playing a stream on the same page. Neither hardware buttons nor sliders do not change teh playback volume in this case. This seems like Chrome issue on Samsung devices (it is not reproducing on Google Pixel 3 in the...
  20. Max

    Ensuring Consistent Speakerphone Volume Control for Published Video Playback

    Usually, voice speaker and external speaker are on different phone edges (top and bottom respectively). Please check from what speaker do you hear the sound. Also please check if the hardware buttons change the volume.
Top