Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.
/ icecast-to-hls Public archive

A Docker container that also generates HLS/DASH files for each of your Icecast mount points. Makes no attempt at stats.

Notifications You must be signed in to change notification settings

Jamie0/icecast-to-hls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icecast-to-hls

A container and associated scripts that can be used to generate HLS/DASH live audio streams with Icecast.

This project heavily relies on shaka-packager.

Usage

Pull this repo and edit etc/icecast.xml. Copy the <mount /> block and rename it for each of the Icecast streams you want to process.

Run docker-compose up to bring up Icecast and nginx. To use your own/existing web server, edit docker-compose.yml and point wwwroot to your web root.

Connect an Icecast source to the mount point:

ffmpeg -i https://uksouth.streaming.broadcast.radio/purgatory -c:a aac -f adts -legacy_icecast 1 icecast://source:hackme@localhost:18000/testy

Your station is now accessible at:

Status

This project currently experimental and in development. Right now, it is being used to test the feasibility of using shaka-packager for continuous live radio streams, as an alternative free open source solution to nginx-rtmp-module (a fantastic module, but it has its limitations).

About

A Docker container that also generates HLS/DASH files for each of your Icecast mount points. Makes no attempt at stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages