Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
rtmp streams wont play that i sniffedhi 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= |
#2
|
|||
|
|||
Re: rtmp streams wont play that i sniffedyou need new token from swf file
|
#3
|
|||
|
|||
Re: rtmp streams wont play that i sniffedCode:
-T "8964316ec8772dfa" |
#4
|
|||
|
|||
Re: rtmp streams wont play that i sniffedABC
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" 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:
|
#5
|
|||
|
|||
Re: rtmp streams wont play that i sniffedwow peter your the best! so once i put those commands in i should get a new token ?
|
#6
|
|||
|
|||
Re: rtmp streams wont play that i sniffedi 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?
|
#7
|
|||
|
|||
Re: rtmp streams wont play that i sniffedThe 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" - |
#8
|
|||
|
|||
Re: rtmp streams wont play that i sniffedok , 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?"
|
#9
|
|||
|
|||
Re: rtmp streams wont play that i sniffedYes 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. greetz |
#10
|
|||
|
|||
Re: rtmp streams wont play that i sniffedit says failed to read RTMP packet body len:1163
download complete |
Tags: rtmp sniffing |
Thread Tools | |
Display Modes | |
|
|