Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Radio Stations in Lumin via MinimStreamer
04-01-2014, 17:21 (This post was last modified: 18-01-2014 13:05 by Peter@57m.)
Post: #1
Radio Stations in Lumin via MinimStreamer
Thought I'd mention this for any MinimServer users who also use Lumin as a control point for the DS/M. It may work with Lumin kit too but as I don't have one I can't try it.

Using the new Routing Network Streams in MinimStreamer 0.8.1 you can get MinimStreamer to play radio station streams from entries in a playlist file. I have set up a playlist file with all the radio stations I usually listen to, note these do not have to be in your Tune-In favourites.
I then add this playlist to the queue using Kinsky, then go into Lumin and save the queue as a Lumin playlist. Then if I want to listen to the radio I can do this by recalling the Lumin radio playlist and selecting the radio station I want.
It takes some initial setup but means you don't have to leave Lumin control point to switch between music file a radio stations.

See this post in the MinimServer forum http://forum1613.minimserver.com/showthr...p?tid=1178 and of course the MinimStreamer user guide http://minimstreamer.com/userguide.html

(you can also transcode the streams to WAV24 etc if you wish)

For reference, here is a sample radio.m3u file. The urls/stream names for many radio stations can be found here http://www.listenlive.eu/index.html

#EXTM3U
#EXTINF:-1,[LCl] Linn Radio Classical
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[LRa] Linn Radio
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[LJR] Linn Radio Jazz
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[BBC1] BBC Radio 1
http://www.bbc.co.uk/radio/listen/live/r1_aaclca.pls
#EXTINF:-1,[BBC2] BBC Radio 2
http://www.bbc.co.uk/radio/listen/live/r2_aaclca.pls
#EXTINF:-1,[ACR] Absolute Classic Rock
http://network.absoluteradio.co.uk/core/...rvice=acbb
#EXTINF:-1,[ARa] Absolute Radio
http://network.absoluteradio.co.uk/core/...rvice=arbb
#EXTINF:-1,[Cap] Capital Radio
http://ice-the.musicradio.com:80/CapitalMP3
#EXTINF:-1,[CFM] Classic FM
http://ice-the.musicradio.com:80/ClassicFMMP3
#EXTINF:-1,[RMO] RockMax Oldies
http://212.111.2.151:8000/rm_old_256.mp3

have fun

(also posted on Linn forum)

Peter
________________________________________________________
Linn Klimax DSM O&U & Solos, Wilson Benesch ACT C60s & Torus
Linn Selekt Edition DSM Organik, Wilson Benesch P1.0
Linn Klimax Renew DSM, Chord Mezzo 75, ProAc 1SCs
QNAP 559 ProII, Melco N1ZH, MinimServer, Linn, Lumin & Kazoo
Find all posts by this user
Quote this message in a reply
05-01-2014, 16:35
Post: #2
RE: Radio Stations in Lumin via MinimStreamer
Good one!
Find all posts by this user
Quote this message in a reply
17-01-2014, 08:53
Post: #3
RE: Radio Stations in Lumin via MinimStreamer
Thanks, it's working ok.Big Grin

I also tried to convert to wav but they stay mp3 or aac....

steam transcode: flac:wav, dsf:dopwav, mp3:wav, aac:wav Cool

Must I do something else?
Find all posts by this user
Quote this message in a reply
17-01-2014, 11:02
Post: #4
RE: Radio Stations in Lumin via MinimStreamer
(04-01-2014 17:21)Peter@57m Wrote:  Thought I'd mention this for any MinimServer users who also use Lumin as a control point for the DS/M. It may work with Lumin kit too but as I don't have one I can't try it.

Using the new Routing Network Streams in MinimStreamer 0.8.1 you can get MinimStreamer to play radio station streams from entries in a playlist file. I have set up a playlist file with all the radio stations I usually listen to, note these do not have to be in your Tune-In favourites.
I then add this playlist to the queue using Kinsky, then go into Lumin and save the queue as a Lumin playlist. Then if I want to listen to the radio I can do this by recalling the Lumin radio playlist and selecting the radio station I want.
It takes some initial setup but means you don't have to leave Lumin control point to switch between music file a radio stations.

