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.