# hls2mp3 **Repository Path**: bigbenben/hls2mp3 ## Basic Information - **Project Name**: hls2mp3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-01-19 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hls2mp3 hls2mp3 is a proxy server that converts HLS streams to audio stream. ## Installation ```sh go install github.com/mattn/hls2mp3@latest ``` ## Usage ```sh $ ./hls2mp3 ``` This server makes http audio stream via hls streams ``` https://my-server.com:8080/audio?url=https://example.com/audio.m3u8 ``` ## License MIT ## Author Yasuhiro Matsumoto (a.k.a. mattn)