Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

P2P-Native solution for safe content embed #178

Open neauoire opened 6 years ago

neauoire commented 6 years ago

I would like for us to find a solution on how we could share audio and video content from P2Pn sites, onto Rotonde and elsewhere. This can be planned for post-0.8 beaker release.

cblgh commented 6 years ago

an idea i just had was adding a message type that points to a p2p app (i.e. a dat://), similar to quote or whisper, but app instead

the app can be displayed inline in the message and could take the data in the message and use it somehow, or it can discard the message data when used for sharing games and other things.

to prevent crazy viral js behaviour we could use maik's click to show functionality, which already exists in rotonde for use with videos and other linked oembed stuff, as well as run the app in its own iframe

(it took me forever to find the p2p oembed thread so i'm linking it here)