NHK News Web では資料的価値のあるライブ放送を不定期に行っています。nnwl-tools
はそれらのライブ放送の監視とダウンロードを行う包括的なツール群です。
このツールは NHK News Web
のライブ放送通知を定期的に監視します(デフォルトでは15秒)。発見したらダウンロードツールの get_nnw_hls.bash
を起動します。
./monitor_nhk_news_live.bash >> nhk-news-live.log 2>&1 &
tail -f nhk-news-live.log
- オプション化
- 監視周期
- 監視対象URL
- 起動するプログラム
このツールは monitor_nhk_news_live.bash
から呼ばれ、与えられたURLに基づいてNHK News Webのライブ放送を記録します。
get_nnw_hls.bash <URL>
- curl以外のhttpクライアント
- wgetとか
- エラーハンドリングする
このツールは重大な社会的関心が生じている場合に実施される NHK NEWS Web のサイマル放送を監視します。
./monitor_nhk_tv_simultaneous.bash >> nhk-news-simul.log 2>&1 &
tail -f nhk-news-simul.log
このツールは monitor_nhk_tv_simultaneous.bash
から呼ばれ、与えられたURLに基づいてNHK News Webのサイマル放送のHLSビデオを記録します。
get_hls_nhk_simul.bash <URL>
The NHK News Web
provides valuable(in historic or journalistic meaning) live broadcasts occasionally.
nnwl-tools
is a comprehensive set of tools that monitors and downloads such live broadcasts.
This tool monitors the NHK News Web
's live broadcast notification page periodically (default is 15 sec). Once it founds, this tool will call the download tool -- get_nnw_hls.bash
.
./monitor_nhk_news_live.bash >> nhk-news-live.log 2>&1 &
tail -f nhk-news-live.log
This tool tries to download HLS based on given URL.
get_nnw_hls.bash <URL>
This tool monitors the NHK News Web
's simultaneous broadcasting which is occured in major incidents.
./monitor_nhk_tv_simultaneous.bash >> nhk-news-simul.log 2>&1 &
tail -f nhk-news-simul.log
This tool downloads NHK News Web
's simultaneous broadcasting HLS video.
get_hls_nhk_simul.bash <URL>