Skip to content

Peer to Peer Audio/Video Calling #5042

Closed Answered by thomaseizinger
blackshadowsoftwareltd asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think libp2p is a good fit for that. I'd suggest reading the collection of standards around WebRTC to understand the rationale that goes into video calling. In a nutshell: You want to favor latency over reliability which means using an unreliable transport like UDP. Today, libp2p's transport have a different set of tradeoffs.

https://github.com/algesten/str0m is a good library. it is not as feature-rich as libraries like pion but it has support for audio and video streams.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by blackshadowsoftwareltd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants