Hi,
I am using liquidsoap 0.9.2 to
- record our station mix via ALSA interface,
- save to archive via WAV and
- forward the resulting stream to our radio streaming server.
- monitoring output via ALSA is currently configured (but could be
disabled if related to the error)
liquidsoap was started and running for more than 13 hours now,
but some mintues ago liquidsoap crashed and I got the following error
message:
2010/09/09 09:00:00
[/mnt/archive/sound/%Y-%m-%d/%Y-%m-%d-%H_%M_%S(dot)wav:3] Re-opening
output file...
2010/09/09 10:00:00
[/mnt/archive/sound/%Y-%m-%d/%Y-%m-%d-%H_%M_%S(dot)wav:3] Re-opening
output file...
2010/09/09 11:00:00
[/mnt/archive/sound/%Y-%m-%d/%Y-%m-%d-%H_%M_%S(dot)wav:3] Re-opening
output file...
2010/09/09 11:17:42 [threads:1] Thread "src_5117" aborts with exception
Alsa.Unknown_error(-1073741824)!
Do you have any idea what the reason could be and how to configure this
more stable?
This is my configuration:
#!/usr/bin/liquidsoap
set("log.stdout", true)
channel1 = mksafe(input.alsa())
fallback_channel1 = mksafe(single("say:ALSA error."))
channel1 = fallback(
track_sensitive=false,
[
channel1,
fallback_channel1
]
)
radio = channel1
radio=limit(radio)
out(radio)
output.file.wav(
"/mnt/archive/sound/%Y-%m-%d/%Y-%m-%d-%H_%M_%S.wav",
reopen_when={0m0s},
mksafe(radio)
)
output.icecast.vorbis.cbr(
bitrate=160,
host="localhost", port=8001, user="user", password="pass",
mount="/mount",
radio
)
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users