pldubouilh / live-torrent

Simple proof-of-concept for a live streaming solution based on webtorrent
MIT License
168 stars 39 forks source link

Use WebSeed for the server #14

Open ctlaltdefeat opened 6 years ago

ctlaltdefeat commented 6 years ago

WebSeed is a BitTorrent extension that allows a server to seed a file through HTTP. By doing that, it seems it would be possible to serve all chunks using the magnet links without falling back on HTTP with the server.

pldubouilh commented 6 years ago

So one main issue is that the manifest is constantly changing. Technically we could use BEP46 (mutable torrents) for that, but there's no support on webtorrent at the moment.

Will keep the issue open, so we can implement when it's added :+1:

pldubouilh commented 5 years ago

I'm very much still around @okgame :)

ctlaltdefeat commented 5 years ago

Perhaps relevant: https://github.com/RangerMauve/mutable-webtorrent