1
0
Fork 0
livestream-tools/icedreammusic
Icedream 067ccb5b3b
Listen for ffmpeg process via loop.
2021-10-12 20:33:39 +02:00
..
foobar2000 Fix cover URL. 2021-02-28 18:41:20 +01:00
liquidsoap Update savonet/liquidsoap to 1.4.4. 2021-03-07 22:22:17 +01:00
metacollector Fix logic error. 2021-03-01 02:41:21 +01:00
ndi-to-srt Listen for ffmpeg process via loop. 2021-10-12 20:33:39 +02:00
prime4 Fix null pointer error. 2021-02-28 19:02:53 +01:00
tuna Initial commit. 2021-02-28 18:04:41 +01:00
tunaposter Initial commit. 2021-02-28 18:04:41 +01:00
.dockerignore Initial commit. 2021-02-28 18:04:41 +01:00
.gitignore Initial commit. 2021-02-28 18:04:41 +01:00
README.md Initial commit. 2021-02-28 18:04:41 +01:00
docker-compose.yml Add default values to docker stack. 2021-10-12 20:33:39 +02:00
nowplaying_overlay.html Increase body font size to 32px. 2021-10-12 20:31:16 +02:00
tunaposter.Dockerfile Initial commit. 2021-02-28 18:04:41 +01:00

README.md

Icedream's Music Channel

This directory is specifically for https://twitch.tv/icedreammusic.

DJ streams

I have a specific configuration for DJ streams, where I not only stream to Twitch but also stream audio-only to some Icecast servers like those at Mixcloud.

The system is supposed to do the following things:

  • Capture the audio as directly as possible and turn it into a processable digital audio stream
  • Post-process the audio to be more "radio-ready," so multiband compression, limiting, etc. go here
  • Apply live metadata and write it down into a file for tracklisting on uploads later
  • Stream the end result with as little latency in between as possible via Icecast and via OBS

Below I'm documenting what each component exactly does and how it acts as part of the system.

Liquidsoap component