Search results

  1. Max

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

    К сожалению, проблема не воспроизводится на наших тестовых устройствах в примере media-devices-debug.apk из сборки 1.1.0.58. Повторно просим указать следующее: - модель устройства и его прошивку - версию Андроид - привести пошагово действия, которые приводят к воспроизведению проблемы в нашем...
  2. 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...
  3. 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...
  4. Max

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

    Проверьте, воспроизводится ли проблема на этом же устройстве в браузере Chrome, в примере Media Devices https://wcs:8444/client2/examples/demo/streaming/media_devices_manager/media_device_manager.html. Если проблема воспроизводится, скорее всего, это связано с конкретным устройством и его...
  5. 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"...
  6. Max

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

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

    Mixer doesn't show any video

    In the report provided we can't find a client log for the video stream which you're trying to add to the mixer joe: Please check the video stream metrics: is there any video traffic in the stream? Seems like your backend server returns 500 Internal Server Error on some REST hook sent from WCS...
  9. Max

    Mixer doesn't show any video

    Good day, Audio from the added stream can be received before video, e.g. if keyframe interval is too long. What is the source of the added stream?
  10. Max

    App crash from SDK: com.flashphoner.FPWCSApi2SessionQueue FBSSerialQueue assertBarrierOnQueue

    Good day. Stacktrace shows the crash occured in SocketRocket library function which handles Websocket incoming data. There was probably a network issue and Websocket packet received was broken. So we recommend to use a more reliable channels (not a mobile 2G or 3G). We raised the ticket WCS-3642...
  11. Max

    Planar YUV 4:2:0 format not supported.

    Ticket WCS-3641 has been submitted for the new RTSP, we'll notify in this thread about an update.
  12. Max

    Planar YUV 4:2:0 format not supported.

    The stream is successfully playing on WCS build 5.2.1485. Please update your instance to the latest WCS build 5.2.1487 and check again You should also disable strict keyframe detection if enabled: h264_strict_kframe_detect=false
  13. Max

    Planar YUV 4:2:0 format not supported.

    We checked the stream. Camera SDP shows the video codec MP4V-ES which is unsupported by WCS: WCS supports H264 or VP8 video codecs only, so adjust your stream to use one of them.
  14. Max

    Freezing SFU room

    Проверили отчет. По логам видно, что в тех случаях, когда при попытке повторного входа в комнату участник получает исключение NicknameUnavailabe, перед попыткой входа нет сообщений о выходе участника из комнаты. Также видно, что пользователь с таким именем играет поток от другого участника...
  15. Max

    Enforce Video framerate constraint

    Good day. For screen sharing, frameRate is not mandatory. Also, you can use ideal modifier only, but not exact (the last one will throw an exception). For canvas streaming, you cannot set frameRate at all. You can only set a desired loop timeout, but you cannot affect drawing frequency when...
  16. Max

    React funtional component issue of conference

    Good day. Functions or classes is just a programming style. So there should not be a significant differences. Please check if the problem is reproducing in Conference React example application built as described in README.MD. We also raised the ticket WCS-3637 to refactor React examples to a...
  17. Max

    Planar YUV 4:2:0 format not supported.

    Good day. Please provide a public RTSP URL to test. It should be available 24/7. Use the private form to send the URL.
  18. Max

    SFU Идентификация треков

    Добрый день. На данный момент единственной единицей идентификации треков в комнате является участник: сколько бы потоков он не публиковал, все считаются принадлежащими одному участнику. Видео треки одного участника разделяются по типу контента (экран или камера). Аудио треки никак не...
  19. Max

    TURN server and SFU

    Добрый день. Данный функционал не тестировался с TURN серверами. Однако, Вы можете попробовать указать настройки для объекта RTCPeerConnection, который используется при создании WebRTC соединения. Например, в примере SFU Two Way Streaming это можно сделать так: const connect = function(state)...
  20. Max

    Demo Project not run

    https://gnuwin32.sourceforge.net/packages/wget.htm or use curl in Git Bash. Please provide a detailed description of every step recommended above: - step number - what you've exactly done - the result The flow is successfully tested on Windows 10 and Linux, and it's working.
Top