Hi all,

I installed liquid soap for win in my WINDOWS 7 64 bit box (well I copied
the files in a dir) and everything goes fine except when I want to stream in
an icecast server.
After a while nothing happens and liquid soap stops (I have to kill the
proccess to exit).
It seems that liquid soap cannot connect to the icecast server.
I tried in WIN XP and it works fine.

Please help !

Kostas

Here is my script:

set("log.stdout", true)
set("log.file", false)
set("log.level", 4)
s = single("C:\liquidsoap-win32\test.mp3")
output.icecast(%mp3,host="iphone.live24.gr”,
port=80, password=“mplampla",
mount="radiophone",s)

And here is the result:

2014/11/18 03:12:53 >>> LOG START
2014/11/18 03:12:53 [protocols.external:3] Found "wget.exe".
2014/11/18 03:12:53 [main:3] Liquidsoap 1.1.1
2014/11/18 03:12:53 [main:3] Using: graphics=[distributed with Ocaml]
pcre=0.1.0 dtools=0.3.1 duppy=0.5.1 cry=0.2.2 mm=0.2.1 xmlplaylist=0.1.3
lastfm=0.3.0 ogg=0.4.5 vorbis=0.6.1 opus=0.1.0 speex=0.2.0 mad=0.4.4
flac=0.1.1 flac.ogg=0.1.1 dynlink=[distributed with Ocaml] lame=0.3.2
shine=0.1.1 frei0r=0.1.0 aacplus=0.2.1 voaacenc=0.1.0 fdkaac=0.1.0
theora=0.3.0 schroedinger=0.1.0 gavl=0.1.5 ao=0.2.0 samplerate=0.1.2
taglib=0.3.1 camomile=0.8.4 faad=0.3.2 soundtouch=0.1.7 portaudio=0.2.0
ladspa=0.1.4 yojson=1.0.3 winsvc=0.0.1
2014/11/18 03:12:53 [decoder:4] Trying method "META" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder:4] Trying method "WAV" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.wav:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder:4] Trying method "MIDI" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder:4] Trying method "IMAGE" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder:4] Trying method "FLAC" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.flac:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder:4] Trying method "AAC" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.aac:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder:4] Trying method "MP4" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.mp4:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder:4] Trying method "OGG" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.ogg:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder:4] Trying method "MAD" for
"C:\\liquidsoap-win32\\test.mp3"...
2014/11/18 03:12:53 [decoder.mad:4] Libmad recognizes
"C:\\liquidsoap-win32\\test.mp3" as mpeg audio (layer III, 320kbps, 44100Hz,
2 channels).
2014/11/18 03:12:53 [decoder:3] Method "MAD" accepted
"C:\\liquidsoap-win32\\test.mp3".
2014/11/18 03:12:53 [metadata.flac:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [metadata.mp4:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [decoder.ogg:4] Invalid file extension for
"C:\\liquidsoap-win32\\test.mp3"!
2014/11/18 03:12:53 [single:3] "C:\\liquidsoap-win32\\test.mp3" is static,
resolving once for all...
2014/11/18 03:12:53 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz
master.
2014/11/18 03:12:53 [frame:3] Frame size must be a multiple of 1764 ticks =
1764 audio samples = 1 video samples.
2014/11/18 03:12:53 [frame:3] Targetting 'frame.duration': 0.04s = 1764
audio samples = 1764 ticks.
2014/11/18 03:12:53 [frame:3] Frames last 0.04s = 1764 audio samples = 1
video samples = 1764 ticks.
2014/11/18 03:12:53 [video.converter:4] Using preferred video converter:
gavl.
2014/11/18 03:12:53 [audio.converter:4] Using preferred samplerate
converter: libsamplerate.
2014/11/18 03:12:53 [threads:3] Created thread "generic queue #1".
2014/11/18 03:12:53 [threads:3] Created thread "generic queue #2".
2014/11/18 03:12:53 [clock:4] Currently 1 clocks allocated.
2014/11/18 03:12:53 [clock.wallclock_main:4] Starting 1 sources...
2014/11/18 03:12:53 [source:4] Source output.icecast_5063 gets up.
2014/11/18 03:12:53 [source:4] Source single_5061 gets up.
2014/11/18 03:12:53 [single_5061:4] Content kind is
{audio=2;video=0;midi=0}.
2014/11/18 03:12:53 [single_5061:4] Activations changed:
static=[radiophone:radiophone], dynamic=[].
2014/11/18 03:12:53 [single_5061:3] Prepared
"C:\\liquidsoap-win32\\test.mp3" (RID 0).
2014/11/18 03:12:53 [radiophone:4] Activations changed: static=[radiophone],
dynamic=[].
2014/11/18 03:12:53 [radiophone:4] Enabling caching mode: active source.
2014/11/18 03:12:53 [radiophone:3] Connecting mount radiophone for
[email protected]...
2014/11/18 03:13:04 [radiophone:3] Connection setup was successful.
2014/11/18 03:13:04 [threads:3] Created thread "wallclock_main" (1 total).
2014/11/18 03:13:04 [clock:4] Main phase starts.
2014/11/18 03:13:04 [clock.wallclock_main:3] Streaming loop starts,
synchronized with wallclock.
2014/11/18 03:13:04 [radiophone:3] Metadata update may have failed with
error: 400, Bad Request (HTTP/1.0)



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to