Search results

  1. Max

    TURN server and SFU

    Проверили, публикация и проигрывание треков через TURN работает с последними сборками WCS (5.2.1494) и SFU SDK (2.0.135). Модифицировали пример SFU Two Way Streaming: //create peer connection let connectionConfig = { iceServers: [ { urls...
  2. Max

    URL authentication with '@' working weird in 5.2.1482

    Please provide SSH access to the server using this form.
  3. Max

    URL authentication with '@' working weird in 5.2.1482

    Seems like the stream is successfully playing on demo server (5.2.1489): Please update to the latest build 5.2.1494 (which includes the fix you requested in this topic). You can update WCS in the instance as described here: sudo systemctl stop webcallserver cd...
  4. Max

    URL authentication with '@' working weird in 5.2.1482

    Good day. Unfortunately, VLC does not play the stream by URL and credentials you've provided: Seems like something wrong with RTSP URL itself or with RTSP camera configuration. Please check.
  5. Max

    TURN server and SFU

    Создали тикет WCS-3653, отпишем по прогрессу
  6. Max

    Нагрузка при функции SFU с поддержкой Simulcast или MCU

    Добрый день. В случае митинга можно использовать как MCU, так и SFU. Однако при использовании SFU для митинга, чем больше количество участников, тем больше нагрузка на канал участника, т.к. каждый получает потоки от каждого участника. В случае вебинара MCU микшер выглядит предпочтительнее...
  7. Max

    На AR-очках падает приложение при попытке совершить звонок

    Добрый день. Пожалуйста, обновите Android SDK до последней сборки 1.1.0.59. Если после этого проблема продолжает воспроизводиться в Вашем приложении, проверьте, воспроизводится ли она в приложении conference-debug.apk из сборки 1.1.0.59. Если проблема не воспроизводится в данном примере...
  8. Max

    custom mixer layout

    Yes, the desktop stream differs from a regular stream by name only. Please check if you have changed the following parameter: mixer_video_layout_desktop_key_word=desktop For example, if you're using mixer_video_layout_desktop_key_word=screen you should test the stream name test1_stream If that's...
  9. Max

    custom mixer layout

    Good day. Pleas use -N option to explicitly set a stream names: ./mixer_layout_tool.sh /opt/mixer_layouts -o=/tmp -N=test1,test1_desktop -n=2
  10. Max

    Join Webex Meeting and Republish as RTMP

    Good day. For Webex dial-in numbers, read here: https://help.webex.com/en-US/article/gri717/Search-Global-Call-in-Number-in-Webex-Meetings-and-Webex-Events For Zoom SIP connector, read here: https://support.zoom.us/hc/en-us/articles/201363273-Using-the-Conference-Room-Connector Anyway, you...
  11. Max

    Server Login

    Good day. The WCS web admin interface requires a login: Testing using the web interface You can open the PhoneUI example page directly by URL https://wcs:8444/client2/examples/demo/sip/phone-ui/Phone.html, Click-to-Call example page by URL...
  12. Max

    Android SDK падает при паблише стрима без видео

    Проблема исправлена в сборке Android SDK 1.1.0.59.
  13. Max

    Planar YUV 4:2:0 format not supported.

    Hello, WCS-3641 has been fixed in build 5.2.1491.
  14. Max

    SIP calls audio sniffing

    Hello There are two APIs 1) Web SDK, Android SDK, iOS SDK, call() hangup() answer() If the SIP call has been created using this API, then such a call can't be re-streamed to RTMP endoint. WebRTC SIP Gateway features 2) REST API /call/startup {toStream: "stream1"} or /call/startup {rtmpUrl...
  15. Max

    Implementing iOS Client without SDK - Failed by DTLS error

    30 days trial is fully functional with two limits: 1. A voice watermark in all the streams 2. A logo watermark in transcoded pictures (for example, when you're publishing and playing a stream with a different resolution. So you can collect server side logs needed. If you have any troubles to...
  16. Max

    Video OD inject with captureStream

    Good day. There can be two bottlenecks: 1. Canvas streaming browser issues. The tab on which the video tag is placed must always be in foreground. No any dialogs on top of the tab. Otherwise, browser can skip frames or even stop sending them at all. Also, the stream may be pixelated due to...
  17. Max

    Android SDK падает при паблише стрима без видео

    Завели тикет WCS-3645, отпишем здесь по прогрессу.
  18. Max

    Mixer doesn't show any video

    The mixer stops because it cannot start mixing the stream. You have about 8% of packets which are not received properly, this is a channel quality issue. Try to use TCP for publishing, or use lower resolution/bitrate. A browser can play such stream because it uses jitter buffer for playback...
  19. Max

    Multiple mixer in one session

    Good day. You can add one stream to two mixers simultaneosly. To do this, realtime mixer should be enabled (it is on by default): mixer_realtime=true Then, you should: 1. Publish a WebRTC stream using Two Way Streaming, Media Devices etc 2. Create mixer by REST API POST...
  20. Max

    Demo License

    Good day. A trial license allows more than one SIP call at a time. Please collect a report as described here using report.sh script and send using this form.
Top