RubyGems Navigation menu

miniradio_server 0.0.1

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.

Gemfile:
=

安裝:
=

版本列表:

  1. 0.0.1 May 13, 2025 (13.0 KB)

Runtime 相依性套件 (4):

logger >= 0
open3 >= 0
rackup >= 0
webrick >= 0

Development 相依性套件 (3):

irb >= 0
minitest ~> 5.16
rake ~> 13.0

擁有者:

推送者:

作者:

  • Koichiro Ohba

SHA 256 總和檢查碼:

=

總下載次數 107

這個版本 107

版本发布:

授權:

MIT

Ruby 版本需求: >= 3.1.0

相關連結: