Thread: streamking
View Single Post
  #2  
Old 12-03-2015, 12:16 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: streamking


Quote:
Originally Posted by sasa8y View Post
how to record the channels from this site http://streamking.cc?
hi

example this channel
Code:
http://streamking.cc/sportklub

>>>>>
Code:
view-source:http://streamking.cc/player?channel=sportklub
you can find .m3u8 link and use livestreamer with Referer Header


Code:
livestreamer  --http-header "Referer=http://streamking.cc/"  "hls://http://cdn.sportlive.ws/hls/AwuIKPgVuE9Eub_aQP0dcQ/1449133609/sportklub.m3u8" best -o sportklub.ts
Code:
[cli][info] Found matching plugin stream for URL hls://http://cdn.sportlive.ws/hls/AwuIKPgVuE9Eub_aQP0dcQ/1449133609/sportklub.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][sportklub.ts] Written 2.7 MB (13s @ 198.2 KB/s)
Reply With Quote