View Single Post
  #13  
Old 03-04-2017, 09:39 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: tvplayer.com cookie


Streamlink can play the stream ( no browser, I don't know abour browser engine involved here )

set url=http://tvplayer.com/watch/cnninternationaleurope
start/min streamlink -p "ffplay.exe -vf scale=854:480" %url% best

I want to see the stream without streamlink or web browser, and found out that can be done
with player, m3u8, and cookie, http://tvplayer.com/watch/cnninternationaleurope.

http://stream-recorder.com/forum/sho...7&postcount=87

Cookie is good for 6 hours or so, not practical to open browser and look in LiveHttpHeaders so often.

This is the reason why I am looking for a cookie, and you gave me some guidance
how to start chasing.

I found in google a lot of reading about cookie stealing going far beyoud just getting a cookie,
so I thought somebody on this forum could post some sample code or script how to get just a cookie,
similar to people getting secure tokens.
Reply With Quote