Search results

  1. K

    Add dynamic captions to a WebRTC stream

    Hey @Max Thank you for the answer! So, both options are server-side only. The first one won't work for us, because there can be only one watermark (we need dynamic captions, several per video, added on the fly depending on live stream content). The second option can theoretically work, but...
  2. K

    Room streams control and record

    Hello @Max , We have 2 questions about room (conference) functionality. 1. Does room owner (person who created the room) have any builtin possibilities to mute/unmute other conference participants? We are developing a conference solution where host (room creator) can manage guests, and only...
  3. K

    Add dynamic captions to a WebRTC stream

    Hello @Max , We want to add dynamic captions to WebRTC stream videos. Caption means a short text somewhere in the bottom describing certain part of the video. Is there any possibility to achieve this with WCS? Thanks!
  4. K

    WebRTC to RTMP, optimize quality

    Hello @Max I remade our app to use REST method /push/startup to start RTMP translation. All works great except for one thing: now I don't get any notification in the app if RTMP stream fails. I suppose this is because new stream is created for RTMP translation. But it's crucial to know if...
  5. K

    Get record filename when using REST API

    Hello @Max , How can I get record filename in STREAM_STATUS.UNPUBLISHED callback if I started recording by calling REST method /stream/startRecording? In this case stream.getRecordInfo() returns null. And more general question: how can I get record file name if I started recording using...
  6. K

    WebRTC to RTMP, optimize quality

    Thanks @Max Just setting min bitrate appeared to be enough in our case. Videos are streamed in good quality now.
  7. K

    WebRTC to RTMP, optimize quality

    @Max thanks for your answer! Unfortunately, with buffer enabled we get "invalid_input" error on Mux side. We'll reach their support to understand what exactly is wrong. With TCP transport video has noticeable freezes, so this isn't an option too.
  8. K

    WebRTC to RTMP, optimize quality

    Another question: is there a possibility to start RTMP restreaming on a running stream by demand? Is this case we could start a stream, wait a minute and only then start RTMP translation.
  9. K

    WebRTC to RTMP, optimize quality

    Hello, We have a WCS instance running on Digital Ocean droplet, and we use it as a "proxy" for live streams from browser to Mux (https://mux.com), that accepts RTMP input. We are aiming 1280x720 resolution, and right now we don't like video quality much. I tried both H.264 and VP8 codecs...
Top