Post Reply 
Converting flac audio streams for internet radio use
15-03-2023, 13:14
Post: #7
RE: Converting flac audio streams for internet radio use
This stream is FLAC packaged in an ogg container, so a stream.transcode setting of flac:mp3;320k won't work. I have been able to transcode this stream by doing the following:

1) Change the .m3u playlist entry to the following:

#EXTM3U
#EXTINF:-1,[SuperStereo1;ogg]
http://198.204.228.202:8160/flac

2) Add the following to stream.transcode:

ogg:mp3;320k

Alternatively, using *:mp3:320k should work for this stream but it might have undesired consequences when applied to other radio streams.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Converting flac audio streams for internet radio use - simoncn - 15-03-2023 13:14

Forum Jump:


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