Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create archive m3u8 out of log file #82

Open
darkdrgn2k opened this issue May 23, 2019 · 0 comments
Open

Create archive m3u8 out of log file #82

darkdrgn2k opened this issue May 23, 2019 · 0 comments

Comments

@darkdrgn2k
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant