Releases: paulgalow/racoder
Releases · paulgalow/racoder
2.0.0
💡 Major changes
Multi-Stream Support
- Serve multiple radio streams from a single Racoder instance
- Configure via JSON file using
STREAMS_FILEenvironment variable - Support for stream-specific bitrate overrides and global defaults
- See
examples/config.simple.jsonandexamples/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
First release including Docker Images for amd64, arm64 and arm/v7.