Search results

  1. Max

    Dynamic MCU mixer layout

    Actually, the custom layout is a folder with N files 1.mix 2.mix .. N.mix If 1 participant in the mixer then 1.mix config will be taken as XML layout If 2 participant in the mixer then 2.mix config will be taken as XML layout etc Yes. You can set layout folder during mixer creation...
  2. Max

    sip problems

    2 CPU / 3 Gb RAM should be enough for 5 streams if there is no audio/video transcoding.
  3. Max

    Dynamic MCU mixer layout

    Good day. Please look at the Custom mixer layout configuration with a special markup language. The template is applied per mixer participants, so changing the participants count you can change layout.
  4. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    Sorry, we do not provide ETA on forum tickets. It may take a time to fix the problem, definitely more than 2-3 days.
  5. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    We reproduced the problem and raised the ticket WCS-3587. Will inform you about progress. Futher, please use the Report button to send stream URLs rather than private messages.
  6. Max

    CDN pull audio is lost.

    Good day. First, you've set Java heap extremely low: The minimal recommended value is 1 Gb, and the server seems to have a much more About the issue. The logs shows you've published a stream from Windows 10 and trying to play from edge using iOS SDK 2.6 Anyway, the problem is on publishers...
  7. Max

    Filters (beautify, AR, etc) on live streaming

    Unfortunately, we do not provide ETA on forum tickets.
  8. Max

    Add VOD file to mixer delay

    You can post-process the file after user has uploaded it, this is one-time operation. The alternative is the stream transcoding to equalize gop: - start VOD file capture - start transcoder for the VOD stream: Transcoding management with REST API - play the transcoded stream But realtime...
  9. Max

    sip problems

    We checked the report. First, to handle 50 calls simultaneously you need a more powerful server, recommended at least 8 CPU / 16 Gb RAM. The most of SIP calls in logs are established correctly and are finished by caller hangup. The traffic dump was collected after the logs, so we did not see the...
  10. Max

    Add VOD file to mixer delay

    Good day. First, for restreaming it is recommended to start VOD files using REST API: VOD capture management with REST API This is due to a long keyframe interval in file. You should reencode file to set a stable keyframe interval, for example 2 seconds: ffmpeg -i video.mp4 -c:v libx264...
  11. Max

    Android app freeze on some devices after stop stream

    Да, проблема воспроизвелась у другого клиента, и это помогло отловить deadlock. В сборке 1.1.0.58 проблема исправлена.
  12. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    Seems like youtube-dl returns somethin different from downloaded file name, so ffmpeg cannot open the file. Please read this thread about getting downloaded file name.
  13. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    As we mentioned above you should modify Embed Player code to pass a parameter needed, for example ... var urlServer = getUrlParam("urlServer") || setURL(); var token = getUrlParam("token") || null; ... function playStream(session) { var options = { name: streamName, display...
  14. Max

    sip problems

    Good day. Please reproduce the problem and collect a report as described here using report.sh script, then send report archive using this form. If the archive size is more than 30 M, place it on Google Drive and send the link using Comment field in from.
  15. Max

    Room API not working for production server

    You should fix the file to play it as VOD from S3 bucket: File format requirements
  16. Max

    Рестрим по RTMP (ошибка битрейта)

    Действительно, если Вы захватываете поток с канваса, констрейнты должны быть выставлены следующим образом: constraints = { audio: false, video: false, customStream: stream }; Посмотрите также исходные тексты примера Canvas Streaming. В этом случае будут...
  17. Max

    Can’t stream to YouTube

    Good day. We fixed the issue with RTMP republishing to Youtube when RTMP outgoing buffer is enabled in build 5.2.1366. Please update and check.
  18. Max

    Рестрим по RTMP (ошибка битрейта)

    Добрый день. Вы публикуете поток с констрейнтами по умолчанию Рекомендуем проставить констрейнты: video: { width: 1280, height: 720, frameRate: 30 minBitrate: 2800, maxBitrate: 4000 } В последних версиях Chrome достаточно выставить минимальный битрейт в констрейнтах...
  19. Max

    recording at another location

    Good day. Use record_dir parameter: Directory for saving recorded files record_dir=/opt/records
  20. Max

    Filters (beautify, AR, etc) on live streaming

    We reproduced the problem in GPUImageDemo Swift example and raised the ticket WCS-3584. Will let you know about progress.
Top