Peer to peer example #343
Answered
by
k0nserv
kennetpostigo
asked this question in
Q&A
-
Hi, i'm relatively new to webrtc. I wanted to ask if there is an example of what the rust side would look like for 2 clients to connect to the rust server in order to connect and transmit audio/video to each other in the browser? Is there an example already for this? |
Beta Was this translation helpful? Give feedback.
Answered by
k0nserv
Nov 8, 2022
Replies: 1 comment 2 replies
-
Hey @kennetpostigo I think the broadcast example is the best place to start for this. There's also a WIP SFU example from @sevensidedmarble and a more complete SFU that @billylindeman has written. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kennetpostigo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kennetpostigo
I think the broadcast example is the best place to start for this.
There's also a WIP SFU example from @sevensidedmarble and a more complete SFU that @billylindeman has written.