Hi,
yes token is dynamic.
Code:
--------------------------------------------------
http://www.streamlive.to/server.php?id=1441641275
{"token":"n74d7d9ca79ac8b0c4004058d4d129c7"}
--------------------------------------------------
As response you get token data if you follow / debug the way.If you want to find token in memory then you have to search for..
...as I did post before already.Now you find it.On original site of streamlive...
Code:
streamlive.to
http://www.streamlive.to/view/69110/Discoverylive-stream-channel
...you can also find a playlist....
Code:
file': 'http://23.92.70.42:1935/edge/ro7c9eha0z96hpp/playplist.m3u8
...but livestreamer dosen't play it and get any timeout problem etc so I think for this you need to use some extra --http-header paramters etc.
Code:
livestreamer "hls://http://23.92.70.42:1935/edge/ro7c9eha0z96hpp/playplist.m3u8" best
[cli][info] Found matching plugin stream for URL hls://http://23.92.70.42:1935/edge/ro7c9eha0z96hpp/playplist.m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[cli][error] Could not open stream: Unable to open URL: http://23.92.70.42:1935/
edge/ro7c9eha0z96hpp/playplist.m3u8 ((<requests.packages.urllib3.connectionpool.
HTTPConnectionPool object at 0x01358630>, 'Connection to 23.92.70.42 timed out.
(connect timeout=20.0)'))
greetz