this post was submitted on 23 Nov 2024
2 points (100.0% liked)

IPFS

827 readers
1 users here now

Community for the InterPlanetary File System.

Website: https://www.ipfs.tech/ Github: https://github.com/ipfs/ipfs/

IRC: #ipfs on libera.chat
Matrix Space: #ipfs-space:ipfs.io
Discord: https://discord.gg/DrPFqa2

Forums: https://discuss.ipfs.tech/

Other IPFS communities on Lemmy

founded 7 years ago
MODERATORS
 

It seems like IPFS would be a decent choice for video content

you are viewing a single comment's thread
view the rest of the comments
[–] jaller94@discuss.tchncs.de 1 points 1 month ago

I have not tried it via the network, only on my local Kubo node. That worked decently well but is probably just a kind of overhead when reading it from local storage.

Chunked files should work well for video streaming of static video files, yes. Given that you have a reliable node to fetch from, it would probably be fast enough and support seeking (skipping to a certain timestamp).

Your real benefit is probably going to be the caching, immutability, and potential pinning as well as redistribution.

For most live streams, it would probably not be a good fit. But maybe with good signaling for a client to receive IPFS addresses and a very reliable and fast node to fetch from, it might be an option to stream a video in small chunks. But maybe your use cases favours completeness and immutability over stream stability and low latency.