View Single Post
  #3  
Old 12-02-2015, 12:40 AM
utuxia utuxia is offline
Member
 
Join Date: Apr 2015
Posts: 32
utuxia is on a distinguished road
Default

Re: Failed to create decryptor problem


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} \
Reply With Quote