P2P live streaming class

Hi,
I am new to app inventor and want to ask is it possible to make a live streaming app for the class so teachers can use it to stream to the students and when the class ends the service or stream ends that is why I want to make it serverless peer to peer so any teacher even from other school can modify it a little then use it to stream the class to his students and if it is not possible in app inventor can you please guide me to a code or tutorial that can explain how to make app like that
thank you very much

1 Like

It would be possible, but not feasible. You'll need a lot of memory, and encoding + decoding. I'm not sure how it's going to be achieved without a server, though, since you'll need a server to run your application on, as well as transmit data.