james@james-desktop:~$ sudo airtime-check-system CPU = AMD Athlon(tm) XP 2400+ Total RAM = 1544088 kB Free RAM = 797672 kB OS = Ubuntu 10.04.2 LTS Intel 80386 AIRTIME_CONFIG_FILES = OK POSTGRESQL_DATABASE = OK PYTHON_KOMBU_VERSION = 1.1.3 PYTHON_POSTER_VERSION = 0.8.1 RABBITMQ_SERVER = OK AIRTIME_VERSION_URL = http://localhost:80/api/version/api_key/%%api_key%% APACHE_CONFIGURED = YES AIRTIME_VERSION = 1.8.2 PLAYOUT_ENGINE_PROCESS_ID = 2422 PLAYOUT_ENGINE_RUNNING_SECONDS = 400 LIQUIDSOAP_PROCESS_ID = 2428 LIQUIDSOAP_RUNNING_SECONDS = 400 ICECAST_PROCESS_ID = 1149 -- System setup looks OK!
cd /usr/lib/airtime/pypo/bin/liquidsoap/ ./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", sine())'
james@james-desktop:/usr/lib/airtime/pypo/bin/liquidsoap$ ./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", sine())' 2011/06/15 16:28:29 >>> LOG START 2011/06/15 16:28:29 [protocols.external:3] Didn't find "ufetch". 2011/06/15 16:28:29 [protocols.external:3] Found "/usr/bin/wget". 2011/06/15 16:28:29 [main:3] Liquidsoap 1.0.0-beta+svn (default@e712df4d96c0:20110502:175204) 2011/06/15 16:28:29 [main:3] Using: pcre=6.0.1 dtools=0.2.2 duppy=0.4.0 duppy.syntax=0.4.0 cry=0.2.0 mm=0.1.0 xmlplaylist=0.1.2 ogg=0.4.1 vorbis=0.5.1 mad=0.4.0 flac=0.1.0 flac.ogg=0.1.0 lame=0.2.4 alsa=0.2.1 samplerate=0.1.1 taglib=0.1.4 camomile=0.7.1 portaudio=@VERSION ladspa=0.1.2 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [main:2] DISCLAIMER: This version of Liquidsoap has been 2011/06/15 16:28:29 [main:2] compiled from a snapshot of the development code. 2011/06/15 16:28:29 [main:2] As such, it should not be used in production 2011/06/15 16:28:29 [main:2] unless you know what you are doing! 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [main:2] We are, however, very interested in any feedback 2011/06/15 16:28:29 [main:2] about our development code and committed to fix 2011/06/15 16:28:29 [main:2] issues as soon as possible. 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [main:2] If you are interested in collaborating to 2011/06/15 16:28:29 [main:2] the development of Liquidsoap, feel free to 2011/06/15 16:28:29 [main:2] drop us a mail at <savonet-devl@lists.sf.net> 2011/06/15 16:28:29 [main:2] or to join the #savonet IRC channel on Freenode. 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [main:2] Please send any bug report or feature request 2011/06/15 16:28:29 [main:2] using our trac <http://savonet.rastageeks.org>. 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [main:2] We hope you enjoy this snapshot build of Liquidsoap! 2011/06/15 16:28:29 [main:2] 2011/06/15 16:28:29 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master. 2011/06/15 16:28:29 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples. 2011/06/15 16:28:29 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks. 2011/06/15 16:28:29 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks. 2011/06/15 16:28:29 [threads:3] Created thread "generic queue #1". 2011/06/15 16:28:29 [test(dot)ogg:3] Connecting mount test.ogg for source@localhost... 2011/06/15 16:28:29 [test(dot)ogg:2] Connection failed: 401, Authentication Required (HTTP/1.0)! 2011/06/15 16:28:29 [clock.wallclock_main:2] Error when starting output test(dot)ogg: Tutils.Exit! init: exception encountered during main phase: Tutils.Exit exception: Tutils.Exit Raised at file "scanf.ml", line 220, characters 28-39 Called from file "scanf.ml", line 135, characters 12-31 2011/06/15 16:28:29 [main:3] Shutdown started! 2011/06/15 16:28:29 [main:3] Waiting for threads to terminate... 2011/06/15 16:28:29 [main:3] Cleaning downloaded files... 2011/06/15 16:28:29 >>> LOG END
2011/06/15 16:28:29 [test(dot)ogg:2] Connection failed: 401, Authentication Required (HTTP/1.0)!
./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", password = YOUR_PASS_HERE, sine())'
At line 1, char 60: the variable hackme is used but was not previously defined.
./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", password = "hackme", sine())'
james@james-desktop:/usr/lib/airtime/pypo/bin/liquidsoap$ ./liquidsoap 'output.icecast(%vorbis, mount="test.ogg", password ="hackme", sine())' 2011/06/16 00:38:07 >>> LOG START 2011/06/16 00:38:05 [protocols.external:3] Didn't find "ufetch". 2011/06/16 00:38:05 [protocols.external:3] Found "/usr/bin/wget". 2011/06/16 00:38:07 [main:3] Liquidsoap 1.0.0-beta+svn (default@e712df4d96c0:20110502:175204) 2011/06/16 00:38:07 [main:3] Using: pcre=6.0.1 dtools=0.2.2 duppy=0.4.0 duppy.syntax=0.4.0 cry=0.2.0 mm=0.1.0 xmlplaylist=0.1.2 ogg=0.4.1 vorbis=0.5.1 mad=0.4.0 flac=0.1.0 flac.ogg=0.1.0 lame=0.2.4 alsa=0.2.1 samplerate=0.1.1 taglib=0.1.4 camomile=0.7.1 portaudio=@VERSION ladspa=0.1.2 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [main:2] DISCLAIMER: This version of Liquidsoap has been 2011/06/16 00:38:07 [main:2] compiled from a snapshot of the development code. 2011/06/16 00:38:07 [main:2] As such, it should not be used in production 2011/06/16 00:38:07 [main:2] unless you know what you are doing! 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [main:2] We are, however, very interested in any feedback 2011/06/16 00:38:07 [main:2] about our development code and committed to fix 2011/06/16 00:38:07 [main:2] issues as soon as possible. 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [main:2] If you are interested in collaborating to 2011/06/16 00:38:07 [main:2] the development of Liquidsoap, feel free to 2011/06/16 00:38:07 [main:2] drop us a mail at <savonet-devl@lists.sf.net> 2011/06/16 00:38:07 [main:2] or to join the #savonet IRC channel on Freenode. 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [main:2] Please send any bug report or feature request 2011/06/16 00:38:07 [main:2] using our trac <http://savonet.rastageeks.org>. 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [main:2] We hope you enjoy this snapshot build of Liquidsoap! 2011/06/16 00:38:07 [main:2] 2011/06/16 00:38:07 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master. 2011/06/16 00:38:07 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples. 2011/06/16 00:38:07 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks. 2011/06/16 00:38:07 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks. 2011/06/16 00:38:07 [threads:3] Created thread "generic queue #1". 2011/06/16 00:38:07 [test(dot)ogg:3] Connecting mount test.ogg for source@localhost... 2011/06/16 00:38:07 [test(dot)ogg:3] Connection setup was successful. 2011/06/16 00:38:07 [threads:3] Created thread "wallclock_main" (1 total). 2011/06/16 00:38:07 [clock.wallclock_main:3] Streaming loop starts, synchronized with wallclock.
It looks like you're new here. If you want to get involved, click one of these buttons!