See this post in the MinimServer forum http://forum1613.minimserver.com/showthr...p?tid=1178 and of course the MinimStreamer user guide http://minimstreamer.com/userguide.html

(you can also transcode the streams to WAV24 etc if you wish)

For reference, here is a sample radio.m3u file. The urls/stream names for many radio stations can be found here http://www.listenlive.eu/index.html

#EXTM3U
#EXTINF:-1,[Wav] Linn Radio Classical
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[Wav] Linn Radio
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[Wav] Linn Radio Jazz
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[Wav] BBC Radio 1
http://www.bbc.co.uk/radio/listen/live/r1_aaclca.pls
#EXTINF:-1,[Wav] BBC Radio 2
http://www.bbc.co.uk/radio/listen/live/r2_aaclca.pls
#EXTINF:-1,[Wav] Absolute Classic Rock
http://network.absoluteradio.co.uk/core/...rvice=acbb
#EXTINF:-1,[Wav] Absolute Radio
http://network.absoluteradio.co.uk/core/...rvice=arbb
#EXTINF:-1,[Wav] Capital Radio
http://ice-the.musicradio.com:80/CapitalMP3
#EXTINF:-1,[Wav] Classic FM
http://ice-the.musicradio.com:80/ClassicFMMP3
#EXTINF:-1,[Wav] RockMax Oldies
http://212.111.2.151:8000/rm_old_256.mp3

have fun

(also posted on Linn forum)

Why have you used the same stream identifier "[Wav]" for all these streams? Each stream should have a unique identifier to allow the stream to be identified and controlled by MinimStreamer.
Find all posts by this user
Quote this message in a reply
17-01-2014, 11:05
Post: #5
RE: Radio Stations in Lumin via MinimStreamer
(17-01-2014 08:53)advr Wrote:  Thanks, it's working ok.Big Grin

I also tried to convert to wav but they stay mp3 or aac....

steam transcode: flac:wav, dsf:dopwav, mp3:wav, aac:wav Cool

Must I do something else?

You need to use a stream identifier to route the stream via MinimStreamer. See this section.
Find all posts by this user
Quote this message in a reply
17-01-2014, 18:46 (This post was last modified: 17-01-2014 18:55 by advr.)
Post: #6
RE: Radio Stations in Lumin via MinimStreamer
(17-01-2014 11:05)simoncn Wrote:  
(17-01-2014 08:53)advr Wrote:  Thanks, it's working ok.Big Grin

I also tried to convert to wav but they stay mp3 or aac....

steam transcode: flac:wav, dsf:dopwav, mp3:wav, aac:wav Cool

Must I do something else?

You need to use a stream identifier to route the stream via MinimStreamer. See this section.

I did. Big Grin
But still no conversion tot wav.
It's only with radio stations.

Edit: I got it now!!! Made a type mistake...., working now!!! Thanks
Find all posts by this user
Quote this message in a reply
17-01-2014, 18:50
Post: #7
RE: Radio Stations in Lumin via MinimStreamer
(17-01-2014 18:46)advr Wrote:  I did. Big Grin
But still no conversion tot wav.
It's only with radio stations.

Please describe your complete setup, with details of what is working and what isn't working. Please give as much detail as possible.
Find all posts by this user
Quote this message in a reply
17-01-2014, 19:04
Post: #8
RE: Radio Stations in Lumin via MinimStreamer
(17-01-2014 18:50)simoncn Wrote:  
(17-01-2014 18:46)advr Wrote:  I did. Big Grin
But still no conversion tot wav.
It's only with radio stations.

Please describe your complete setup, with details of what is working and what isn't working. Please give as much detail as possible.

Just edited my post, I made a typo!
So everything is ok now!!!

Thanks for the quick answers!!
Enjoying minimstreamer very much!

