View Single Post
  #18  
Old 09-26-2014, 05:54 AM
alsersawy alsersawy is offline
Senior Member
 
Join Date: Jul 2014
Posts: 128
alsersawy is on a distinguished road
Default

Re: I need dump details of this stream


Quote:
Originally Posted by denobis View Post
Hi,

use this to get all the channels from sportp2p

http://www.mediafire.com/download/kk...5/sportp2p.exe

Simply run it

And the token

Code:
            
$p2 = "whatever &^%$#";
$p1 = base64_decode("VAMUBgQVRj1EBRFTR0ZU");

$token="";
while ($k<strlen($p1))
            {               
                $token.=$p2[$k % strlen($p2)] ^ $p1[$k];
		$k++;
            }
can you help me in this problem mr.denobis

in this site

http://www.teledunet.com/

my link

Code:
rtmpdump -v -r "rtmp://www.teledunet.net:1935/teledunet" -a "teledunet" -f "WIN 13,0,0,214" -W "http://www.teledunet.com/mobile//player.swf?id0=1.10105792922E+12&channel=tunisia_national_1" -p "http://www.teledunet.com/mobile/" -C "S:OK" -y "saudisport" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -


the problem
Download complete
how i can play it without stops


Code:
saudisport
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
KSV patched + Denobis patched
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   768.00
INFO:   height                  432.00
INFO:   videodatarate           0.00
INFO:   framerate               1000.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           0.00
INFO:   audiosamplerate         22050.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  FALSE
INFO:   audiocodecid            2.00
INFO:   encoder                 Lavf54.3.100
INFO:   filesize                0.00
3593.359 kB / 20.35 sec
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 16575
3597.431 kB / 20.40 sec
Download complete
thank you for help
Reply With Quote