View Single Post
  #3  
Old 10-05-2015, 12:22 PM
midi23 midi23 is offline
Junior Member
 
Join Date: Jul 2015
Posts: 10
midi23 is on a distinguished road
Default

Re: how to get a code for this website


Quote:
Originally Posted by biezom View Post
not easy

dynamic .m3u8 and need 3 headers User-Agent Referer and Cookie (2 Cookies OPSESSID ci_session)



Code:
livestreamer --http-header "Cookie=OPSESSID=.....................; ci_session=..................."    --http-header "User-Agent=Mozilla/5.0 (X11; Linux i686; rv:41.0) Gecko/20100101 Firefox/41.0 Iceweasel/41.0"  --http-header "Referer=http://p.jwpcdn.com/6/12/jwplayer.flash.swf"  "hls://http://oneplay.tv/applicationlive/reproducir/194_...............m3u8" best -o "discovery-kids.ts"

Code:
[cli][info] Found matching plugin stream for URL hls://http://oneplay.tv/applicationlive/reproducir/194_....................m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][discovery-kids.ts] Written 9.3 MB (39s @ 229.2 KB/s)
with me

i got this

Code:
[cli][info] Found matching plugin stream for URL hls://http://oneplay.tv/applica
tionlive/reproducir/194_q1212b65b3f746.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[cli][error] Could not open stream: Missing #EXTM3U header
how i can solve it
Reply With Quote