raven2k7
11-17-2014, 01:43 PM
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&id=&width=580&height=400&autostart=true&strech=
croat
11-17-2014, 04:15 PM
you need new token from swf file
biezom
11-17-2014, 04:38 PM
-T "8964316ec8772dfa"
peterpan
11-17-2014, 05:00 PM
ABC
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
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"
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&id=&width=580&height=400&autostart=true&strech=
raven2k7
11-18-2014, 06:20 AM
wow peter your the best! so once i put those commands in i should get a new token ?
raven2k7
11-18-2014, 06:50 AM
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?
troller12
11-18-2014, 02:00 PM
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.
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
raven2k7
11-18-2014, 02:42 PM
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?"
troller12
11-18-2014, 03:19 PM
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
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
raven2k7
11-19-2014, 06:29 AM
it says failed to read RTMP packet body len:1163
download complete
troller12
11-19-2014, 02:29 PM
Remember to change the output (to file or player)...
| "player" -
| "C:\path_to_your_player_file.exe" -
or
-o "output_name_xy.flv"
Just try again so the link data is working fine so far.
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
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 640.00
INFO: height 480.00
INFO: videodatarate 500.00
INFO: framerate 30.33
INFO: videocodecid 7.00
INFO: audiodatarate 32.00
INFO: audiosamplerate 22050.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: presetname Custom
INFO: creationdate Mon Nov 17 22:18:54 2014
INFO: videodevice iGrabber Device [3]
INFO: avclevel 51
INFO: avcprofile 77
INFO: videokeyframe_frequency 2
INFO: audiodevice Line (6- USB Device)
INFO: audiochannels 2
INFO: audioinputvolume 75
INFO: encoder Lavf55.26.100
INFO: filesize 0.00
15081.489 kB / 539.46 sec
greetz
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.