This message was deleted.
# helpdesk
s
This message was deleted.
m
@rough-camera-16125 while possible, it’s unfortunately not feasible. LiveKit does not support p2p transmissions between participants. You can send any sort of arbitrary binary data through a data channel: https://docs.livekit.io/client/data-messages/#data-messages
r
Thank you for the response I will try to integrate something myself, and if the results are ok I'll report back
m
what are you trying to do?
r
I wanted to do some tests on the viability of a p2p streaming app for my university thesis. I chose livekit as a starting point because it had the scaffold i needed to get started quick i'm using flutter for the client. Basically, to translate Have the top 25% of users via connection speed/reliability subscribe to a track published by ingress, and those users send a lower quality track to lets say 2 users each, and have those users send the lowest version to 2 users each themselves. The idea was to see how much bandwidth could be saved by distributing the delivery of lower quality options to the users/ how much could be saved in a AWS scaled app
Sort of like a pyramid scheme 😆