LYL-Radio / icecast-hls-example

Stream Icecast source to HLS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icecast To HLS

Stream Icecast source to HLS using Liquidsoap

Description

script.liq script file sets up a Liquidsoap Harbor input and a HLS output.

The output HLS files are then served by nginx using the nginx.conf.

Usage

The repo includes a docker-compose.yml for a quick setup.

docker-compose up -d

Input:

  • host: localhost
  • port: 8000
  • mountpoint: live
  • source user: source
  • source password: hackme

Output:

The HLS playlist file is served at:

http://localhost:8080/hls/live.m3u8

About

Stream Icecast source to HLS