Search results

  1. 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.
  2. 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...
  3. Max

    Freezing SFU room

    Добрый день. Пожалуйста, обновите WCS до последней сборки 5.2.1431 и SFU SDK до 2.0.126. Проверьте, воспроизводится ли проблема. Если да, то соберите отчет: Сбор отладочных логов при помощи скрипта report.sh и пришлите, используя эту форму. Также уточните: 1. Какое количество одновременно...
  4. 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...
  5. 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...
  6. Max

    Conference recorded video dimensions

    We fixed the issue in build 5.2.1430. Please update and check.
  7. 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
  8. Max

    WCS 1421 mixer terminate not working

    Good day. Seems like mistype (the third slash) in mixer uri. Try to use double slash "uri": "mixer://m_abc2".
  9. Max

    Delay after 3 hour

    Please find the stream using /rtsp/find_all query, then stop it using /rtsp/terminate.
  10. Max

    Filters (beautify, AR, etc) on live streaming

    Good day. We fixed the issue with switchCamera in iOS SDK build 2.6.103. Also, we modified GpuImageDemo Swift example code to test a camera switching.
  11. Max

    Delay after 3 hour

    Good day. Please update WCS to the latest build 5.2.1421. Check if the problem is reproducing. If yes, try to stop the stream using REST API POST /rest-api/rtsp/terminate HTTP/1.1 Host: localhost:8081 Content-Type: application/json { "uri":"rtsp://your_camera_url" } and then start again...
  12. Max

    stream/startRecording event

    The stoppedRecording event is raised when recording is stopped by REST API or by media stream stopping, but before the resulting file is written because file write operation is asyncronous and relatively slow.
  13. Max

    stream/startRecording event

    Good day. Since build 5.2.1416 it is possible to receive an events about a certain stream recording starting or stopping: REST hook for stream recording
  14. Max

    Screen share video with mixer

    Good day. Please check the screen share stream metrics using /stream/find REST API query: Stream parameters monitoring with REST API, or just play in in Medai Devices example to check a WebRTC statistics. If lost video frames and NACK counters are grow, it means the channel is not good enough to...
  15. Max

    Custom mixer layout

    Good day. Seems you've missed a second participants video. Please use Custom layout displaying tool to check your layouts displaying.
  16. Max

    Replace Audio of existing stream and send via WebRTC or RTMP

    Good day. You should use additional mixer to replace an audio: 1. Add video from existing stream to a new mixer: POST /rest-api/mixer/add HTTP/1.1 Host: localhost:8081 Content-Type: application/json { "uri": "mixer://m1", "remoteStreamName": "stream1", "hasVideo": "true", "hasAudio"...
  17. Max

    Hello! there are any way to integrate WCS with a React native app ?

    Seems like React Native WebRTC implementation does not support TCP transport. To investigate a DTLS error, please collect a report on your server instance as described here including the traffic dump using report.sh script: Getting logs with report.sh script. Traffic dump must be started to...
  18. Max

    Conference recorded video dimensions

    Good day. We reproduced the issue in the latest WCS build and created the ticket WCS-3607 to fix. Will inform about progress. As workaround, please rollback to build 5.2.1383 (like on demo server), in this build conference recording should work.
  19. Max

    Некорректное воспроизведение в embed player

    Воспроизвели проблему в Safari 16 (при первом переходе в полноэкранный режим видео прекращает играть, но аудио играть продолжает, на Вашем потоке этого не видно, т.к. нет аудио). Создали тикет WCS-3606, отпишем по прогрессу.
  20. Max

    Некорректное воспроизведение в embed player

    Да, проверили RTSP поток, сам по себе он не проблемный. Воспроизведем поведение в браузере, отпишем о результатах.
Top