ffmpeg can decrypt this given the cookie. you can also pass a cookie to livestreamer with --http-header "Cookie: ${cookie}"
I'm still getting this decryptor error in livestreamer though
Here's the ffmpeg command:
Quote:
ffmpeg \
-user-agent 'iPhone' \
-headers "Cookie: ${cookie}" \
-i ${input} \
${out_m3u8} \
|