Post Reply 
Transcode to multiple formats
28-04-2014, 09:09
Post: #8
RE: Transcode to multiple formats
(28-04-2014 06:15)gnomus Wrote:  I've tried that and I am still getting AAC. I put the following in my stream.transcode window:

FLAC:wav24, AAC:wav24, mp3:wav24

These settings are fine.

Quote:I also tried *.wav24 but this did not work either, and also did not transcode my FLACs.

The '*' source type doesn't mean "transcode everything". It means "transcode all network streams of unspecified type".

Quote: I have set up the Radio stations via TuneIn as described in the manual.

OK, this is the problem. This creates a direct connection from the Linn DS to the radio station network URL, so MinimStreamer doesn't get any opportunity to do transcoding on the stream.

To do transcoding using MinimStreamer, you need to route the radio stream via MinimStreamer as well as setting the stream.transcode property. For details of how to set up this routing, see this section.

Here's a sample .m3u file that you can use to play some BBC radio stations:

Code:
#EXTM3U
#EXTINF:-1,BBC Radio 1
http://www.bbc.co.uk/radio/listen/live/r1_aaclca.pls
#EXTINF:-1,BBC Radio 2
http://www.bbc.co.uk/radio/listen/live/r2_aaclca.pls
#EXTINF:-1,[R3] BBC Radio 3
http://www.bbc.co.uk/radio/listen/live/r3_aaclca.pls
#EXTINF:-1,[R4] BBC Radio 4
http://www.bbc.co.uk/radio/listen/live/r4_aaclca.pls
#EXTINF:-1,BBC Radio 4 LW
http://www.bbc.co.uk/radio/listen/live/r4lw_aaclca.pls
#EXTINF:-1,BBC Radio 4 Extra
http://www.bbc.co.uk/radio/listen/live/r4x_aaclca.pls
#EXTINF:-1,BBC Radio 5 Live
http://www.bbc.co.uk/radio/listen/live/r5l_aaclca.pls
#EXTINF:-1,BBC Radio 5 Live Sports Extra
http://www.bbc.co.uk/radio/listen/live/r5lsp_aaclca.pls
#EXTINF:-1,BBC Radio 6 Music
http://www.bbc.co.uk/radio/listen/live/r6_aaclca.pls
#EXTINF:-1,BBC Radio 1Xtra
http://www.bbc.co.uk/radio/listen/live/r1x_aaclca.pls
#EXTINF:-1,BBC Radio Asian Network
http://www.bbc.co.uk/radio/listen/live/ran_aaclca.pls
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Transcode to multiple formats - simoncn - 28-04-2014 09:09

Forum Jump:


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