Example: http://iptvbd.jagobd.com:1932/live-orgin/somoyt000011226615544544.stream/chunks.m3u8
echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4