IPFS as an alternative for movies/shows
Posted: Sun Sep 16, 2018 12:41 am
It's possible to use IPFS as a way of play video files on cytube.
https://en.wikipedia.org/wiki/InterPlan ... ile_System
https://ipfs.io/
Here's the installation guide. It is cross platform.
https://ipfs.io/docs/install/
I'm just trying it out with small videos and can confirm that it does work without having to install any scripts. I'll try doing this with bigger files and hopefully movies.
Here is an explanation on how to use it from some guy on reddit.
"I've been messing with IPFS on the site and it works great. There's a guy in the ubermench channel that taught me how to do it.
Install IPFS
Upload the file via ipfs add -w
Browse to the directory created with https://venus.i.ipfs.io/ipfs/[The Hash]
Copy the url there to cytube
Why the -w? Because we want to preserve the file extention.
Why venus.i.ipfs.io? Because plain ipfs.io round robbins each of the planets but that means that it isn't cached in most until several hits. By picking one it will be cached on the gateway once one user requests it. It lowers the odds of one user getting a bad gateway.
You can also tell your users to install ipfs and the browser companion so you get more seeds. The gateway takes care of bandwidth so one seed can serve to 50 people but it adds more persistence to the files if a user or two uses the browser companion."
https://en.wikipedia.org/wiki/InterPlan ... ile_System
https://ipfs.io/
Here's the installation guide. It is cross platform.
https://ipfs.io/docs/install/
I'm just trying it out with small videos and can confirm that it does work without having to install any scripts. I'll try doing this with bigger files and hopefully movies.
Here is an explanation on how to use it from some guy on reddit.
"I've been messing with IPFS on the site and it works great. There's a guy in the ubermench channel that taught me how to do it.
Install IPFS
Upload the file via ipfs add -w
Browse to the directory created with https://venus.i.ipfs.io/ipfs/[The Hash]
Copy the url there to cytube
Why the -w? Because we want to preserve the file extention.
Why venus.i.ipfs.io? Because plain ipfs.io round robbins each of the planets but that means that it isn't cached in most until several hits. By picking one it will be cached on the gateway once one user requests it. It lowers the odds of one user getting a bad gateway.
You can also tell your users to install ipfs and the browser companion so you get more seeds. The gateway takes care of bandwidth so one seed can serve to 50 people but it adds more persistence to the files if a user or two uses the browser companion."