Quantcast
Channel: Airtime Support Discussions on Sourcefabric Forum
Viewing all articles
Browse latest Browse all 1390

Problem with liquidsoap (Airtime 2.0.2)

$
0
0
Hi there!

I've got a very frustrating problem with Airtime 2.0.2 running on Debian Squeeze.

If I install it from package it throws an error in the post-installation script, though everything is working except liquidsoap. That is indicated in the service status.

The thing is though, that I can run liquidsoap in the shell, e.g.

xxx@xxx:/root$ liquidsoap 'output.icecast(%vorbis, host="localhost", port=8000, password="xxx", mount="test_128", sine())'
2012/03/12 20:06:36 >>> LOG START
2012/03/12 20:06:36 [protocols.external:3] Didn't find "ufetch".
2012/03/12 20:06:36 [protocols.external:3] Found "/usr/bin/wget".
2012/03/12 20:06:36 [main:3] Liquidsoap 1.0.0
2012/03/12 20:06:36 [main:3] Using: graphics=[distributed with Ocaml] pcre=6.0.1 dtools=0.2.2 duppy=0.4.2 duppy.syntax=0.4.2 cry=0.2.2 mm=0.2.0 ogg=0.4.3 vorbis=0.6.1 mad=0.4.4 flac=0.1.0 flac.ogg=0.1.0 dynlink=[distributed with Ocaml] lame=0.3.1 alsa=0.2.1 ao=0.2.0 taglib=0.2.0 camomile=0.7.1 portaudio=0.2.0 pulseaudio=0.1.2
2012/03/12 20:06:36 [dynamic.loader:2] Could not load plugins in directory /usr/local/lib/liquidsoap/1.0.0/plugins.
2012/03/12 20:06:36 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
2012/03/12 20:06:36 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples.
2012/03/12 20:06:36 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks.
2012/03/12 20:06:36 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks.
2012/03/12 20:06:36 [threads:3] Created thread "generic queue #1".
2012/03/12 20:06:36 [threads:3] Created thread "generic queue #2".
2012/03/12 20:06:36 [test_128:3] Connecting mount test_128 for source@localhost...
2012/03/12 20:06:36 [test_128:3] Connection setup was successful.
2012/03/12 20:06:36 [threads:3] Created thread "wallclock_main" (1 total).
2012/03/12 20:06:36 [clock.wallclock_main:3] Streaming loop starts, synchronized with wallclock.

2012/03/12 20:09:20 [main:3] Shutdown started!
2012/03/12 20:09:20 [main:3] Waiting for threads to terminate...
2012/03/12 20:09:20 [test_128:3] Closing connection...
2012/03/12 20:09:20 [clock.wallclock_main:3] Streaming loop stopped.
2012/03/12 20:09:20 [threads:3] Thread "wallclock_main" terminated (0 remaining).
2012/03/12 20:09:20 [main:3] Cleaning downloaded files...
2012/03/12 20:09:20 >>> LOG END


Everything fine. I can listen to the sine-stream from the Icecast server. But when I try to start it as a daemon, NOTHING happens!

root@xxx:~# /etc/init.d/liquidsoap start
Starting channels: OK
root@xxx:~# ls -la /var/run/liquidsoap/
total 4
drwxr-xr-x  2 liquidsoap liquidsoap    6 Mar  7 00:19 .
drwxr-xr-x 10 root       root       4096 Mar 12 20:27 ..


Also the logs are empty.

Anyone else has/had this problem?

Best, Christian


Viewing all articles
Browse latest Browse all 1390

Trending Articles