Challenge: decode stream url & token from wireshark logsHi,
I'm probably close to get the right rtmp stream from the wireshark log above (tcp stream got when starting to play the stream in the browser) but I can't figure it out. For example, which of the following urls is the good one? Code:
rtmp://185.39.11.50:1735/vod?token=play@141867678301507 Code:
rtmp://stream.dinozap.tv:190/vod/_definst_/jerkoooo_7w4bxhm Can anyone help me get the right url/token and the appropriate rtmpdump cmd? I would be SO grateful, after tens of hours scratching my head on this. Ben Wireshark log: Code:
app...vod?token=play@141867678301507..flashVer...LNX 14,0,0,177..swfUrl..?http://www.spasswitz.com/jwplaye.r5/addplayer/jwplayer.flash.swf..tcUrl..7rtmp://185.39.11.50:1735/vod?token=play@141867678301507..fpad....capabilities.@m.........audioCodecs.@.........videoCodecs.@o....... Code:
rtmpdump -r "rtmp://stream.dinozap.tv:190/vod/_definst_/jerkoooo_7w4bxhm" -a "flash" -W "http://www.spasswitz.com/jwplaye.r5/addplayer/jwplayer.flash.swf" -T "wowk" -o test.flv -z -v |
Re: Challenge: decode stream url & token from wireshark logsit's the same issue
HTML Code:
http://stream-recorder.com/forum/help-please-site-t19008.html HTML Code:
http://stream-recorder.com/forum/showpost.php?p=72304&postcount=315 |
Re: Challenge: decode stream url & token from wireshark logscan you post original link's chanel please for try?
|
Re: Challenge: decode stream url & token from wireshark logsThank @biezom, I truly appreciate your help.
* Which version of rtmp(.c) do you use? I can't find the lines mentionned by gorilla.maguila in the latest version on https://rtmpdump.mplayerhq.hu. For example redirected does not belong to RTMP_LNK struct. * The -p param gives the web path and its token. Even if I successfully rtmpdump the stream, will I need a new token everytime (If so I can't reuse the stream in ajwplayer right) ? thanks again, Ben |
Re: Challenge: decode stream url & token from wireshark logscan you post original link's chanel please for try if it works i'm not sure!!
|
Re: Challenge: decode stream url & token from wireshark logssure, channel: http://polysportstv.net/live/tv.php?...640&height=360
(ignore my Q1, I've successfully installed rtmpdump's patch) |
Re: Challenge: decode stream url & token from wireshark logsok it works
but it works just one time, for an other time you need sniff again for a new link |
Re: Challenge: decode stream url & token from wireshark logsMy last 2 questions, I swear.
Do you use wireshark to find the rmtp info or is there anything easier? Is there an easy way to forward the caught stream with rtmpdump to my own rtmp server ? Ben |
Re: Challenge: decode stream url & token from wireshark logsi'm on debian linux not on windows. i use iptables and rtmpsrv in terminal. On windows i think you can use rtmpdumphelper and firefox
|
Re: Challenge: decode stream url & token from wireshark logsHi biezom,
I'm also on Debian. When I do:
I successfully get the rtmpdump command, then I flush the iptables rules. When I launch the rtmpdump command, the server rejects me. What am I missing? Does it work on your side? Get the RTMP command: Code:
./rtmpsrv Play it just after: Code:
./rtmpdump -r "rtmp://185.39.10.134:1735/redirect/" -a "redirect/?token=play@141883511703666" -f "LNX 11,2,202,425" -W "http://www.spasswitz.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.playerhd2.pw/embed.php?c=28128&width=640&height=360&autostart=true&tk1=EoIDYJhisqAyhTuDnQVDx2wbMKlk7b594sPSFQ1txB0%3D&tk2=RJf1qQRTaTQoGtU783KcO7HQmPzNxiQ0KEUGquhbom4%3D&tk3=00%2BWU6PNzKb%2FXN9kR3E%2BJaiGndT7%2FFUp%2BG9YlZhzEVU%3D" -y "jerkoooo_7w4bxhm" -o "2014-12-17_10-55-49_jerkoooo_7w4bxhm.flv" |
All times are GMT -6. The time now is 06:38 PM. |