Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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" |
#2
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpit seems,they are using SecureToken method.
ask for help decipher KSV |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThey are using SecureToken protection. The key is stored in the .swf file.
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 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Mon Aug 15 12:17:35 2011 INFO: videodevice Gadmei TV Belle CaptureC INFO: framerate 15.00 INFO: width 320.00 INFO: height 240.00 INFO: videocodecid avc1 INFO: videodatarate 200.00 INFO: avclevel 31.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency5.00 INFO: audiodevice Yamaha DS1x Native Audio INFO: audiosamplerate 22050.00 INFO: audiochannels 1.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 32.00 3458.650 kB / 110.68 sec |
#5
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpThanks a lot nullacht !
|
#6
|
|||
|
|||
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?
|
#7
|
|||
|
|||
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 -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -o demo_pj_lin_por.mp4 --live -T "5bead039555e3046e491864eaa333914" 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:
<script type="text/javascript"> $(document).ready(function(){ var srv_at_AlfaCon_94=1; function cp_AlfaCon_94(tl,pl,tc,srv,v1,v2,v3,ms) { jwplayer('AlfaCon_94').setup( { flashplayer:'http://www.alfaconcursos.com.br/imagens/player/'+pl, skin:'http://www.alfaconcursos.com.br/imagens/player/modieus.swf', width:'430',height:'250', allowfullscreen:true, allowscriptaccess:true, wmode:'transparent', stretching:'exactfit', autostart:false, controlbar:'over', bufferlength:'30', 'playlist': [{ 'provider':tc, 'streamer':srv, 'image':'http://www.alfaconcursos.com.br/repositorio/imagens/cursos/94-video_grande.jpg', 'levels': [{ 'bitrate':110, 'width':640, 'file':v3, 'title':'VideoAula Demonstrativa' }] }], 'plugins':{}, events:{onMeta:function(){ if(registrar_log) { registra_log(); } }, onError:function(){ if(srv_at_AlfaCon_94==3) { ps=1; }else { ps=srv_at_AlfaCon_94+1; } pps_AlfaCon_94(ps,1); } } }); } function pps_AlfaCon_94(codigo,play) { switch(codigo) { // "C:\rtmpdump\rtmpdump.exe" -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -o demo_pj_lin_por.mp4 --live -T "5bead039555e3046e491864eaa333914" case 1:srv_at_AlfaCon_94=1; jwplayer('AlfaCon_94').remove(); cp_AlfaCon_94('Servidor 1 (BR)', 'player_alfacon.swf', 'rtmp', 'rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s', 'aula/aulas_demo/demo_pj_lin_por.mp4', '100/aulas_demo/demo_pj_lin_por.mp4', '200/aulas_demo/demo_pj_lin_por.mp4', 'http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8'); if(play==1) { jwplayer('AlfaCon_94').play(); } break; case 2:srv_at_AlfaCon_94=2; jwplayer('AlfaCon_94').remove(); cp_AlfaCon_94('Servidor 2 (FL)', 'player_alfacon.swf', 'rtmp', 'rtmps://51b73eba923b9.streamlock.net/alfaconcursos2s', 'aula/aulas_demo/demo_pj_lin_por.mp4', '100/aulas_demo/demo_pj_lin_por.mp4', '200/aulas_demo/demo_pj_lin_por.mp4', 'http://51b73eba923b9.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8'); if(play==1){ jwplayer('AlfaCon_94').play(); } break; case 3:srv_at_AlfaCon_94=3; jwplayer('AlfaCon_94').remove(); cp_AlfaCon_94('Servidor 3 (MI)', 'player_alfacon.swf', 'rtmp', 'rtmps://51a59b8396b9d.streamlock.net/alfaconcursos2s', 'aula/aulas_demo/demo_pj_lin_por.mp4', '100/aulas_demo/demo_pj_lin_por.mp4', '200/aulas_demo/demo_pj_lin_por.mp4', 'http://51a59b8396b9d.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8'); if(play==1){ jwplayer('AlfaCon_94').play(); } break; } } $('#fm_AlfaCon_94').bind("click",function(){ $('#MSG_AlfaCon_94').hide('fast','linear'); }); $('#rp_AlfaCon_94').bind("click",function(){ jwplayer('AlfaCon_94').remove(); }); $('#opcoes_AlfaCon_94').bind("click",function(){ $('#botoes_serv_AlfaCon_94').fadeToggle('fast','linear'); }); $('#rl_AlfaCon_94').bind("click",function(){ jwplayer('AlfaCon_94').remove(); pps_AlfaCon_94(srv_at_AlfaCon_94,1); }); $('#s1_AlfaCon_94').bind("click",function(){ pps_AlfaCon_94(1,1); }); $('#s2_AlfaCon_94').bind("click",function(){ pps_AlfaCon_94(2,1); }); $('#s3_AlfaCon_94').bind("click",function(){ pps_AlfaCon_94(3,1); }); pps_AlfaCon_94(srv_at_AlfaCon_94,0); }); </script> |
#8
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpQuote:
|
#9
|
|||
|
|||
Re: streamhq.tv - How to download rtmp:// stream with rtmpdumpGet an SWF file from the cache of your web-browser.
|
#10
|
|||
|
|||
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. |
Tags: download, lankajustin, lankajustin com, rtmp, rtmpdump, stream hq, streamhq, streamhq tv |
Thread Tools | |
Display Modes | |
|
|