Sign in Sign up
rubygems

miniradio_server

This is a basic HTTP Live Streaming (HLS) server written in Ruby using the Rack interface. It serves MP3 audio files by converting them on-the-fly into HLS format (M3U8 playlist and MP3 segment files) using `ffmpeg`. Converted files are cached for subsequent requests. This server is designed for simplicity and primarily targets Video on Demand (VOD) scenarios where you want to stream existing MP3 files via HLS without pre-converting them.

Activity

Latest release
1y ago
Total releases
3
Cadence
~14 days
Last 12 months
0

Details

License
MIT
First release
May 13, 2025
Releases
Version Released
0.0.3 patch
0.0.2 patch
0.0.1 initial