felixreddy
05-26-2016, 01:02 PM
[cli][error] Could not open stream: Unable to open URL: https://hls.spuul.com/va
/movies/13810025-9bd43a6a/0011/s_renditions.m3u8 ([Errno 1] _ssl.c:504: error:14
077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure)
Getting this error in livestreamer downloadsing from spuul.com
what to do pls help
triple7
05-26-2016, 02:03 PM
Post here the page link that contains the video.
felixreddy
05-26-2016, 03:27 PM
https://spuul.com/videos/16191-onaayum-aattukkuttiyum
U can create a free trial account in spuul no Need of any money payment
this is the syntax i used
livestreamer --http-header "Cookie=request_rendition_token=ren
dition_request_52e8b69b2591bf30e19e1a18575973fe" --http-header "User-Agent=Mozi
lla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0" "hls://https://
hls.spuul.com/va/movies/13810025-9bd43a6a/0011/s_renditions.m3u8" best -o Revolv
er-Rani.ts
Terenz
05-27-2016, 04:37 AM
I'll not register ( require valid credit card for premium video like that! ) so i'll try the trailer. I don't see what is the problem
The file "slim.m3u8" contains all m3u8 resolution
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=4128000,RESOLUTION=1920x820,NAME="1080p (HD)",RENDITION-ID=11,CODECS="mp4a.40.2,avc1.640028"
0011/renditions.m3u8
The direct link to the best resolution is:
http://hls.spuul.com/va/trailers/13810026-8511639e/0011/renditions.m3u8
0011 = 1920x820. The "renditions.m3u8" have the .TS without any key or encoding:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-TARGETDURATION:10
#EXTINF:10.00000,
renditions-00001.ts
#EXTINF:10.00000,
renditions-00002.ts
#EXTINF:10.00000,
renditions-00003.ts
#EXTINF:10.00000,
renditions-00004.ts
#EXTINF:3.44000,
renditions-00005.ts
#EXT-X-ENDLIST
Complete path of the .ts:
http://hls.spuul.com/va/trailers/13810026-8511639e/0011/renditions-00001.ts
Livestreamer without any referer or http-header
[cli][info] Found matching plugin stream for URL hls://http://hls.spuul.com/va/t
railers/13810026-8511639e/0011/renditions.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][Test.ts] Written 13.5 MB (15s @ 918.0 KB/s) [
cli][info] Stream ended
felixreddy
05-27-2016, 04:05 PM
The trailer doesnt have any issues i can download the trailer easy it is the Movie which has an issue if u would like i would pm my logins so u can check
the Movie stream has https stream and i know how to find direct link ..
stinkfoot
05-27-2016, 07:18 PM
yes relix you yes needing key yes. yes getting key you yes needing Policy, Signature, Key-Pair-Id. yes looking liking this having diferrenting numbering lettering.
h__ps://hls.spuul.com/va/movies/13810025-9bd43a6a/0011/renditions.m3u8?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc29 1cmNlIjoiKi92YS9tb3ZpZXMvMTA4MTAwMDctZjQ1YzU3MmMvc 19qdy5tM3U4IiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI 6eyJBV1M6RXBvY2hUaW1lIjoxMzk2NjA0Njg4fSwiSXBBZGRyZ XNzIjp7IkFXUzpTb3VyY2VJcCI6IjAuMC4wLjAvMCJ9fX1dfQ_ _&Signature=q0mDnbxjW8BL2RJ55IZRV9EOpXx1FaOFoaKnaQ8m BrvP202Xgl8CByPiGtqGOJkL1Ym81xQ8cfh4hxFtWijhYJ-AV74KqZucBeoWen8S5SbIK4xw03PSHCE-93ceicvak6c8GzDuyQ0MFJYA0aUW3x3tKG4P~gM7XW3sRRJUfT Y_&Key-Pair-Id=APKAJMKGGGYZCUBNLANQ
Terenz
05-28-2016, 12:41 AM
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
#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:
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:
ffmpeg -i "https://hls.spuul.com/etc." -c copy Test.ts
Terenz
05-28-2016, 04:44 AM
Done!
http://i64.tinypic.com/2ypn31c.png
Was hard then i expected...the manual way. I have already explained the question of slim and renditions so i'll not write again.
The first thing is download with a download manager all the renditions-0000N.ts, i have used cURL and C++, and put everything in a folder. Then open the renditions.m3u8 and download all the renditions-encryption key, there are several in this m3u8
#EXT-X-KEY:METHOD=AES-128,URI="HERE",IV=0xECT
And put in the same folder of the TS. Now edit the s_renditions.m3u8 and write ALL the path of the TS and the KEY like:
#EXT-X-KEY:METHOD=AES-128,URI="C:\\renditions-encryption-00001.key",IV=0xETC
#EXTINF:10.00000,
C:\\renditions-00001.ts
Save it always in the same folder of the TS and the KEY. The last part is use ffmpeg for decrypt&merge the TS in one file:
ffmpeg -i "C:\path\s_renditions.m3u8" -c copy Final.ts
End.
felixreddy
05-29-2016, 08:05 PM
Doesnt work for premium movies :( can anyone else Help Pls
Terenz
05-30-2016, 12:19 AM
Doesn't work...please tries to be even more vague. Where did you find difficulty since are only three passages? Save all the TS? Save all the key? Edit the m3u8? To settle things once and for all send me that login info and i'll show you that work.
felixreddy
06-02-2016, 02:01 AM
Doesn't work...please tries to be even more vague. Where did you find difficulty since are only three passages? Save all the TS? Save all the key? Edit the m3u8? To settle things once and for all send me that login info and i'll show you that work.
I have snet u login terenz pls check Ur Pm :)
Hope u can solve dis issue for me :)
You rock Buddy :)
Terenz
06-02-2016, 05:54 AM
I have snet u login terenz pls check Ur Pm :)
Hope u can solve dis issue for me :)
You rock Buddy :)
Man i can confirm i have used the same method of the post #8 of this thread
http://i68.tinypic.com/20fmex.png
The 1080 is very big i have take the first 100 segments and 1 key and the output file is over 460 MB! All the movie have 618 segments...so it will require some time. Good luck.
felixreddy
06-02-2016, 08:46 PM
sent some Pms Pls check Terenz Bro
felixreddy
06-08-2016, 03:47 PM
thnks terenz got it u rock :)
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.