PDA

View Full Version : How do I download NHK


jhb50
07-31-2014, 07:10 PM
The Japanese News channel streams here:
http://www3.nhk.or.jp/nhkworld/w/movie/

How do I download it?

peterpan
07-31-2014, 07:45 PM
Use KSV AdobeHDS.php script ;)

php AdobeHDS.php --manifest "http://nhkworld-hds-live1.hds1.fmslive.stream.ne.jp/hds-live/nhkworld-hds-live1/_definst_/livestream/nhkworld-live-512.f4m"

blimey
08-01-2014, 01:32 AM
This hls source may also work;

http://plslive-w.nhk.or.jp/nhkworld/app-mainp/live.m3u8

which contains reference to all of these;

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=256000
http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_mid.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=256000
http://plslive-w2.nhk.or.jp/http-live/nhkworld-hls-mainp-live2/delivery/index_mid.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=128000
http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_low.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=128000
http://plslive-w2.nhk.or.jp/http-live/nhkworld-hls-mainp-live2/delivery/index_low.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=512000
http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_high.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=512000
http://plslive-w2.nhk.or.jp/http-live/nhkworld-hls-mainp-live2/delivery/index_high.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=64000
http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_base.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=64000
http://plslive-w2.nhk.or.jp/http-live/nhkworld-hls-mainp-live2/delivery/index_base.m3u8

You may want to choose one of these directly to insure your quality preference.

jhb50
08-01-2014, 08:29 AM
Superb! Learning more about hls every day. I'll try and integrate this into my rtmp stream extract structures. Thank you.

ninjagame
07-01-2015, 12:47 AM
Hey all,

I'm new to this forum and don't know the proper etiquette so please forgive me if I'm too rude or straightforward.

For 4 years now I've been watching NHK World TV via VLC Player. I'm a big fan of many of the shows there, such as Tokyo Eye, Japanology Plus, or Seasoning the seasons.
Until June 30, 2015, I was able to watch (and record) live stream using the following URL posted above: http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_high.m3u8
But since July 1, 00:00 JST this doesn't seem to work anymore. Neither does any of the other URLs posted there. Does anyone have an alternative URL that still works?

I've tried the KSV AdobeHDS.php script but I keep getting the message "Access denied! Unable to download the manifest." I don't know what I'm doing wrong.

Many thanks in advance!

ninjagame

biezom
07-01-2015, 01:09 AM
Hey all,

I'm new to this forum and don't know the proper etiquette so please forgive me if I'm too rude or straightforward.

For 4 years now I've been watching NHK World TV via VLC Player. I'm a big fan of many of the shows there, such as Tokyo Eye, Japanology Plus, or Seasoning the seasons.
Until June 30, 2015, I was able to watch (and record) live stream using the following URL posted above: http://plslive-w1.nhk.or.jp/http-live/nhkworld-hls-mainp-live1/delivery/index_high.m3u8
But since July 1, 00:00 JST this doesn't seem to work anymore. Neither does any of the other URLs posted there. Does anyone have an alternative URL that still works?

I've tried the KSV AdobeHDS.php script but I keep getting the message "Access denied! Unable to download the manifest." I don't know what I'm doing wrong.

Many thanks in advance!

ninjagame

hi

http://nhkwglobal-i.akamaihd.net/hls/live/222714/nhkwglobal/index_1180.m3u8

ninjagame
07-01-2015, 01:45 AM
biezom,

Many, many thanks! You made my day!

ninjagame

ninjagame
07-01-2015, 02:13 AM
I really don't want to be rude but - how do you get these streams anyway?
(I wonder because NHK are bound to change their streaming method again at some time in the future, so I'd very much like to get the "fresh" stream myself and not to bother you again)

biezom
07-01-2015, 11:20 AM
I really don't want to be rude but - how do you get these streams anyway?
(I wonder because NHK are bound to change their streaming method again at some time in the future, so I'd very much like to get the "fresh" stream myself and not to bother you again)

tools: firefox adblockplus addon

http://i62.tinypic.com/fm2nhd.png

http://i62.tinypic.com/nxtg88.png

ninjagame
07-01-2015, 01:22 PM
biezom,

Again, thank you so much for your help! I can't even begin to thank you properly!
Just for me to get it straight:

I enter the NHK live stream site in the browser, like http://www3.nhk.or.jp/nhkworld/en/live/.
I open Adblock Plus.
I enter "m3u8" in "Blockable Objects".
I Copy&Paste the .m3u8 URL I get to, say, VLC.


Correct?

Thank you again!

ninjagame

biezom
07-01-2015, 02:09 PM
biezom,

Again, thank you so much for your help! I can't even begin to thank you properly!
Just for me to get it straight:

I enter the NHK live stream site in the browser, like http://www3.nhk.or.jp/nhkworld/en/live/.
I open Adblock Plus.
I enter "m3u8" in "Blockable Objects".
I Copy&Paste the .m3u8 URL I get to, say, VLC.


Correct?

Thank you again!

ninjagame

yes it looks correct!

cbmuser
07-04-2015, 09:31 AM
Hello!

I'm also a big fan of the various TV shows on NHK World and I am looking for a way to download the videos from NHK's new On-Demand service found here:

> http://www3.nhk.or.jp/nhkworld/en/vod/

I have played around with forging my browser's user agent to iOS and Android browsers and various packet sniffing tools, but so far I have been unable to find a way to download the videos from the above website.

Does anyone of the more experienced users on the forum have any idea how to download the videos? I'd be very grateful if someone could help me with the downloads.

Thanks a lot!

ninjagame
07-06-2015, 04:28 AM
biezom,

Again: Thank you so much!!

ninjagame