View Single Post
  #5  
Old 11-30-2015, 02:26 PM
sysanin sysanin is offline
Member
 
Join Date: Apr 2011
Posts: 44
sysanin is on a distinguished road
Default

Re: Anyone know how to capture this live stream


Quote:
To access M3U8 you need to use the same user agent as you used for opening web page.
and Referer=http://cdn.p2pcast.tv/jwplayer.flash.swf
Code:
livestreamer --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101 Firefox/42.0" --http-header "Referer=http://cdn.p2pcast.tv/jwplayer.flash.swf" "hls://http://live3.p2pcast.tv:8010/tv2/504476.m3u8?sf=NTYxZDAyMzBhYjA5NQ==&token=CBplXDVg6ishIXvZ0LigxA" best
Reply With Quote