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
  #1  
Old 11-17-2014, 02:43 PM
raven2k7 raven2k7 is offline
Member
 
Join Date: Nov 2014
Posts: 43
raven2k7 is on a distinguished road
Default

rtmp streams wont play that i sniffed


hi to all. for some reason my rtmp streams from ibrod.com dont play anymore when i sniff them using urlhelper. they videos play fine on the website , and they used to play when i got all the address from urlhelper . but now they dont load . they are below , can someone check them for me please to see whats wrong. thank u !

rtmp://rtmp.zerocast.tv:1935/live playpath=rGCi7bg0Qxvs8q7Sl13l swfUrl=http://cdn.zerocast.tv/player.swf pageUrl=http://zerocast.tv/embed3.php?a=1&id=&width=580&height=400&autostart= true&strech=

and the other

rtmp://rtmp.zerocast.tv:1935/live<playpath>Ger61uLQ4fedzvjRjrB7 <swfUrl>http://cdn.zerocast.tv/player.swf <pageUrl>http://zerocast.tv/embed3.php?a=127&...t=true&strech=
Reply With Quote
  #2  
Old 11-17-2014, 05:15 PM
croat croat is offline
Junior Member
 
Join Date: Jun 2014
Posts: 2
croat is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


you need new token from swf file
Reply With Quote
  #3  
Old 11-17-2014, 05:38 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


Code:
-T "8964316ec8772dfa"
Reply With Quote
  #4  
Old 11-17-2014, 06:00 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


ABC
Code:
rtmpdump -r "rtmp://rtmp.zerocast.tv:1935/live/" -a "live/" -f "WIN 13,0,0,214" -W "http://cdn.zerocast.tv/player.swf" -p "http://zerocast.tv/embed3.php?a=1&id=&width=580&height=400&autostart=true&strech=" --live -y "rGCi7bg0Qxvs8q7Sl13l" -o "zerocast-ABC.flv" -T "8964316ec8772dfa"
CBS
Code:
rtmpdump -r "rtmp://rtmp.zerocast.tv:1935/live/" -a "live/" -f "WIN 13,0,0,214" -W "http://cdn.zerocast.tv/player.swf" -p "http://zerocast.tv/embed3.php?a=1&id=&width=580&height=400&autostart=true&strech=" --live -y "Ger61uLQ4fedzvjRjrB7" -o "zerocast-CBS.flv" -T "8964316ec8772dfa"

Quote:
Originally Posted by raven2k7 View Post
hi to all. for some reason my rtmp streams from ibrod.com dont play anymore when i sniff them using urlhelper. they videos play fine on the website , and they used to play when i got all the address from urlhelper . but now they dont load . they are below , can someone check them for me please to see whats wrong. thank u !

rtmp://rtmp.zerocast.tv:1935/live playpath=rGCi7bg0Qxvs8q7Sl13l swfUrl=http://cdn.zerocast.tv/player.swf pageUrl=http://zerocast.tv/embed3.php?a=1&id=&width=580&height=400&autostart= true&strech=

and the other

rtmp://rtmp.zerocast.tv:1935/live<playpath>Ger61uLQ4fedzvjRjrB7 <swfUrl>http://cdn.zerocast.tv/player.swf <pageUrl>http://zerocast.tv/embed3.php?a=127&...t=true&strech=
Reply With Quote
  #5  
Old 11-18-2014, 07:20 AM
raven2k7 raven2k7 is offline
Member
 
Join Date: Nov 2014
Posts: 43
raven2k7 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


wow peter your the best! so once i put those commands in i should get a new token ?
Reply With Quote
  #6  
Old 11-18-2014, 07:50 AM
raven2k7 raven2k7 is offline
Member
 
Join Date: Nov 2014
Posts: 43
raven2k7 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


i get something that says * starting live stream * then it starts download data for a long time . how long is it suppose to run before it stops?
Reply With Quote
  #7  
Old 11-18-2014, 03:00 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


The stream is very slow and does stop also in browser itself.If the stream is bad like this then you need to wait a while till rtmpdump starts but you also could add some timeout & buffer into your link to gettings started the stream quicker.
Code:
rtmpdump -v -r "rtmp://rtmp.zerocast.tv:1935/live" -a "live" -f "WIN 14,0,0,179" -W "http://cdn.zerocast.tv/player.swf" -p "http://zerocast.tv/embed3.php?a=1&id=&width=580&height=400&autostart=" --live -y "rGCi7bg0Qxvs8q7Sl13l" -T "8964316ec8772dfa" --buffer 4000 -m 2 | "player" -
greetz
Reply With Quote
  #8  
Old 11-18-2014, 03:42 PM
raven2k7 raven2k7 is offline
Member
 
Join Date: Nov 2014
Posts: 43
raven2k7 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


ok , it looks like am finally gettin somewhere. thanks trolly. but hey , how do u guys find this * "WIN 14,0,0,179"* . i think thats the flash version right?"
Reply With Quote
  #9  
Old 11-18-2014, 04:19 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


Yes this is just my flash version I use but this paramter you don't need to use in your stream link later.The token for this host you can find easily in memory in this case right after secureTokenResponse
Code:
Offset      0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F

043DC850   74 74 61 63 68 4E 65 74  53 74 72 65 61 6D 0B 73   ttachNetStream.s
043DC860   65 63 75 72 65 54 6F 6B  65 6E 13 73 65 63 75 72   ecureToken.secur
043DC870   65 54 6F 6B 65 6E 52 65  73 70 6F 6E 73 65 10 38   eTokenResponse.8
043DC880   39 36 34 33 31 36 65 63  38 37 37 32 64 66 61 0C   964316ec8772dfa.
043DC890   44 56 52 53 75 62 73 63  72 69 62 65 0F 67 65 74   DVRSubscribe.get
043DC8A0   53 74 72 65 61 6D 4C 65  6E 67 74 68 02 65 78 08   StreamLength.ex.
PS: Ich geb dir gleich trolly!

greetz
Reply With Quote
  #10  
Old 11-19-2014, 07:29 AM
raven2k7 raven2k7 is offline
Member
 
Join Date: Nov 2014
Posts: 43
raven2k7 is on a distinguished road
Default

Re: rtmp streams wont play that i sniffed


it says failed to read RTMP packet body len:1163
download complete
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:51 AM.


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