tomeshnet / ipfs-live-streaming

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

Create archive m3u8 out of log file #82

Open darkdrgn2k opened 5 years ago

darkdrgn2k commented 5 years ago
cat  process-stream.log  | grep 2019-05 |awk '{print $6"#EXTINF:"$5"\nhttps://ipfs-gateway.live.mesh.world/ipfs/"$2}' | sed  's/#EXT-X-DISCONTINUITY/#EXT-X-DISCONTINUITY\n/' > /var/www/html/vcr.m3u8

you can play it using https://domain.com/?live=vcr.m3u8