Skip to content

Releases: paulgalow/racoder

2.0.0

31 Oct 21:37

Choose a tag to compare

💡 Major changes

Multi-Stream Support

  • Serve multiple radio streams from a single Racoder instance
  • Configure via JSON file using STREAMS_FILE environment variable
  • Support for stream-specific bitrate overrides and global defaults
  • See examples/config.simple.json and examples/docker-compose.multi-stream.yml

Enhanced Logging

  • Better error messages and debug output

📦 Requirements

  • Node.js >= 22.0.0

🔄 Migration

Existing deployments: No changes needed - all single-stream deployments continue to work unchanged.

Adopting multi-stream mode: Create a config file and set STREAMS_FILE=/config/streams.json. See examples in the repository.

🐛 Fixes

  • Fixed trailing slash handling in URLs
  • Improved error messages for configuration validation

1.0.0

08 Sep 20:02

Choose a tag to compare