Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Internet Radio url: error curl failed to decode
#7
(10-24-2024, 03:00 PM)feh123 Wrote: Apologies for not adding the url's that are not working. They are:

http://wsdownload.bbc.co.uk/worldservice.../eieuk.pls

http://96.aac.pls.kusc.live

http://rondo.iradio.fr:8000/klasupro-hi.mp3

I was a bit over engaged by why they are not be working now! All these urls used to work with Moode. Of course it could be that the station has changed it's own way of using them - the BBC is very good at this and KlasuPro has been known to disappear.

Best Regards

Fred

Hi, Fred.

So, from the command line


Code:
rho@bookworm:~ $ curl http://wsdownload.bbc.co.uk/worldservice/meta/live/shoutcast/mp3/eieuk.pls
[playlist]
numberofentries=1
File1=http://stream.live.vc.bbcmedia.co.uk/bbc_world_service
Title1=BBC World Service Online
Length1=-1

The File1=  entry is a playable URL that works fine for me here in USA.

Code:
rho@bookworm:~ $ curl http://96.aac.pls.kusc.live/
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
</body>
</html>

Moved permanently, eh. Well, let's see where

Code:
rho@bookworm:~ $ curl -L http://96.aac.pls.kusc.live/
[playlist]
File1=https://25063.live.streamtheworld.com:443/KUSCAAC96_SC
File2=https://27283.live.streamtheworld.com:443/KUSCAAC96_SC
File3=https://14103.live.streamtheworld.com:443/KUSCAAC96_SC
Title1=KUSCAAC96_SC
Title2=KUSCAAC96_SC-Bak
Length1=-1
NumberOfEntries=3

Again, the File1= entry works fine foe me as a playable URL.

Code:
rho@bookworm:~ $ curl http://rondo.iradio.fr:8000/klasupro-hi.mp3
curl: (6) Could not resolve host: rondo.iradio.fr
rho@bookworm:~ $

As you say, KlausPro has been known to disappear.

Regards,
Kent
Reply


Messages In This Thread
RE: Internet Radio url: error curl failed to decode - by TheOldPresbyope - 10-24-2024, 03:32 PM

Forum Jump: