Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 09-24-2014, 05:35 PM
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 troller12 View Post
You also need a token but you will not find it in memory.
Code:
-T "#kurac#Od#Ovce#"
greetz
How then brought
Reply With Quote
  #12  
Old 09-24-2014, 05:49 PM
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 troller12 View Post
You also need a token but you will not find it in memory.
Code:
-T "#kurac#Od#Ovce#"
greetz
this token

it same

token for

http://www.sports-x.net/play/jarani.player.swf

Reply With Quote
  #13  
Old 09-24-2014, 07:08 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: I need dump details of this stream


Yes same token.Many sites using same stream links but different playpaths & pageurl & swf links.If you check both playpaths of the sites then you will see it.
Code:
ar31a
sk31a
The first is up at the moment and the second not.If you now use the working playpath with the not working other link then it will start.If you play a little with this then you see it already very quick.

greetz
Reply With Quote
  #14  
Old 09-25-2014, 06:22 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 troller12 View Post
Yes same token.Many sites using same stream links but different playpaths & pageurl & swf links.If you check both playpaths of the sites then you will see it.
Code:
ar31a
sk31a
The first is up at the moment and the second not.If you now use the working playpath with the not working other link then it will start.If you play a little with this then you see it already very quick.

greetz
can you help me

i want site to show channels bein sport 1 to 15 high-quality

please

Reply With Quote
  #15  
Old 09-25-2014, 02:02 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: I need dump details of this stream


hello
@troller12
how to find the token if it is not in memory or in .swf?
That is the question!!
thanks
Reply With Quote
  #16  
Old 09-25-2014, 02:03 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: I need dump details of this stream


So I don't think that they also stream in HD.

greetz
Reply With Quote
  #17  
Old 09-25-2014, 03:00 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: I need dump details of this stream


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++;
            }
Reply With Quote
  #18  
Old 09-26-2014, 06: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
  #19  
Old 09-26-2014, 11:04 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: I need dump details of this stream


Try without live
Reply With Quote
  #20  
Old 09-26-2014, 11:19 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
Try without live
Please Explain

Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:46 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons