tomeshnet/ipfs-live-streaming

Create archive m3u8 out of log file

Opened this issue · 0 comments

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