Post Reply 
Radio Stream downstreaming and metadata
15-06-2026, 12:13
Post: #9
RE: Radio Stream downstreaming and metadata
I have looked at the ogg stream data for this radio station. The audio data in the stream is encoded using FLAC and encapsulated in ogg bitstream pages.

I think the best solution (in terms of functionality and compatibilty) would be to add a new MinimStreamer input type oggflac for ogg/FLAC network streams like this. This input type would provide the same input type filters as local FLAC files (sample rate and bit depth). There would be no changes to how the input types ogg, flac and * currently work.

To do what you want, you would use this for stream.transcode:

*:wav24,
flac(44):wav24,flac(48):wav24,flac(88):wav24;44,flac(96):wav24;48,flac(176):wav2​​4;44,flac(192):wav24;48,
oggflac(44):wav24,oggflac(48):wav24,oggflac(88):wav24;44,oggflac(96):wav24;48,og​gflac(176):wav24;44,​oggflac(192):wav24;48,
wav(44):wav24,wav(48):wav24,wav(88):wav24;44,wav(96):wav24;48,wav(176):wav24;44,​​wav(192):wav24;48

Would this be a suitable solution?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Radio Stream downstreaming and metadata - simoncn - 15-06-2026 12:13

Forum Jump:


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