Download m3u8 live stream to mp4 file
- Tip: You can find “https://website.com/../index.m3u8” url in the chrome developer tools
ffmpeg -i "https://website.com/../index.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"ffmpeg -i "https://website.com/../index.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"