subins2000 / p2pt

Simple WebRTC Peer 2 Peer connections using WebTorrent trackers as the signalling server. Use WebTorrent trackers for any kind of WebRTC app ! 🔥 Make WebRTC apps fast & easy ! 🚀⭐
https://WebDrop.Space
MIT License
564 stars 52 forks source link

can you do video streaming? #29

Closed CarmenLexa closed 3 years ago

CarmenLexa commented 3 years ago

I want to create an app where I can transmit videos with more than 5 people using this library, is it possible to do it? if so, how?

subins2000 commented 3 years ago

p2pt provides data channels by default. You can make video channels through these data channels by signalling through the data channels. That's the way you can achieve that.