Skip to content
Snippets Groups Projects
Commit d73c8e53 authored by ale's avatar ale
Browse files

do not log timestamps from liquidsoap

parent 0c2d7268
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ var (
liquidsoapConfigStr = `
set("log.file", false)
set("log.stdout", true)
set("log.unix_timestamps", false)
upstream = mksafe(input.http("{{.SourceURL}}", buffer=5.0))
output.icecast(%{{.Format}}(samplerate={{.SampleRate}}, {{if gt .BitRate 0}}bitrate={{.BitRate}}, {{end}}{{if gt .Quality -1.0}}quality={{.Quality}}, {{end}}{{if .StereoMode}}stereo_mode={{.StereoMode}}, {{end}}{{if eq .Channels 2}}stereo{{else}}mono{{end}}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment