View Single Post
  #4  
Old 05-27-2016, 04:37 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


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
Code:
#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:
Code:
http://hls.spuul.com/va/trailers/13810026-8511639e/0011/renditions.m3u8
0011 = 1920x820. The "renditions.m3u8" have the .TS without any key or encoding:
Code:
#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:
Code:
http://hls.spuul.com/va/trailers/13810026-8511639e/0011/renditions-00001.ts
Livestreamer without any referer or http-header
Code:
[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

Last edited by Terenz : 05-27-2016 at 05:25 AM.
Reply With Quote