View Single Post
  #7  
Old 01-16-2016, 05:11 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Recording TV Lifestream


Quote:
Originally Posted by GosuSan View Post

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"
       }
      });
Reply With Quote