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 |
All times are GMT -6. The time now is 03:51 PM. |