The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


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


Solved: TIPS: Locating radio stream from indirect URL.
#1
Those links are tipically prolly redirects to the real playable URL which can be fished out easily
using the handy commands below.

Code:
pi@moode:~ $ wget http://opml.radiotime.com/Tune.ashx?id=s64589

   --2023-07-06 18:11:45--  http://opml.radiotime.com/Tune.ashx?id=s64589
   Resolving opml.radiotime.com (opml.radiotime.com)... 104.17.106.184, 104.17.107.184
   Connecting to opml.radiotime.com (opml.radiotime.com)|104.17.106.184|:80... connected.
   HTTP request sent, awaiting response... 200 OK
   Length: 74 [audio/x-mpegurl]
   Saving to: ‘Tune.ashx?id=s64589’
   Tune.ashx?id=s64589       100%[==================>]      74  --.-KB/s    in 0s
   2023-07-06 18:11:45 (1.18 MB/s) - ‘Tune.ashx?id=s64589’ saved [74/74]

pi@moode:~ $ ls
piano.sh  'Tune.ashx?id=s64589'

pi@moode:~ $ more 'Tune.ashx?id=s64589'

   https://dispatcher.rndfnk.com/crtve/rner...tor=tunein

This is the real stream url to use when configuring a Radio.
Reply


Messages In This Thread
TIPS: Locating radio stream from indirect URL. - by janiversen - 07-08-2023, 03:41 PM

Forum Jump: