View Single Post
  #1  
Old 03-22-2013, 08:59 AM
bentzi bentzi is offline
Junior Member
 
Join Date: Mar 2013
Posts: 8
bentzi is on a distinguished road
Default

help with finding the stream details


Hi, been trying to get the url: found the rtmp, swf but need hep...
this is what I got:
Code:
<script>
    $('#container').flowplayer(
    {src:"/media/mytvplayer/3.2.7/flowplayer.commercial-3.2.7.swf",
    	onFail: function ()  {
window.location='/media/changeplayer.php';
        	},
         wmode: 'transparent'}, {
     plugins: {

            rtmp: {
                url: '/media/mytvplayer/3.2.7/flowplayer.rtmp-3.2.3.swf'
                // make the rtmp plugin query the stream length from the server
                //  durationFunc: 'getStreamLength'
            },
            pseudo: {
                url: '/media/mytvplayer/3.2.7/flowplayer.pseudostreaming-3.2.7.swf'
            } ,
            controls: {
                url: '/media/mytvplayer/3.2.7/flowplayer.controls-tube-3.2.5.swf',
                //  failOverDelay:1000,opacity: 0
                fullscreen: true,
                autohide: 'always',
                playlist: true,
                hideDelay: 4000,
                height: 30 ,
                play: {opacity: 0}


  } ,
        playlist:[
        ],
        key:'#$cdb3b2b7db1ab68aa98'
    });

<script>
            vars='SHVuZ2FyeS1CdWRhcGVzdC1CdWRhcGVzdCAoamFwYW4xKQ%3D%3D';
</script>


from firebug:
XHR
</script>
<script>

                    $('#trslow').css('display','none');
                      var pl=     [{ provider: 'rtmp',connectionArgs:[false,'94538','af8985efdd436ec9762e3803209a2652_1362961210','live/21'],netConnectionUrl: 'rtmp://46.165.210.107:81/edge/_definst_',url:'live/21',live:true}];
                                                    $f().setPlaylist(pl);
                                    $f().play();            </script>

    
            <!--setmacpl(patturl,$('#patstre').val(),$('#patbuffer').val())-->
<script>
            vars='SHVuZ2FyeS1CdWRhcGVzdC1CdWRhcGVzdCAoZXVyb3BlNy1nZXJtYW55KQ%3D%3D';
</script>
<script>
$('#noticediv').html('');
</script>
    
    <span id="moch" style="display:none" >
        <b>
            <span id="spcname">1</span></b>
        <span lang="he" dir="ltr"> 

Response Headersview source
Cache-Control	no-cache, must-revalidate
Content-Encoding	gzip
Content-Type	text/html; charset=utf-8
Date	Mon, 21 Mar 2013 00:17:20 GMT
Expires	Mon, 26 Jul 1997 05:00:00 GMT
Pragma	no-cache
Server	nginx
X-Firefox-Spdy	2
X-Powered-By	PHP/5.4.8
Request Headersview source
Accept	*/*
Accept-Encoding	gzip, deflate
Accept-Language	en-US,en;q=0.5
Connection	keep-alive
Cookie	ynet=1; PHPSESSID=ashslnvji85c0ce4tnoejo9qg4; pl=900; user=taaluma; password=f52c3bfd8dd3689a44e3a92a4013b95c; patricktime=1362960520; user_id=94538
DNT	1
Host	web1.mytv.com
Referer	https://web1.mytv.com/channels.html
User-Agent	Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
X-Requested-With	XMLHttpRequest
Reply With Quote