View Single Post
  #7  
Old 05-28-2016, 12:41 AM
Terenz Terenz is offline
Member
 
Join Date: Jun 2013
Posts: 69
Terenz is on a distinguished road
Default

Re: livestreamer Spuul.com Ssl error


Ok, PM the login and i'll check it out if i can do something about it.

EDIT: Is unnecesary, also this free video is protected:
https://spuul.com/videos/12870-revolver-rani
Code:
#EXT-X-KEY:METHOD=AES-128,URI="key",IV=0xetc
I have see on another forum the method of ffmpeg, try it. Search for the "s_slim.m3u8" is like:
Code:
https://hls.spuul.com/va/movies/14310001-bac770e4/s_slim.m3u8?Policy=NUMBERS&Signature=NUMBERS&Key-Pair-Id=LETTERS
Replace s_slim with 0000/s_renditions ( 0000 = quality, see inside s_slim.m3u8 ) and pass it to ffmpeg:
Code:
ffmpeg -i "https://hls.spuul.com/etc." -c copy Test.ts

Last edited by Terenz : 05-28-2016 at 02:30 AM.
Reply With Quote