is it likely that impeded videos will ever be a part of the lemmy experience?

https://lemmy.world/post/1953385

is it likely that impeded videos will ever be a part of the lemmy experience? - Lemmy.world

One of the only things I find myself missing about reddit is the videos. I’m aware that it’s not really feasible for videos to be hosted on a lemmy instance at the moment, but I’m curious if that might change

Wouldn’t it be better to integrate with the existing federated video hosting service? (PeerTube) so basically host videos in PeerTube, link to Lemmy, make the Lemmy UI parse it as a video with a custom player
Does PeerTube distribute load across instances, like BitTorrent? Or does it assume that the hosting instance has enough bandwidth to support all concurrent users?
It uses WebTorrent for distribution between viewers watching at the same time which can temporarily help with the load on popular videos, but there still needs to be at least one source instance that's sharing the video "regularly" (for unpopular or old stuff), which ends up having the same bandwidth issues you'd get with any other video platform.
Oh, cool. I expect that means that bandwidth costs should scale sublinearly in number of concurrent viewers of the same video — so 1000 people watching the same video should cost less in bandwidth than 100 people watching 10 videos, or 10 people watching 100 videos.