Erin Dachtler
Erin Dachtler
This was originally just a demo I made to see if I could. It wasn't intended to be a thing people actually use. People have been using it though, so...
I don't know. I'm not familiar with how peertube works. If it just needs a URI to a video file then, you could probably back it with IPFS.
It's swapped over to use js-ipfs now. Some features like uploading are still missing but I'll add those as I go.
I haven't been able to get IPFS working reliably in the browser. I think it might be a matter of waiting for full DHT support in ipfs-js if that ever...
Do you have an example link? It might just be that the video is in a format that's not compatible with Chrome on iOS, but I'll have a look.
Any errors you see are probably coming from the IPFS node software, which isn't exactly bug-free so I couldn't tell you for sure. As long as it works I try...
The player is just a static page that loads the requested video using JS. What did you imagine as the role of the graph links for ipfstube?
I don't really have a way to extract thumbnails from the videos. Do you mean just for the site logo?
Yeah, it's just based on the local gateway, falling back to others if it crashes (or is just frozen after filling its entire drive). I was under the impression that...
This is a blocking issue for me using this library. I like it's style a lot more than the main rust websocket lib, but I can't debug my program on...