Search results

  1. Max

    How to reduce post processing of recorded file in room ?

    Good day. That's the bottleneck. One mixer requires 2 CPU cores (with default settings), so you should use at least 8 CPU / 16 Gb RAM.
  2. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    VP8 codec is supported by all the modern browsers and OSes, so it can be played without transcoding. But you will need VP8 to H264 transcoding if you're republishing VP8 stream to a third party RTMP server or playing the stream as RTMP from WCS (because RTMP supports only H264) or if you're...
  3. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    We raised the ticket WCS-3613 to investigate the issue. But it may take a time, we'll inform you about progress. A possible workarounds: 1. Do not use 320x240 resolution in Firefox (for example, use 320x180 if it works) 2. Or use VP8 codec You can also try to enable a strict jitter buffer to...
  4. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Received the dump, waiting for your feedback about the settings.
  5. Max

    Conference host and participant limitation

    You can reduce websocket unanswered pings count: keep_alive.probes=1 In this case, WCS should detect a network disconnection after 10 seconds. note that it can get a false positive on unstable networks.
  6. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    We checked the report. Unfortunately, it contains no traffic dump, so we can't reproduce the issue on our test servers, we only can to analyze the logs. Seems like Firefox does not send key frames while publishing 320x240. Please enable periodic key frame request in server settings...
  7. Max

    Video loading issue

    Seems like you're using software encoder for H264 (see 1 at your screenshot). In this case, you shoul set ultrafast preset (2) to prevent B-frames in published stream What resolution do you publish (Video tab in Settings dialog)? You should adjust server settings as shown here Server...
  8. Max

    Conference host and participant limitation

    Good day. No, all the participants are equal Please see the Conference example source code on GitHub. A maximum participants number is defined in conference.html file: <script>var _participants = 3</script> Then, the current participant number is checked on ROOM_EVENT.STATE event...
  9. Max

    Video loading issue

    Good day. This may be a publisher or player channel issue, or keyframe issue. Please clarify how do you publish a stream? What resolution and bitrate do you use? Set the keyframe interval as we recommended in this post. Try to check publish/playback channel quality: Publisher and player channel...
  10. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Usually Javascript code has no access to a hardware layer in browser. So we can't detect a error if the browser does not raise an exception. Please collect a report as described here including client debug logs and traffic dump (both are mandatory). The traffic dump collection must be started...
  11. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Seems like this is a hardware issue. Please check Bitrate value in publishers statistics at left: If this is 0, it means the browser does not send media traffic at all. So disabling hardware acceleration in Firefox should help. Clean Use hardware acceleration checkbox and restart browser Or...
  12. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Hello We have updated demo server to Web SDK v.2.0.223 and WCS 5.2.1431 https://demo.flashphoner.com Issue seems not reproduced with Firefox 105.0.2 Ubuntu 22. Could you check from your end on our demo server? If it works on our demo server but does not work on your, please send...
  13. Max

    Multiple IPs for multiple NICs

    You can try network interfaces bonding https://www.tecmint.com/configure-network-bonding-teaming-in-ubuntu/. In this case, WCS will see two interfaces as one. But the channels may be bottleneck.
  14. Max

    Multiple IPs for multiple NICs

    Yes. It may work with 2 interfaces, for example, to capture RTSP streams from external network for viewers in internal one, so RTSP stream goes through one NIC and WebRTC stream go through another NIC. But it can't be configured to balance a network load between two interfaces.
  15. Max

    Multiple IPs for multiple NICs

    No, settings for multiple adresses to bind to are not supported. But server is listening for websocket on all interfaces by default: wss.address=0.0.0.0 You should use CDN of two Edge servers in this case wicth 1 Gbps intefrace per each. Please read this doc: CDN 2.0 and this article...
  16. Max

    Freezing SFU room

    Добрый день. Пожалуйста, обновите WCS до последней сборки 5.2.1431 и SFU SDK до 2.0.126. Проверьте, воспроизводится ли проблема. Если да, то соберите отчет: Сбор отладочных логов при помощи скрипта report.sh и пришлите, используя эту форму. Также уточните: 1. Какое количество одновременно...
  17. Max

    Multiple IPs for multiple NICs

    Regarding multiple domains. Option 1 Web import does not support multiple SSL certs. You can try to import two or more SSL certificates using the command line. For example: 1. Import SSL certificate + private key for domain1.com 2. 1. Import SSL certificate + private key for domain2.com 3. As...
  18. Max

    Multiple IPs for multiple NICs

    Hello Regarding Multiple NICs. The NIC is used when WCS binds a port for sending or receiving packets via particular protocol. For example, WebRTC can bind port 31001, 31002, etc. Websocket can bind port 8443. There are settings where you can specify what IP (NIC) address will be used for...
  19. Max

    Conference recorded video dimensions

    We fixed the issue in build 5.2.1430. Please update and check.
  20. Max

    How to get Stream trafic

    Good day. You should set up Prometheus integration: WCS integration to Prometheus. Then, collect streams_viewers metric and build a graph in Grafana as needed: 10 Important WebRTC Streaming Metrics and Configuring Prometheus + Grafana Monitoring
Top