View Single Post
  #2  
Old 03-23-2015, 04: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
Default

Re: download audio streamed by JWPlayer


LIVESTREAMER:

Code:
livestreamer "hlsvariant://stmw1.rthk.hk/aod/_definst_/radio/archive/radio4/Liveon4/mp3/mp3:20150321.mp3/playlist.m3u8" best -o 01.ts
Code:
[cli][info] Found matching plugin stream for URL hlsvariant://stmw1.rthk.hk/aod/_definst_/radio/archive/radio4/Liveon4/mp3/mp3:20150321.mp3/playlist.m3u8
[cli][info] Available streams: 70k (worst, best)
[cli][info] Opening stream: 70k (hls)
FFMPEG:

Code:
ffmpeg -i "http://stmw3.rthk.hk/aod/_definst_/radio/archive/radio4/Liveon4/mp3/mp3:20150321.mp3/playlist.m3u8" -c copy 01.ts
Reply With Quote