Brian Mau: Peer to Peer Video Streaming with WebRTC | js.la September 2017

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • WebRTC is a technology that is rapidly stabilizing, and it belongs in your tool-belt. Lets demystify it by building a peer to peer video streaming app.
    / basscord
    github.com/bas...

КОМЕНТАРІ • 29

  • @BasicallySteve23
    @BasicallySteve23 4 роки тому +1

    YES! I was so close after trying to set up a simple peer connection for so long! I wasn’t sending over the ice candidates! Thank you for simplifying it!

  • @sam.kendrick
    @sam.kendrick 6 років тому +3

    Thank you! This is the exact information I was looking for!

  • @behnammr9031
    @behnammr9031 5 років тому +2

    Thank you man! It solved my 3-day problem!

  • @MinChanSike
    @MinChanSike 4 роки тому +2

    Thank you for sample and perfect explain!

  • @solarspear27
    @solarspear27 4 роки тому

    Perfect! thank you pal!

  • @ashpreetsingh4732
    @ashpreetsingh4732 4 роки тому

    great video

  • @thegullyshow
    @thegullyshow 4 роки тому

    I am trying to implement this on node js cpanel but it is not working broadcast.html page take video but viewer does not show the video itis Giving error of socket.io

  • @gernoteyssler8296
    @gernoteyssler8296 4 роки тому

    Vielen Dank - Many thanks!

  • @manojbhardwaj2216
    @manojbhardwaj2216 5 років тому

    I created a group and people can join and live their stream from group but problem is that when two people live from different different group my stream is overwrite

  • @DheerajSharma-kt6df
    @DheerajSharma-kt6df 4 роки тому

    Very useful content, I want to can I send webrtc video to rtmp url. If yes then how ?

  • @SurendraButola
    @SurendraButola 5 років тому

    Thank you Sir

  • @davindersingh8833
    @davindersingh8833 4 роки тому

    Great ! I am trying to use your demo, it works locally. Please help if how can i pass WebRTC video to rtmp server?

  • @TechWithBeni
    @TechWithBeni 4 роки тому

    awesome !

  • @McDane
    @McDane 6 років тому

    Awesome! Thanks

  • @megaxenu753
    @megaxenu753 4 роки тому

    the Browser B code is a bit thin.

  • @ezeozuechiagoziem9183
    @ezeozuechiagoziem9183 5 років тому

    Nice. but am still a novice please how do i test this on my computer

  • @amartya777
    @amartya777 4 роки тому

    This looks like a one to one video call.(between browser A and browser B) what if there are n browsers? will this work for more than one peers? say many to many video streaming?

    • @davindersingh8833
      @davindersingh8833 4 роки тому

      As i tested, its one to many. not many to many, please let me know if you figure out for many to many.

    • @amartya777
      @amartya777 4 роки тому

      @11959 HARSIMRAN SINGH each peer can be connected through a single RTCPeerConnection, so no this code will not work for 1 to many. You will have to use an array of RTCPeerConnections or something similar if you want to connect multiple peers. But the core/heart of the code to establish the sharing of streams for each peer can be done like it has been shown here.

  • @rolandomendozajr8532
    @rolandomendozajr8532 7 років тому +1

    i am totally lost i can't understand he have two examples and i don't know which is the peer connection among the two

    • @keithcrain
      @keithcrain 6 років тому

      I believe both are p2p. In the first example he is using socket.io & the second example he's foregoing socket.io & using RTCPeerConnection, and repurposed the initial socket.io server used in the first example to send the SDP.

    • @rolandomendozajr8532
      @rolandomendozajr8532 6 років тому

      thank you sir Keith Crain

  • @gunawansugiono1122
    @gunawansugiono1122 6 років тому

    Thanks so much for you example helpfull, do you know how to make many rooms or how do i need to change fixed room to variable?

    • @jazzymehar8469
      @jazzymehar8469 5 років тому

      how do test it on your computer? can you guide please?

  • @rolandomendozajr8532
    @rolandomendozajr8532 6 років тому

    can i use webRTC to php mysql server?? or it only use for node.js server

    • @dimitrisfilippou
      @dimitrisfilippou 4 роки тому

      Theoretically this is a protocol, which implies it is not an implementation in a language, therefore it can be implemented in any language it supports it and even on embedded devices.

  • @abolfazlrastegar-div
    @abolfazlrastegar-div 4 роки тому

    hi, thx for your video
    i want to do this work but send video insted image

  • @EmadElsaid
    @EmadElsaid 4 роки тому

    1:16 webrtc is access to camera, audio, mic and screen,
    this is how people get misleading information.
    webrtc can stream video, audio and data but it has nothing to do with accessing usermedia that's a different specification, the fact that you can transmit video/audio streams on webrtc is isolated from the source of the video/audio

  • @devtricks2509
    @devtricks2509 4 роки тому

    Thank you man! It solved my 15-day problem!