Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 09-16-2011, 12:20 PM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by MaxMustermann View Post
Did they change something?
Code:
rtmpdump -r "rtmp://50.23.65.25/hdcaster/101324" -W "http://hdcaster.net/player.swf" -o 101324.flv --live -T "%Xr8e(nKa@#."
Reply With Quote
  #12  
Old 09-16-2011, 12:37 PM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


That's it, I forgot the token. Thank you
Reply With Quote
  #13  
Old 09-16-2011, 01:54 PM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Another 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
Reply With Quote
  #14  
Old 09-16-2011, 06:53 PM
matrixxx matrixxx is offline
Junior Member
 
Join Date: Jul 2011
Posts: 10
matrixxx is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


You may use a SWF Decompiler to find the token.
Reply With Quote
  #15  
Old 09-17-2011, 03:33 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Post

Wii-Cast.tv


Code:
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"
Reply With Quote
  #16  
Old 09-17-2011, 05:53 AM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: Wii-Cast.tv


Thank 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.
Reply With Quote
  #17  
Old 09-17-2011, 11:45 AM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


The 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@#.
Can you please help me again, nullacht?

Last edited by MaxMustermann : 09-17-2011 at 12:35 PM.
Reply With Quote
  #18  
Old 09-17-2011, 01:58 PM
mckv mckv is offline
Senior Member
 
Join Date: Mar 2011
Posts: 104
mckv is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


MaxMustermann, 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
Reply With Quote
  #19  
Old 09-18-2011, 07:57 AM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Strange, 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
1.
Code:
14:54:30 T:1300   ERROR: RTMP_HashSWF: couldn't contact swfurl http://streamhq.tv/player/player.swf (HTTP error 302)
2. starts playing

3.
Code:
14:54:41 T:1300   ERROR: RTMP_ReadPacket, failed to read RTMP packet header
4. suddenly stops
Reply With Quote
  #20  
Old 09-19-2011, 10:01 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by matrixxx View Post
You may use a SWF Decompiler to find the token.
OK 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
Reply With Quote
Reply Post New Thread
Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 06:29 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons