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
  #1  
Old 04-05-2011, 05:43 AM
joolzg joolzg is offline
Junior Member
 
Join Date: Aug 2009
Posts: 7
joolzg is on a distinguished road
Default

www.kcrw.com: Help on dumping the video here


Im trying to get this recording but having no luck any help please

_http://www.kcrw.com/music/programs/cl/cl101031ryuichi_sakamoto/#

it will open a new window, play an advert and then the live recording.

joolz
Reply With Quote
  #2  
Old 04-05-2011, 06:12 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: Help on dumping the video here


Code:
rtmpdump -r "rtmp://digitaria.fcod.llnwd.net/a1994/o23/kcrw/" -a "a1994/o23/kcrw/" -f "WIN 10,1,53,64" -W "http://www.kcrw.com/media-player/swf/audioPlayer.swf" -p "http://www.kcrw.com/media-player/mediaPlayer2.html?type=video&id=cl101031ryuichi_sakamoto" -y "/video/programs/music/cl/cl101031Ryuichi_Sakamoto" -o cl101031Ryuichi_Sakamoto.flv
Reply With Quote
  #3  
Old 04-05-2011, 06:17 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Help on dumping the video here


Code:
rtmpdump.exe -r rtmp://digitaria.fcod.llnwd.net/a1994/o23/kcrw/video/programs/music/cl/cl101031Ryuichi_Sakamoto -a a1994/o23/kcrw/ -y /video/programs/music/cl/cl101031Ryuichi_Sakamoto -W http://www.kcrw.com/media-player/swf/audioPlayer.swf -p "http://www.kcrw.com/media-player/mediaPlayer2.html?type=video&id=cl101031ryuichi_sakamoto" -o Test.flv
Code:
RTMPDump v2.3 r565 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1847.35
INFO:   width                 480.00
INFO:   height                360.00
INFO:   videodatarate         400.00
INFO:   framerate             29.97
INFO:   videocodecid          4.00
INFO:   audiodatarate         96.00
INFO:   audiodelay            0.04
INFO:   audiocodecid          2.00
INFO:   canSeekToEnd          TRUE
8254.532 kB / 122.03 sec (6.6%)
Reply With Quote
  #4  
Old 04-05-2011, 06:25 AM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: Help on dumping the video here


hey!!
i was first.
i have won!

Reply With Quote
  #5  
Old 04-05-2011, 07:41 AM
joolzg joolzg is offline
Junior Member
 
Join Date: Aug 2009
Posts: 7
joolzg is on a distinguished road
Default

Re: Help on dumping the video here


Thanks all. now i can look at the Wireshark i have and see what i did wrong.

joolz
Reply With Quote
  #6  
Old 08-21-2011, 10:05 PM
s1ng1itL0ud s1ng1itL0ud is offline
Junior Member
 
Join Date: Aug 2011
Posts: 2
s1ng1itL0ud is on a distinguished road
Default

Re: www.kcrw.com: Help on dumping the video here


Can you tell us how you got that info?

I am trying to get http://www.kcrw.com/events/kcrw-sessions-kdlang#

Cheers.
Reply With Quote
  #7  
Old 08-22-2011, 02:42 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: www.kcrw.com: Help on dumping the video here


Quote:
Originally Posted by s1ng1itL0ud View Post
Can you tell us how you got that info?

I am trying to get http://www.kcrw.com/events/kcrw-sessions-kdlang#

Cheers.
Use rtmpsrv or take a look at the XML configuration files.

Code:
http://www.kcrw.com/media-player/mediaPlayer2.html?type=video&id=gz081012kd_lang_part_1_kcrw_
http://www.kcrw.com/media-player/mediaPlayer2.html?type=video&id=gz081012kd_lang_part_2_kcrw_
XML:

Code:
http://www.kcrw.com/getShow?show_id=gz081012kd_lang_part_1_kcrw_
http://www.kcrw.com/getShow?show_id=gz081012kd_lang_part_2_kcrw_
Code:
/video/programs/music/gz/gz081012kd_lang_part_1_KCRW_.flv
/video/programs/music/gz/gz081012kd_lang_part_2_KCRW_.flv
Code:
global.flashDomain = "rtmp://digitaria.fcod.llnwd.net/a1994/o23/kcrw/"
RTMPdump v2.4:

Code:
rtmpdump -r "rtmp://digitaria.fcod.llnwd.net/a1994/o23/kcrw/" -a "a1994/o23/kcrw/" -y "/video/programs/music/gz/gz081012kd_lang_part_1_KCRW_" -o gz081012kd_lang_part_1_KCRW_.flv
Code:
rtmpdump -r "rtmp://digitaria.fcod.llnwd.net/a1994/o23/kcrw/" -a "a1994/o23/kcrw/" -y "/video/programs/music/gz/gz081012kd_lang_part_2_KCRW_" -o gz081012kd_lang_part_2_KCRW_.flv
Reply With Quote
  #8  
Old 08-22-2011, 04:21 AM
s1ng1itL0ud s1ng1itL0ud is offline
Junior Member
 
Join Date: Aug 2011
Posts: 2
s1ng1itL0ud is on a distinguished road
Default

Re: www.kcrw.com: Help on dumping the video here


Thanks very much, Wireshark is your friend!

I hope someone else finds your post helpful
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 08:54 AM.


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