spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
https://spacedrive.com
GNU Affero General Public License v3.0
29.33k stars 835 forks source link

Serve thumbnails over P2P #2524

Open oscartbeaumont opened 3 weeks ago

oscartbeaumont commented 3 weeks ago

This PR builds on top of #2523 to allow thumbnails to be served via P2P from the node where the file exists.

Although we will sync preview media, having the ability to serve it over P2P means we can suffice before the first sync and we can also support scenarios were only a portion of the preview media is sunk.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
relay_test ❌ Failed (Inspect) May 30, 2024 2:15pm
spacedrive-landing ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 2:15pm
spacedrive-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 2:15pm
jamiepine commented 1 week ago

lets get this picked up @ameer2468