rtmp_readpacket (maybe token?)Hello all,
I just started using rtmpdump and been using rtmpdumpHelper with good results. However, I can't seem to get streams from stream2watch.me and freetvall.com to work all. Thank you in advance for all your help. I'm greatly appreciated. From freetvall.com http://freetvall.com/video/3WUHOO41D...covery-Channel [code] Code:
tmpdump -r "rtmp://watch1.streamlive.to:1935/edge/_defi Code:
rtmpdump -r "rtmpe://46.246.29.160:1935/live/" -a "live/ |
Re: rtmp_readpacket (maybe token?)Code:
rtmpdump -r "rtmpe://46.246.124.31:1935/live/" -a "live/" -f "WIN 13,0,0,214" -W "http://prvservers.com/j/jwplayer.flash.swf" -p "http://prvservers.com/embed2.php?u=discoo&vw=620&vh=470&domain=usachannels.tv" --live -y "discoo" -o "2014-11-19_07-31-41_discoo.flv" -T "#yw%%tt#w@kku" |
Re: rtmp_readpacket (maybe token?)peterpan, thank you for your help. Could you point me to where I can learn how to do that?
Thanks, again! |
Re: rtmp_readpacket (maybe token?)If you can't decompile the swf (looks obfuscated or broken) then check the memory.....
Code:
Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F - check memory first (quick check) - or decompile swf file (search connection.call to find token string or string for -K parameter if used) in action script. - or using any other advanced methods If no token used then the problem could be that some parameters you got a dynamic (playpath for exsample) and working just per session (time-limit or per access etc) or rtmpdump dosen't work (because of any bugs or not supported features / streams). greetz |
Re: rtmp_readpacket (maybe token?)Hello, troller12, do you mind point me to where I can learn how to check the memory for the token?
I tried following this http://forum.wiziwig.eu/threads/8384...F-Secure-Token I extracted three files with .as extension but I cannot find anything in it. I even tried to get the code from showmycode.com and can't find anything related to securetoken, shared secret, or connection.call on it. I really appreciate it if you could help point me to the right direction. Thanks. |
Re: rtmp_readpacket (maybe token?)troller12, I found your instruction on how to use WinHex to read the plugin.container. I'm having a hard time to find securetoken anywhere on the memory. I did open Ram > plugin-container > entire memory, and still can't find securetoken.
How long does the securetoken stay in memory? When should I open up the "open RAM?" it is as soon as the video start? Thanks, again for your help! |
Re: rtmp_readpacket (maybe token?)Quote:
read this thread with more details how to use Winhex HTML Code:
http://stream-recorder.com/forum/cant-play-channel-because-token-t18788.html |
Re: rtmp_readpacket (maybe token?)Just load the site in browser till the stream has startet or press play button if needed and now load & check the memory.If you use XP then you see also just one plugin.container process you have to choose.If you use Win7 + etc then you see two processes of flash.player.plugin_xxxx and there choose the second one.
Info: streamlive.to used dynamic token which you need to update each time (not working very long) and on the other site you can choose different streams where one also used the static token which keeps same so its better to use this one. :) Below you see my exports of both sites (I did set it to 40 hex digits (64dec)) what get logged durring access the sites (only to catch rtmp link and token if used). Code:
46.246.29.154 greetz |
Re: rtmp_readpacket (maybe token?)Quote:
Stroller12, thanks, for clarifying the instruction. I tried your steps but I came up with this on this site http://freetvall.com/video/8U158YHD5...story-Channel: Code:
Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F The above was all the "securetoken" and "decodedframes" I could fine on the 2nd flashplayerplugins.x.x.x the first entry and the plugincontainer was not searchable because of "memory changed" problem. Thanks, I hope you could help more. |
Re: rtmp_readpacket (maybe token?)Did you search in Unicode format?If the memory changed press OK then it will refreshed and you can search go on (F3).Also you can directly visit the streamlive.to site where the stream is comming from.
greetz |
All times are GMT -6. The time now is 02:10 AM. |