Hello,

I am using liquidsoap for some time on our radio.
it captures from a soundcard writes a airlog and streams mp3 out
the airlog is rotated every hour.


i compiled liquidsoap-full-0.3.6-1 on dapper and used it for over a year.
I was fine, but sometimes liquidsoap crashed.

now I reinstalled the server with intrepid and if possible i prefer to use
the .deb package savonet provides.
when i install it it complains liblame0 not to be installed,
but i have installed lame...



r...@server:~# dpkg --install liquidsoap_0.3.8.1~savonet-1_i386.deb
(Reading database ... 58416 files and directories currently installed.)
Preparing to replace liquidsoap 0.3.8.1~savonet-1 (using
liquidsoap_0.3.8.1~savonet-1_i386.deb) ...
Unpacking replacement liquidsoap ...
dpkg: dependency problems prevent configuration of liquidsoap:
 liquidsoap depends on liblame0 (>= 3.97); however:
  Package liblame0 is not installed.
dpkg: error processing liquidsoap (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 liquidsoap

Maybe i should simply changhe the Linux distrtibution. The .deb package
savonet proviedes, for what distribution did you compile it? Would debian
- lenny be fine?


Although there where errors,
i can use liquidsoap and mp3 streaming works

but crashes ar now very often.
After a crash I can not start liquidsoap again, it then crashes all the time.
After a restart of the whole server it works again...

the log says nothing about the crash. It seems to be fine, although
sometimes there are some catchup entrys like

2009/03/03 11:23:52 [root:2] We must catchup xx.xx seconds!


Audio Controller:
00:0e.0 Multimedia audio controller: ESS Technology ES1969 Solo-1
Audiodrive (rev 01)
00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)



here is the .liq file
i am currently using


!/usr/bin/liquidsoap

# Log dir
set("log.file.path","/var/log/liquidsoap/radio.log")

radio = input.oss()

# FRame size 820
#set("frame.size",1640)
#radio = input.alsa(bufferize=true)

# Stream it out
output.icecast.mp3(
        host = "radiotandem.bolzano.org",
        port = 8000,
        password = "radiotandembz",
        mount = "tandem_popolare_network_128kps.mp3",
        samplerate = 44100,
        bitrate = 128,
        quality = 2,
        stereo = true,
        radio)


# Stream it out #2
output.icecast.mp3(
        host = "radiotandem.bolzano.org",
        port = 8000,
        password = "radiotandembz",
        mount = "tandem_popolare_network_56kps.mp3",
        samplerate = 22050,
        bitrate = 56,
        quality = 2,
        stereo = false,
        radio)

# Output in Ogg Vorbis (airlog)
output.file.vorbis.cbr(
#                  samplerate = 16000,
#                  bitrate = 56,
#                  quality = 1.,
                   stereo = true,
                   reopen_when = { 0m0s }, append = true,
                   
"/home/registrazione_radio/%Y/%m/%d/airlog.radiotandem-%Y-%m-%d-%H-00.ogg",
                   radio)


Tnx for Help,
Peter


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to