Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


surfisup1000

5288 posts

Uber Geek
+1 received by user: 2159


#196049 17-May-2016 12:57
Send private message

I'm playing around with volumio - raspberry pi audio streamer with airplay  -- seems pretty cool. 

 

You can add radio stations, generally using a PLS file which contains the station name and streaming url. 

 

The problem I am having is that I cannot easily find streaming URL's for some of the bigger radio stations. 

 

eg, the rock, only has streaming using flash player and smartphone apps.   They don't have a url for direct streaming. 

 

Some stations use iheartradio which also uses flash. 

 

 

 

Has anyone here have a list of  NZ radio station URL's that might work with volumio ?   

 

 

 

 


Create new topic
davidcole
6099 posts

Uber Geek
+1 received by user: 1465

Trusted

  #1554125 17-May-2016 13:25
Send private message

Here's my /var/lib/mpd/playlists/ZM.pls 

 

[playlist]
numberofentries=1
File1=http://radionetwork-iheart-ice.streamguys1.com/zmihr.aac
Title1=ZM

 

I haven't tried it for a while but it used to pull ZM from iheartRadio.

 

 

 

Also in /var/www/_player_engine.php I've made the following modification:

 

// ----- check and compare GUI state with Backend state ---- //

 

$curTrack = getTrackInfo($mpd,$status['song']);

 

if (isset($curTrack[0]['Title'])) {
    $pos = strpos($curTrack[0]['Title'],'text=');
    if ($pos === false) {
        $status['currentartist'] = $curTrack[0]['Artist'];
        $status['currentsong'] = $curTrack[0]['Title'];
        $status['currentalbum'] = $curTrack[0]['Album'];
        //$status['currentalbum'] = "testing dc";
        $status['fileext'] = parseFileStr($curTrack[0]['file'],'.');
    } else {
        $re = "/(?'artist'.+) \\- text=\\\"(?'title'.+)\\\" song/";
        preg_match($re, $curTrack[0]['Title'], $matches);
        $status['currentartist'] = $matches['artist'];
        $status['currentsong'] = $matches['title'];
        $status['currentalbum'] = 'ZM';
    }

 

} else {
    $path = parseFileStr($curTrack[0]['file'],'/');
    $status['fileext'] = parseFileStr($curTrack[0]['file'],'.');
    $status['currentartist'] = "";
    $status['currentsong'] = $song;
    $status['currentalbum'] = "path: ".$path;

 

}

 

Which will pull the track name and artist from the stream

 

 





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 




Killerkiwi2005
374 posts

Ultimate Geek
+1 received by user: 85

Trusted

  #1554130 17-May-2016 13:38
Send private message

Hauraki
http://radionetwork-iheart-ice.streamguys1.com/hkihr.aac

 

Radio Sport
http://radionetwork-iheart-ice.streamguys1.com/rsalt.mp3

 

You could probably find therock one using fiddler I would assume

davidcole
6099 posts

Uber Geek
+1 received by user: 1465

Trusted

  #1554133 17-May-2016 13:41
Send private message

Actually if you do make .pls files Putting a copy somewhere would be cool.  Though I wonder if IheartRadio/Mediaworks/whoever the hell else would complain.

 

 





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 




HowickDota
427 posts

Ultimate Geek
+1 received by user: 72


  #1554146 17-May-2016 14:12
Send private message

RNZ national http://radionz-ice.streamguys.com/national.mp3


richms
29098 posts

Uber Geek
+1 received by user: 10208

Trusted
Lifetime subscriber

  #1554149 17-May-2016 14:14
Send private message

They want you to be using their apps, not tunein or some other player, since they get the ad revenue from their apps. Stream URLs seem to change often.





Richard rich.ms

davidcole
6099 posts

Uber Geek
+1 received by user: 1465

Trusted

  #1554151 17-May-2016 14:16
Send private message

richms:

 

They want you to be using their apps, not tunein or some other player, since they get the ad revenue from their apps. Stream URLs seem to change often.

 

 

That ZM one I found abour a year ago, and it still seems to work.  That was my concern as well.

 

 





Previously known as psycik

