Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Code:
rtmpdump -r "rtmp://50.23.65.25/hdcaster/101324" -W "http://hdcaster.net/player.swf" -o 101324.flv --live -T "%Xr8e(nKa@#." |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThat's it, I forgot the token. Thank you :)
|
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 |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpYou may use a SWF Decompiler to find the token.
|
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" |
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.
|
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@#. |
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 |
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 |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Online SWF Decompiler to get token |
All times are GMT -6. The time now is 07:25 PM. |