Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 480 Bytes

VOICEcast

VOICECast is an open source streaming media (audio) server, which currently supports MP3 streams. Useful applications of Voicecast are creating internet based radio stations, streaming podcasts or a personal jukebox.

Voicecast is distributed under the MIT License.

Pre-Requisites

  • FFMpeg

Usage

Build:

crystal build ./source/server.cr --release

Run:

./server

Contributors