View Single Post
  #2  
Old 05-11-2018, 01:00 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Achieve to record Chilean radio


You may try this:

change browser's user agent to to iphone 3:

Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16

get playlist:

"http://radio.pauta.cl/playlist/stream.m3u8?s=radiopauta&t=1526063750&id=fa863ff9-abd3-4b43-9f55-41142923db99"

save with streamlink:

Code:
C:\>streamlink "http://radio.pauta.cl/playlist/stream.m3u8?s=radiopauta&t=1526063750&id=fa863ff9-abd3-4b43-9f55-41142923db99" best -o stream.ts
[cli][info] Found matching plugin hls for URL http://radio.pauta.cl/playlist/stream.m3u8?s=radiopauta&t=1526063750&id=fa863ff9-abd3-4b43-9f55-41142923db99
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][stream.ts] Written 948.6 KB (1m8s @ 12.0 KB/s)
Reply With Quote