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 > Audio stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-17-2015, 03:44 AM
lulufandy lulufandy is offline
Junior Member
 
Join Date: Sep 2015
Posts: 3
lulufandy is on a distinguished road
Default

Download from NHK Radio


I want to try rip my usual website, NHK radio. But lately, the asx files convert to m4a type, and using own radio player (flash based). usually i use my GetASF. but now I can't catch it.

this link i want to rip.
http://www3.nhk.or.jp/nhkworld/id/ra.../201509040600/

when above link opened, it link to
http://www3.nhk.or.jp/nhkworld/commo...ay=true#popout

I tried to remove the
"&autoplay=true#popout"
still got played.
but

when I tried to search the source. every thing is same.

Code:
<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width">
	<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
	<title>Radio Japan On Demand Player - NHK WORLD</title>
	<link rel="stylesheet" href="/nhkworld/common/css/nw_radio_player.css?_=FD86AA23">
	<script>
		var nol_com = nol_com || {};
		nol_com.globalloaded = true;
	</script>
	<script src="/nhkworld/common/js/common.js?_=2C02C31F" charset="utf-8"></script>
	<script src="/common/js/nol_ua.js" charset="utf-8"></script>
	<script src="/nhkworld/common/js/lib/swfobject.js" charset="utf-8"></script>
</head>

<body>
	<div id="header"><img src="/nhkworld/common/images/header_320x45.png" alt="NHK WORLD"></div>
	<div id="radioplayer"></div>
	<div id="noradioplayer">
		<img src="/nhkworld/common/images/player_space_200x42.png" width="200" height="42" alt="no Player">
	</div>

	<script src="/nhkworld/common/tc/s_pre.js" charset="utf-8"></script>
	<script src="/common/tc/am.js" charset="utf-8"></script>
	<script src="/common/tc/vhb.js" charset="utf-8"></script>
	<script src="/common/tc/aap.js" charset="utf-8"></script>
	<script src="/nhkworld/common/js/nw_radio_player.js?_=264B0138" charset="utf-8"></script>
	<script>
		nw_radio_player.clip('radioplayer');
	</script>
</body>

</html>
but the only one different just the link.
201509072100_id_01.m4a to 201509082100_id_01.m4a
201509082100_id_01.m4a to 201509092100_id_01.m4a
each day got different name.

how to download the audio file this time. thanks.
Reply With Quote
  #2  
Old 10-06-2015, 02:44 PM
lulufandy lulufandy is offline
Junior Member
 
Join Date: Sep 2015
Posts: 3
lulufandy is on a distinguished road
Default

Re: Download from NHK Radio


Is it impossible to download just the audio. for 2 weeks I just record it directly. still don't know how to download it.
anyone have clue or want help?
thanks.
Reply With Quote
  #3  
Old 10-06-2015, 07:06 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Download from NHK Radio


I'm not sure if this is what you're looking for...

Just open/play the link below and capture it using rtmpdumpHelper
http://www3.nhk.or.jp/nhkworld/commo...ay=true#popout

Code:
rtmpdump -r "rtmp://flv.nhk.or.jp/ondemand/" -a "ondemand/" -f "WIN 19,0,0,185" -W "http://www3.nhk.or.jp/nhkworld/common/swf/radioPlayer.swf" -p "http://www3.nhk.or.jp/nhkworld/common/player/radio/clip/?lang=id&key=/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a&autoplay=true" -y "mp4:flv/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a" -o "2015-10-06_05-01-20_201509072100_id_01.mp3"
Code:
C:\rtmpdump>rtmpdump -r "rtmp://flv.nhk.or.jp/ondemand/" -a "ondemand/" -f "WIN
19,0,0,185" -W "http://www3.nhk.or.jp/nhkworld/common/swf/radioPlayer.swf" -p "h
ttp://www3.nhk.or.jp/nhkworld/common/player/radio/clip/?lang=id&key=/nhkworld/ra
dio/program/indonesian/radio/update/201509072100_id_01.m4a&autoplay=true" -y "mp
4:flv/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a" -o
"2015-10-06_05-01-20_201509072100_id_01.mp3"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                1800.03
INFO:   moovPosition            10812835.00
INFO:   audiocodecid            mp4a
INFO:   aacaot                  2.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  79381504.00
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
1480.259 kB / 224.84 sec (12.4%)
Caught signal: 2, cleaning up, just a second...
1608.259 kB / 244.30 sec (13.5%)
Download may be incomplete (downloaded about 13.50%), try resuming
Terminate batch job (Y/N)?
Reply With Quote
  #4  
Old 10-07-2015, 04:25 PM
lulufandy lulufandy is offline
Junior Member
 
Join Date: Sep 2015
Posts: 3
lulufandy is on a distinguished road
Talking

Re: Download from NHK Radio


Quote:
Originally Posted by peterpan View Post
I'm not sure if this is what you're looking for...

Just open/play the link below and capture it using rtmpdumpHelper
http://www3.nhk.or.jp/nhkworld/commo...ay=true#popout

Code:
rtmpdump -r "rtmp://flv.nhk.or.jp/ondemand/" -a "ondemand/" -f "WIN 19,0,0,185" -W "http://www3.nhk.or.jp/nhkworld/common/swf/radioPlayer.swf" -p "http://www3.nhk.or.jp/nhkworld/common/player/radio/clip/?lang=id&key=/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a&autoplay=true" -y "mp4:flv/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a" -o "2015-10-06_05-01-20_201509072100_id_01.mp3"
Code:
C:\rtmpdump>rtmpdump -r "rtmp://flv.nhk.or.jp/ondemand/" -a "ondemand/" -f "WIN
19,0,0,185" -W "http://www3.nhk.or.jp/nhkworld/common/swf/radioPlayer.swf" -p "h
ttp://www3.nhk.or.jp/nhkworld/common/player/radio/clip/?lang=id&key=/nhkworld/ra
dio/program/indonesian/radio/update/201509072100_id_01.m4a&autoplay=true" -y "mp
4:flv/nhkworld/radio/program/indonesian/radio/update/201509072100_id_01.m4a" -o
"2015-10-06_05-01-20_201509072100_id_01.mp3"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                1800.03
INFO:   moovPosition            10812835.00
INFO:   audiocodecid            mp4a
INFO:   aacaot                  2.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  79381504.00
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
1480.259 kB / 224.84 sec (12.4%)
Caught signal: 2, cleaning up, just a second...
1608.259 kB / 244.30 sec (13.5%)
Download may be incomplete (downloaded about 13.50%), try resuming
Terminate batch job (Y/N)?
Thankyou so much. I tried rtmp dump but now work. shame me. I used 64 bit instead 32. my browser is 32 bit. but my system is 64. anyway thankyou so much. it's work like charm.
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 04:34 AM.


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