Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpCode:
rtmpdump -r "rtmp://50.23.65.25/hdcaster/101324" -W "http://hdcaster.net/player.swf" -o 101324.flv --live -T "%Xr8e(nKa@#." |
#12
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThat's it, I forgot the token. Thank you
|
#13
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpAnother question. How did you get the token out of the swf? Wiicast seems to use one too. Is there a pattern I have to search for?
Code:
rtmp://live.wii-cast.tv/pub playpath=dfg5yrhhhh swfUrl=http://www.wii-cast.tv/player/wiicast.swf pageUrl=http://www.wii-cast.tv/embed.php?channel=dfg5yrhhhh&vw=610&vh=360&domain=www.wii-cast.tv live=true |
#14
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpYou may use a SWF Decompiler to find the token.
|
#15
|
|||
|
|||
Wii-Cast.tvCode:
http://www.wii-cast.tv/player/player_secure.swf Code:
("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "#ed%h0#w@1")); Code:
rtmpdump -r "rtmp://174.37.61.85/pub/dfg5yrhhhh" -W "http://www.wii-cast.tv/player/player_secure.swf" -p "http://www.wii-cast.tv/embed.php?channel=dfg5yrhhhh" -o dfg5yrhhhh.flv --live -T "#ed%h0#w@1" |
#16
|
|||
|
|||
Re: Wii-Cast.tvThank you very much You're great. I couldn't get the token from swf source. It's encoded in base64 and after decoding it, I had lots of python unicode trouble. It took me hours to get some readable text, but I couldn't detect the token.
|
#17
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThe token is wrong for this link:
Code:
rtmp://173.192.81.189/streamhq/108258 live=true swfUrl=http://streamhq.tv/player/player.swf pageUrl=http://streamhq.tv/player.php?channel_id=108258&width=700&height=480 token=%Xr8e(nKa@#. Last edited by MaxMustermann : 09-17-2011 at 12:35 PM. |
#18
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpMaxMustermann, i'm not seeing any token in there.
you can also use RABCDAsm to decompile the swf https://github.com/CyberShadow/RABCDAsm/downloads (using powershell) .\abcexport.exe .\player.swf .\rabcdasm.exe .\player-0.abc cd .\player-0 dir -recurse | select-string -pattern "secureTokenResponse" then check the files it finds |
#19
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpStrange, I can download with rtmpsuck, but xbmc stops the stream after a few seconds.
This is how I open the stream with xbmc: Code:
rtmp://173.192.81.189/streamhq/108512 live=true swfUrl=http://streamhq.tv/player/player.swf pageUrl=http://streamhq.tv/player.php?channel_id=108512&width=620&height=360 Code:
14:54:30 T:1300 ERROR: RTMP_HashSWF: couldn't contact swfurl http://streamhq.tv/player/player.swf (HTTP error 302) 3. Code:
14:54:41 T:1300 ERROR: RTMP_ReadPacket, failed to read RTMP packet header |
#20
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpOK I get it how to obtain SWF Token with online SWF decompiler. You download source once you already decompiled SWF player and you look for "securetoken" in text file. It's like this "#ed%h0#w@1".
Online SWF Decompiler to get token |
Tags: download, lankajustin, lankajustin com, rtmp, rtmpdump, stream hq, streamhq, streamhq tv |
Thread Tools | |
Display Modes | |
|
|