Going Beyond Peer To Peer With WebRTC (Mesh, MCU, SFU)

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 38

  • @serjio8781
    @serjio8781 3 роки тому +12

    Reading the documentation? Meh...
    Watching someone who's read the documentation, and they're explianing it . Hell yeah XD

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому +1

      Yea a coding youtuber has to love reading the docs lol

  • @Mapko0
    @Mapko0 2 роки тому +3

    Thumbs Up if you are watching on .75 speed...

  • @JavierGarcia-se3vi
    @JavierGarcia-se3vi Рік тому

    That is an excellent explanation, thank you, and greetings from Mexico! 😀

  • @chrisnurse6430
    @chrisnurse6430 3 роки тому +2

    Some recommendations of SFU projects with walkthroughs would be good

  • @laraprabhu
    @laraprabhu 3 роки тому +3

    What would you suggest for the following scenario?! MCU or SFU? I’m more concerned about latency and the video/audio quality.
    Here’s the scenario:
    -----------
    Host and the co host will be sharing their audio and video. They rest will not share anything, they will be simple spectators. Say for example, out of 10000, 2 persons only share their media and the rest (9998) will just be the spectators. They neither share video nor audio.

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому +2

      I think in this scenario I would choose an SFU. Given that each spectator only needs to download 2 streams, I think an SFU would handle this beautifully.

    • @laraprabhu
      @laraprabhu 3 роки тому +2

      @@CodingWithChaim Thanks. I will experiment with SFU then.

  • @shadidhaque1009
    @shadidhaque1009 3 роки тому +1

    would love to see a video on MCU and SFU

  • @tejasnair8967
    @tejasnair8967 3 роки тому +3

    Would you be making in depth videos on this subject? Would love to see that. Also, the link in the description is missing

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому +1

      That is the plan! Also I just added the link thanks for reminding me

    • @shadidhaque1009
      @shadidhaque1009 3 роки тому

      @@CodingWithChaim Just the thing I needed :)

  • @abdulhaseeb7081
    @abdulhaseeb7081 9 місяців тому

    Hey what about this scenario:
    We have multiple app users who can start streaming, and one admin portal where we will show all streamings to the admin

  • @muhammadhamzahaneefqureshi5016
    @muhammadhamzahaneefqureshi5016 3 роки тому

    This is what I was waiting for. Thanks brother

  • @user-mj2fr2gl1q
    @user-mj2fr2gl1q 7 місяців тому

    Hello, thanks for this great video!
    is it possible to make video chat app using mesh with laravel?

  • @ubiquityubiquity8853
    @ubiquityubiquity8853 3 роки тому

    Amazing content Chaimmm !!

  • @farukabdullamunshi8358
    @farukabdullamunshi8358 3 роки тому +1

    Great content again, thanks a lot. Can you please make a video about using a media server?

  • @yadude101
    @yadude101 2 роки тому

    gr8 video!! now if you could do a one to many webrtc twitch clone 😀

  • @JanisALocmelis
    @JanisALocmelis Рік тому

    Good explanation. Thanks for your effort and time. Just one question.
    I want to build webpage/app like chat with stranger , Omegle or so. What do they use SFU you’d say?

  • @Christo_Coop
    @Christo_Coop 3 роки тому

    Great video!

  • @mahmoudabdulfattah7294
    @mahmoudabdulfattah7294 2 роки тому

    thank you so much for your effort super

  • @JohanVelthuis
    @JohanVelthuis 2 роки тому

    Nice video. So what about a combination of MFU and SFU, where every client sends two streams to the server: a big one, and a thumbnailsize one. The server then uses the SFU system to send back the big clientstream, but only from one at a time. The server also processes the thumbnailsized streams into one bigger stream that gets send to all clients. In your opinion, would this be doable on a production server with up to 10 or 15 users?

  • @vivamedia5958
    @vivamedia5958 3 роки тому

    Great! Thank you

  • @sheriffderek
    @sheriffderek Рік тому

    Hey, Chaim! I wanted to book a session and pick your brain about a WebRTC project, but your /available-sessions page isn't loading!

    • @CodingWithChaim
      @CodingWithChaim  Рік тому

      Hey, sorry about that. Please feel free to email me. You can find my email in my profile here on UA-cam

  • @faheelmohammad8824
    @faheelmohammad8824 3 роки тому

    It will be very helpful if you code a video conferencing application using a media server as the content for doing it is far less

  • @farhanhaider5652
    @farhanhaider5652 3 роки тому

    awesome! Do you plan to make a video for live streaming?
    like twitch or facebook live?

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому +1

      In this video I actually demonstrate how to build something along those lines. Check it out and
      let me know if this what you were looking for.
      ua-cam.com/video/GMbdEnK8h3U/v-deo.html

    • @farhanhaider5652
      @farhanhaider5652 3 роки тому

      @@CodingWithChaim Yes!!! ThANK YOU!

  • @dpr6516
    @dpr6516 3 роки тому

    What's the difference between wrtc and an sfu like mediasoup?

  • @codefriendly8528
    @codefriendly8528 2 роки тому

    Hello sir! Is this possible to broadcast two-person video call to other users(VIEWERS) by using SFU?

    • @CodingWithChaim
      @CodingWithChaim  2 роки тому

      Yes pretty that should be possible. I cannot see why not

    • @codefriendly8528
      @codefriendly8528 2 роки тому

      @@CodingWithChaim thanks for reply. Can you please give me some kind of guidance, I should be thankful to you.