Search results

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

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

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

    Planar YUV 4:2:0 format not supported.

    Hello, WCS-3641 has been fixed in build 5.2.1491.
  7. 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...
  8. 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...
  9. 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...
  10. Max

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

    Завели тикет WCS-3645, отпишем здесь по прогрессу.
  11. 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...
  12. 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...
  13. 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.
  14. Max

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

    К сожалению, проблема не воспроизводится на наших тестовых устройствах в примере media-devices-debug.apk из сборки 1.1.0.58. Повторно просим указать следующее: - модель устройства и его прошивку - версию Андроид - привести пошагово действия, которые приводят к воспроизведению проблемы в нашем...
  15. Max

    Enforce Video framerate constraint

    This is an experimental option intended to apply filters to the picture from webcam. If you don't need this, disable it. Also, the canvas streaming of high resolution picture may increase a publishing client CPU load. Seems like the parameters are too high for the publishers channel. Please try...
  16. Max

    On Conference input camera and mic switching and output audio switching

    You can use REST hook /connect. See the example of REST hook backend script in this post. You may restrict user by login like this; $body = file_get_contents('php://input'); $incoming_data = json_decode($body, true); switch($api_method) { case"connect": // Check user login...
  17. Max

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

    Проверьте, воспроизводится ли проблема на этом же устройстве в браузере Chrome, в примере Media Devices https://wcs:8444/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html. Если проблема воспроизводится, скорее всего, это связано с конкретным устройством и его...
  18. Max

    Dynamic MCU mixer layout

    Good day. We fixed the issue with rolling back to default background in build 5.2.1489. The following should work now: - set the custom background POST /rest-api/mixer/set_parameter HTTP/1.1 HOST: 192.168.1.101:8081 Content-type: application/json { "uri": "mixer://mixer1"...
  19. Max

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

    Добрый день. Пример Media Devices показывает, как опубликовать поток без видео или без аудио. Проверьте, воспроизводится ли проблема в собранном примере media-devices-debug.apk из сборки 1.1.0.58 (для публикации потока без видео снимаете галочку Send video). Если проблема не воспроизводится...
  20. Max

    macOS Safari 16.1 Screen Sharing not working

    Please provide an AnyDesk access credentials using this form. The session must be available 24/7.
Top