Skip to content

Instantly share code, notes, and snippets.

@jonathanstowe
Created April 21, 2016 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanstowe/c618c140ee262323b0f933b11069bfc7 to your computer and use it in GitHub Desktop.
Save jonathanstowe/c618c140ee262323b0f933b11069bfc7 to your computer and use it in GitHub Desktop.
# this section describes general aspects of the live streaming session
[general]
duration = 0
bufferSecs = 5 # size of internal slip buffer, in seconds
reconnect = yes # reconnect to the server(s) if disconnected
realtime = yes # run the encoder with POSIX realtime priority
rtprio = 3 # scheduling priority for the realtime threads
# this section describes the audio input that will be streamed
[input]
device = jack
sampleRate = 44100
bitsPerSample = 16 # bits per sample. try 16
channel = 2 # channels. 1 = mono, 2 = stereo
[icecast2-0]
bitrateMode = cbr
format = mp3
bitrate = 128
server = rabidgravy.com
port = 8000
password = ************
mountPoint = stream
name = Rabid Gravy
description = Some Random Stuff
url = http://rabidgravy.com/
genre = techno
public = yes # advertise this stream?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment