streamhq.tv - How to download rtmp:// stream with rtmpdumpIm having an issue with the following
Code:
http://lankajustin.com/link2/ rtmpdump --live -r "rtmp://173.192.81.189/streamhq/100358" -p "http://streamhq.tv/player.php?channel_id=100358&width=600&height=430" -W "http://streamhq.tv/player/player.swf" -o "video.flv" |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpit seems,they are using SecureToken method.
ask for help decipher KSV |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThey are also concealling the true http address of the SWF file, by hiding it behind a http 302 redirect.
RTMPdump can't handle the necessary redirect, unlike a web browser, so it won't stream in RTMPDump but will in your browser. |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Code:
("secureTokenResponse", null, TEA.decrypt(event.info.secureToken, "%Xr8e(nKa@#.")); Code:
rtmpdump -r "rtmp://173.192.81.189/streamhq/102569" -W "http://streamhq.tv/player/player.swf" -o 102569.flv --live -T "%Xr8e(nKa@#." Code:
RTMPDump v2.4 |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThanks a lot nullacht !
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThis approach doesn't work for me anymore. Did they change something? Does it still work for you?
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpUse rtmpsusk
Code:
RTMP Proxy Server v2.4 GIT-2011-07-22 (Compiled by KSV) |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpI did use rtmpsuck, but it stopped after a few seconds. You have some errors in your posted output, too. Does it work for you nevertheless?
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Code:
General |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpOk, it's working with rtmpsuck. But I try to play the stream in XBMC and it stops after a second. This is how I use it with XBMC:
Code:
rtmp://50.23.65.25/hdcaster playpath=101634 swfUrl=http://hdcaster.net/player.swf pageUrl=http://hdcaster.net/player.php?channel_id=101634&width=600&height=430 |
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 |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
When I look for this "http://streamhq.tv/player/player.swf" in Google, it doesn't display streamhq page so I can't find in Google cache. |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
p.s. If by Google cache you mean the cache of the Google search engine, then you're looking into wrong direction. |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Code:
.mozilla/firefox/029xny9x.default/Cache/1/E5/A2ACBd01 |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
Or try to modify the expiration date using the Modify Headers extension for Firefox. |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpGuys, precisod and helps to force the download of this site, alphaconcursos.
I tried to use URL Snooper to identify, but could not. Manulmente created the link: HTML Code:
rtmpdump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL ERROR: You must specify the playpath (- playpath) or url (-r "rtmp :/ / host [: port] / playpath") containing the playpath Can anyone help me find the correct row to download? HTML Code:
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpI can not make donwload the video:
would like to help me? I want to buy access, but are limited to 5 times of access, and would like to download them for study. HTML Code:
rtmpdump -r "rtmps://51a31bcacc912.streamlock.net:1935/alfaconcursos2s" -a "ondemand" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/aulas_demo/demo_pj_lin_por.mp4" -o demo_pj_lin_por.mp4 --live -T "5bead039555e3046e491864eaa333914" RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused) Font: HTML Code:
case 1:srv_at_AlfaCon_94=1; |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumppost original stream or video link
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpI'm using Ubuntu already installed rtmpdump, but still of the ERROR:
Quote:
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumphttp://www.alfaconcursos.com.br/curs...ederal_pf.html
know what can be? Version? Firewall port? Already have disabled everything, and have downloaded the latest version, their is more current, has the. Exe to pass me? Quote:
![]() |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpworks fine
Code:
rtmpdump -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -a "alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/aulas_demo/demo_pj_lin_por.mp4" -T "5bead039555e3046e491864eaa333914" -o "output.flv" |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThanks for the help!
Works on Ubuntu, but not on Win7. ![]() Of the error shown above, have any tips? |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpIt worked in Ubuntu, thank you for strength! LESOR and hasomaso!
Only the win7 not = / Know what can be? |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpyou use the latest rtmpdump release from KSV?
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThe version I'm using for Win7 is this:
Latest version: 2.4 122213 (December 22, 2013) http://www.videohelp.com/tools/RTMPDump It worked, I wrote the wrong command! Thanks for the help guys, I'll buy the course now and try to download! Any questions I post here! |
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpHERE is the right release from KSV
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpHave downloaded the videos!
Thanks, now you know a nice program for ubuntu que convert mp4 to mp3? Installed pacpl (Perl Audio Converter - 4.0.5 ) .. When I give the command: pacpl - to mp3 -v -r name.mp4 https://www.youtube.com/watch?v=GybGKPelvYo But the error: Quote:
|
Re: streamhq.tv - How to download rtmp:// stream with rtmpdump |
All times are GMT -6. The time now is 01:23 AM. |