tomeshnet / ipfs-live-streaming

Like HTTP live streaming, but with IPFS which is maybe better?
GNU General Public License v3.0
449 stars 74 forks source link

One or more `ipfs-mirror` server as stretch goal #14

Closed benhylau closed 6 years ago

benhylau commented 6 years ago

Mirrors will not re-chunk from the RTMP stream, but will:

benhylau commented 6 years ago

Possibly use Justin's server as mirror for Our Networks.

benhylau commented 6 years ago

We should make num_mirrors a variable in terraform and then spin up as many droplets that will fetch from the origin's ipfs id. Each of these mirror will have nginx + video player, playing its own m3u8 that has s/domain_name/n.mirror.domain_name for the ts.

benhylau commented 6 years ago

Decides not to pubsub but otherwise this is done