Skip to content

v1.3.0

Choose a tag to compare

@Anime0t4ku Anime0t4ku released this 05 Aug 20:28

MiSTer Hi-Fi v1.3.0 – Online Radio

This update adds Online Radio support to MiSTer Hi-Fi, allowing you to add and play your own internet radio stations using a simple radio.json configuration file.

What's New

  • Added Online Radio as a new source.
  • Add your own stations using direct HTTP/HTTPS stream URLs.
  • Added radio.example.json as a configuration example.
  • Added full Ogg Vorbis playback support.
  • Added a shared network streaming layer designed for continuous radio streams.
  • Improved handling of redirects, buffering, short network reads, stream probing and non-seekable audio sources.
  • Supported radio codecs are detected automatically.

Supported Online Radio Formats

  • MP3
  • FLAC
  • Ogg/FLAC
  • Ogg Vorbis
  • WAV / PCM

Other radio codecs are currently unsupported, including:

  • Raw AAC
  • AAC+ / HE-AAC
  • Opus / Ogg Opus

AAC and ALAC contained in .m4a files remain supported for normal file playback.

Radio Configuration

Create:

/media/fat/Scripts/.config/MiSTerHiFi/radio.json

Example:

{
  "stations": [
    {
      "name": "My Radio Station",
      "url": "https://example.com/stream",
      "genre": "Rock"
    }
  ]
}