Recent content by Rafael Ribeiro

  1. R

    SIP to webrtc react component

    Dear Support! We are looking for a solution like sip phone, to react. Do you have something like that?
  2. R

    1080p RTMP

    I just stream 1080p - 3mbps to your demo server now, from Vmix -> RTMP and then watch WebRTC Player -> Perfect and HLS -> Blurred HLS above - blurred - can not read small letters WebRTC bellow - clear - can read all letters
  3. R

    1080p RTMP

    Hello Max, On this case, we just sent you a simple example, without transcoding. If we transcode, the quality is poor than this. It was only a 1080p streaming from RTMP, watched by WebRTC & HLS direct from server. I will provide you SSH credentials
  4. R

    1080p RTMP

    Hello Max, I sent you an e-email with 2 screenshots comparations between WebRTC and HLS from the same stream, at same server. The WebRTC is clear ... and HLS is blurred. There is no problems on bandwidth, server has a lot of resources, so, we can not think about proccesor or memory issues.
  5. R

    1080p RTMP

    Dear Max, We are running well with 720p -> Input RTMP and Output is HLS edge. On this scenario, if we watch WEBRTC stream from source server (rtmp input) and output HLS edge, the quality is the same. If we attempt to move to 1080p, including this on cdn_profiles, we have GOOD quality on...
  6. R

    Canvas - Capture iFrame instead a video

    Got it Max. Thanks, we maybe will start a EXE software to sent out RTMP from PPTX. Screenshare use a lot of CPU, and once we got screen + webcam, freezes happens.
  7. R

    Transcoder on Edge servers

    Hello! Thanks a lot. I will test it on weekend. Regards, Rafa
  8. R

    Feature Request - Mixer Caption & Voice Activity Color Picker

    Hello Max! Thats a nice notice. Sorry for late answer, busy days ... all running fine. I will test it on weekend. Thanks a lot!
  9. R

    Watch a VOD video - API

    Thanks Max!
  10. R

    HLS first user issue

    On our scenario, we save resources to origin and execute transcoding on edge servers. Using load balance, we are able to start edges on the fly, as needed based on CPU usage.
  11. R

    HLS first user issue

    $data_array_a = array( "name" => $webrtcstreamname ); $data_string = json_encode($data_array_a);// $ch = curl_init("https://yourwcsserver:8444/rest-api/hls/startup"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string)...
  12. R

    HLS first user issue

    @manikandan did you setup cdn_profiles file on edge? How are u calling the stream? It should be something like streamname-720p.m3mu
  13. R

    Canvas - Capture iFrame instead a video

    Thanks Max. We are trying to find out a way to sent PowerPoint live without Screen Sharing.
  14. R

    Watch a VOD video - API

    Hello Max! Is there a a way to get notified by API once a VOD is played in totally - from begining to the end of file?
  15. R

    Canvas - Capture iFrame instead a video

    Steps we have tried: 1-) Write a canvas HELLO WORLD by Javascript: <canvas width="320" height="176" id="canvas"></canvas> <script> var c = document.getElementById("canvas"); var ctx = c.getContext("2d"); ctx.font = "30px Arial"; ctx.strokeText("Hello World"...
Top