Quote:
Originally Posted by GosuSan
Could you teach me how to get that Token?
I'd really want to learn that.
Want to try some more stream-captures, maybe from other sites, and I guess that would be pretty handy.
|
for this site you can download the source of the pageUrl with livestreamer
Code:
livestreamer --http-header "Referer=http://cricfree.sx" "httpstream://http://yotv.co/embedo.php?live=eu2&vw=620&vh=490" best -o eu2.txt
and edit eu2.txt
Code:
<body oncontextmenu="return false" style="margin: 0px; padding: 0px; background: #3c3c3c" >
<div class="player_div" align="center">
<span>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "rtmp://31.220.2.148/redirect/eu2",
aboutlink: "http://yotv.co",
abouttext: "Yotv",
skin: "glow",
width: "620",
height: "490",
autostart: "true",
repeat: "true",
rtmp: {
securetoken: "%Zrey(nKa@#Z"
}
});