Ad.
Find all posts by this user
Quote this message in a reply
18-01-2014, 09:37 (This post was last modified: 18-01-2014 13:06 by Peter@57m.)
Post: #9
RE: Radio Stations in Lumin via MinimStreamer
(17-01-2014 11:02)simoncn Wrote:  
(04-01-2014 17:21)Peter@57m Wrote:  Thought I'd mention this for any MinimServer users who also use Lumin as a control point for the DS/M. It may work with Lumin kit too but as I don't have one I can't try it.

Using the new Routing Network Streams in MinimStreamer 0.8.1 you can get MinimStreamer to play radio station streams from entries in a playlist file. I have set up a playlist file with all the radio stations I usually listen to, note these do not have to be in your Tune-In favourites.
I then add this playlist to the queue using Kinsky, then go into Lumin and save the queue as a Lumin playlist. Then if I want to listen to the radio I can do this by recalling the Lumin radio playlist and selecting the radio station I want.
It takes some initial setup but means you don't have to leave Lumin control point to switch between music file a radio stations.

See this post in the MinimServer forum http://forum1613.minimserver.com/showthr...p?tid=1178 and of course the MinimStreamer user guide http://minimstreamer.com/userguide.html

(you can also transcode the streams to WAV24 etc if you wish)

For reference, here is a sample radio.m3u file. The urls/stream names for many radio stations can be found here http://www.listenlive.eu/index.html

#EXTM3U
#EXTINF:-1,[LCl] Linn Radio Classical
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[LRa] Linn Radio
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[LJR] Linn Radio Jazz
http://radio.linnrecords.com/cast/tunein...aylist.pls
#EXTINF:-1,[BBC1] BBC Radio 1
http://www.bbc.co.uk/radio/listen/live/r1_aaclca.pls
#EXTINF:-1,[BBC2] BBC Radio 2
http://www.bbc.co.uk/radio/listen/live/r2_aaclca.pls
#EXTINF:-1,[ACR] Absolute Classic Rock
http://network.absoluteradio.co.uk/core/...rvice=acbb
#EXTINF:-1,[ARa] Absolute Radio
http://network.absoluteradio.co.uk/core/...rvice=arbb
#EXTINF:-1,[Cap] Capital Radio
http://ice-the.musicradio.com:80/CapitalMP3
#EXTINF:-1,[CFM] Classic FM
http://ice-the.musicradio.com:80/ClassicFMMP3
#EXTINF:-1,[RMO] RockMax Oldies
http://212.111.2.151:8000/rm_old_256.mp3

have fun

(also posted on Linn forum)

Why have you used the same stream identifier "[Wav]" for all these streams? Each stream should have a unique identifier to allow the stream to be identified and controlled by MinimStreamer.

The above appears to work for playing. Should there be a unique identifier for each stream or each type of stream (mp3, AAC, etc)? Could you explain how MinimServer uses the stream ID - is it to identify recordings which I haven't tried?
I will try updating my file to unique IDs to see if it changes anything.

Peter
________________________________________________________
Linn Klimax DSM O&U & Solos, Wilson Benesch ACT C60s & Torus
Linn Selekt Edition DSM Organik, Wilson Benesch P1.0
Linn Klimax Renew DSM, Chord Mezzo 75, ProAc 1SCs
QNAP 559 ProII, Melco N1ZH, MinimServer, Linn, Lumin & Kazoo
Find all posts by this user
Quote this message in a reply
18-01-2014, 11:12
Post: #10
RE: Radio Stations in Lumin via MinimStreamer
(18-01-2014 09:37)Peter@57m Wrote:  The above appears to work for playing. Should there be a unique identifier for each stream or each type of stream (mp3, AAC, etc)? Could you explain how MinimServer uses the stream ID - is it to identify recordings which I haven't tried?
I will try updating my file to unique IDs to see if it changes anything.

At present, the stream ID is used for recordings and would need to be unique for that purpose. The latest update to MinimStreamer also uses the stream ID to control stream sharing (playing the same network stream concurrently on multiple devices in the home). I am planning to add a check in the near future to ensure uniqueness of stream IDs.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)