Home Assistant: Gigabyte AMD A8 Brix, Home Assistant with Aeotech ZWave Controller, Raspberry PI, Wemos D1 Mini, Zwave, Shelly Humidity and Temperature sensors
Media:Chromecast v2, ATV4 4k, ATV4, HDHomeRun Dual
Server
Host Plex Server 3x3TB, 4x4TB using MergerFS, Samsung 850 evo 512 GB SSD, Proxmox Server with 1xW10, 2xUbuntu 22.04 LTS, Backblaze Backups, usenetprime.com fastmail.com Sharesies Trakt.TV Sharesight 


HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
richms
29098 posts

Uber Geek
+1 received by user: 10208

Trusted
Lifetime subscriber

  #1554153 17-May-2016 14:21
Send private message

I used to use tunein app on the TV and they were always crapping out. So I stopped listening since FM is crap here and they cant get their act together with DAB or DVB





Richard rich.ms

surfisup1000

5288 posts

Uber Geek
+1 received by user: 2159


  #1554154 17-May-2016 14:23
Send private message

Yep, i'm getting the impression they don't want us to use streaming -- but, then we don't hear their audio ads so doesn't make total sense to me. 


surfisup1000

5288 posts

Uber Geek
+1 received by user: 2159


  #1840964 8-Aug-2017 10:32
Send private message

The links I use today, saves having to use wireshark to figure it all out....

 

Hauraki
http://radionetwork-iheart-ice.streamguys1.com/hkihr.aac
NewstalkZB
http://radionetwork-iheart-ice.streamguys1.com/zbaalt.mp3
Radio Sport
http://pls-ihrhls.akamaized.net/nz_001/playlist.m3u8
RNZ National
http://radionz-ice.streamguys.com/national.mp3
The Edge
http://livestream.mediaworks.nz/radio_origin/edge_128kbps/playlist.m3u8
The Hits BOP
http://ihrcast1.radiomyway.co.nz/chtgihr.aac
ZM
http://radionetwork-iheart-ice.streamguys1.com/zmihr.aac


surfisup1000

5288 posts

Uber Geek
+1 received by user: 2159


  #2050249 6-Jul-2018 08:20
Send private message

Newstalk zb new links...

 

Newstalk ZB Network (Auckland):

 

http://streaming.radiomyway.co.nz/zbakalt.pls

 

Newstalk ZB Wellington:

 

http://streaming.radiomyway.co.nz/zbwnalt.pls

 

Newstalk ZB Christchurch:

 

http://streaming.radiomyway.co.nz/zbchalt.pls

 

 

 

 


xyeovillian
400 posts

Ultimate Geek
+1 received by user: 23

ID Verified

  #2127492 15-Nov-2018 20:31
Send private message

Wondering if anyone has the url for The Station radio from Vinyl Destination Tauranga which is done through iheart radio.  I have searched but can not find any thing.

 

It's a really good radio station and has minimal ad breaks and a good blend of music, would like to get it to play with Volumio on a Rasberry pi.


 
 
 
 

Shop now for Dyson appliances (affiliate link).
ZollyMonsta
3009 posts

Uber Geek
+1 received by user: 379

ID Verified
Trusted

  #2127544 15-Nov-2018 21:12
Send private message

http://thecheese.ddns.net:8000/listen.pls
(AAC)

And

http://thecheese.ddns.net:8004/stream.m3u
(Flac)

:-)




 

 

Check out my LPFM Radio Station at www.thecheese.co.nz - Now on iHeart Radio, TuneIn and Radio Garden

 

As per the usual std disclaimer.. "All thoughts typed here are my own."


tempohouse
10 posts

Wannabe Geek


  #2138581 3-Dec-2018 14:04
Send private message

xyeovillian:

 

Wondering if anyone has the url for The Station radio from Vinyl Destination Tauranga which is done through iheart radio.  I have searched but can not find any thing.

 

It's a really good radio station and has minimal ad breaks and a good blend of music, would like to get it to play with Volumio on a Rasberry pi.

 

 

 

 

Try this - it's working for me here: https://ais-nzme.streamguys1.com/nz_125_aac

 

 


muppet
2642 posts

Uber Geek
+1 received by user: 1660

Trusted

  #2138637 3-Dec-2018 16:35
Send private message

BrianFM mp3 (128k) link: s40.myradiostream.com:10012

 

BrianFM aac (64k) link: acache.streamon.fm/nyc/7358_64k.aac

 

 

 

BrianFM is the best radio station ever and I won't listen to any arguments otherwise. No ads (very short voice promos every 5 mins) and the play FUNKY COLD MEDINA.


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.