Hi again.
 
 I got  a "mad end of stream" using LS beta2, compiled by me on a ubuntu 10.04

It play only the first file then hanging  on :
2011/09/04 09:40:41 [decoder:4] Decoding "/home/liquid/music/MYPARK - a good 
girl.wav" ended: Wav_decoder.End_of_stream.
2011/09/04 09:40:41 [threads:1] Thread "wallclock_main" aborts with exception 
Wav_decoder.End_of_stream!
2011/09/04 09:40:41 [threads:3] Raised by primitive operation at file "", line 
0, characters 0-0
2011/09/04 09:40:41 [main:3] Shutdown started!


the scripte seem quite simple :
flac = playlist.safe ("/home/liquid/music/music.m3u")
out = output.icecast(
                %ogg(%flac(samplerate=44100,
                        channels=2,
                        compression=5
                        )),
                 host="localhost",password="xxxxxx")


# Now we add the outputs
out(mount=montage,url=url,description=description,flac)

To my point of view , I have the same problem I described in my last message..

I included the log file.

Thank you ,
 Fabrice 
2011/09/04 09:37:35 >>> LOG START
2011/09/04 09:37:35 [protocols.external:3] Didn't find "ufetch".
2011/09/04 09:37:35 [protocols.external:3] Found "/usr/bin/wget".
2011/09/04 09:37:35 [main:3] Liquidsoap 1.0.0-beta2.1
2011/09/04 09:37:35 [main:3] Using: graphics=[distributed with Ocaml] 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.3 lastfm=0.3.0 ogg=0.4.2 vorbis=0.6.0 speex=0.2.0 mad=0.4.2 flac=0.1.0 flac.ogg=0.1.0 lame=0.3.0 theora=0.3.0 schroedinger=0.1.0 gavl=0.1.4 samplerate=0.1.1 taglib=0.1.4 camomile=0.7.1 faad=0.3.0 portaudio=0.2.0 ladspa=0.1.3 dssi=0.1.0 camlimages.all_formats=[unspecified] lo=0.1.0
2011/09/04 09:37:35 [dynamic.loader:2] Could not load plugins in directory /usr/local/lib/liquidsoap/1.0.0-beta2.1/plugins.
2011/09/04 09:37:35 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
2011/09/04 09:37:35 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples.
2011/09/04 09:37:35 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks.
2011/09/04 09:37:35 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks.
2011/09/04 09:37:35 [video.converter:4] Using preferred video converter: gavl.
2011/09/04 09:37:35 [audio.converter:4] Using preferred samplerate converter: libsamplerate.
2011/09/04 09:37:35 [threads:3] Created thread "generic queue #1".
2011/09/04 09:37:35 [clock:4] Currently 1 clocks allocated.
2011/09/04 09:37:35 [clock.wallclock_main:4] Starting 1 sources...
2011/09/04 09:37:35 [source:4] Source output.icecast_4006 gets up.
2011/09/04 09:37:35 [source:4] Source playlist.safe_3928 gets up.
2011/09/04 09:37:35 [music(dot)m3u:3] Loading playlist...
2011/09/04 09:37:35 [music(dot)m3u:3] No mime type specified, trying autodetection.
2011/09/04 09:37:35 [playlist parser:4] Trying application/rss+xml parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying application/xspf+xml parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying application/smil parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying application/xml parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying text/xml parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying audio/x-ms-asx parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying video/x-ms-asf parser
2011/09/04 09:37:35 [parser.xml:5] Parsing failed: xml error: expected root element
2011/09/04 09:37:35 [playlist parser:4] Trying audio/x-scpls parser
2011/09/04 09:37:35 [playlist parser:4] Trying audio/mpegurl parser
2011/09/04 09:37:35 [music(dot)m3u:3] Playlist treated as format audio/mpegurl
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/01 Orange Blossom - Maldito.flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/01 Orange Blossom - Maldito.flac"...
2011/09/04 09:37:35 [decoder.wav:4] Invalid file extension for "/home/liquid/music/01 Orange Blossom - Maldito.flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "MIDI" for "/home/liquid/music/01 Orange Blossom - Maldito.flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "FLAC" for "/home/liquid/music/01 Orange Blossom - Maldito.flac"...
2011/09/04 09:37:35 [decoder.flac:4] Libflac recognizes "/home/liquid/music/01 Orange Blossom - Maldito.flac" as FLAC (44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "FLAC" accepted "/home/liquid/music/01 Orange Blossom - Maldito.flac".
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/01 Orange Blossom - Maldito.flac"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/01 Orange Blossom - Maldito.flac"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/01 Orange Blossom - Maldito.flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/01. 09-15-00 [1].flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/01. 09-15-00 [1].flac"...
2011/09/04 09:37:35 [decoder.wav:4] Invalid file extension for "/home/liquid/music/01. 09-15-00 [1].flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "MIDI" for "/home/liquid/music/01. 09-15-00 [1].flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "FLAC" for "/home/liquid/music/01. 09-15-00 [1].flac"...
2011/09/04 09:37:35 [decoder.flac:4] Libflac recognizes "/home/liquid/music/01. 09-15-00 [1].flac" as FLAC (44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "FLAC" accepted "/home/liquid/music/01. 09-15-00 [1].flac".
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/01. 09-15-00 [1].flac"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/01. 09-15-00 [1].flac"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/01. 09-15-00 [1].flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/10 Coconut.flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/10 Coconut.flac"...
2011/09/04 09:37:35 [decoder.wav:4] Invalid file extension for "/home/liquid/music/10 Coconut.flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "MIDI" for "/home/liquid/music/10 Coconut.flac"...
2011/09/04 09:37:35 [decoder:4] Trying method "FLAC" for "/home/liquid/music/10 Coconut.flac"...
2011/09/04 09:37:35 [decoder.flac:4] Libflac recognizes "/home/liquid/music/10 Coconut.flac" as FLAC (44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "FLAC" accepted "/home/liquid/music/10 Coconut.flac".
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/10 Coconut.flac"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/10 Coconut.flac"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/10 Coconut.flac"!
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/MYPARK - a good girl.wav"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/MYPARK - a good girl.wav"...
2011/09/04 09:37:35 [decoder.wav:4] "/home/liquid/music/MYPARK - a good girl.wav" recognized as WAV file (s16le,44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "WAV" accepted "/home/liquid/music/MYPARK - a good girl.wav".
2011/09/04 09:37:35 [metadata.flac:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"...
2011/09/04 09:37:35 [decoder.wav:4] "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav" recognized as WAV file (s16le,44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "WAV" accepted "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav".
2011/09/04 09:37:35 [metadata.flac:4] Invalid file extension for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"!
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/SULTANA - kusu kalkmaz(east2west).wav"!
2011/09/04 09:37:35 [music(dot)m3u:3] Successfully loaded a playlist of 5 tracks.
2011/09/04 09:37:35 [music(dot)m3u:4] Content kind is {audio=2;video=0;midi=0}.
2011/09/04 09:37:35 [music(dot)m3u:4] Activations changed: static=[zfflac:zfflac], dynamic=[].
2011/09/04 09:37:35 [decoder:4] Trying method "META" for "/home/liquid/music/MYPARK - a good girl.wav"...
2011/09/04 09:37:35 [decoder:4] Trying method "WAV" for "/home/liquid/music/MYPARK - a good girl.wav"...
2011/09/04 09:37:35 [decoder.wav:4] "/home/liquid/music/MYPARK - a good girl.wav" recognized as WAV file (s16le,44100Hz,2 channels).
2011/09/04 09:37:35 [decoder:3] Method "WAV" accepted "/home/liquid/music/MYPARK - a good girl.wav".
2011/09/04 09:37:35 [metadata.flac:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [metadata.mp4:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [decoder:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [decoder.taglib:4] Invalid file extension for "/home/liquid/music/MYPARK - a good girl.wav"!
2011/09/04 09:37:35 [music(dot)m3u:3] Prepared "/home/liquid/music/MYPARK - a good girl.wav" (RID 6).
2011/09/04 09:37:35 [zfflac:4] Activations changed: static=[zfflac], dynamic=[].
2011/09/04 09:37:35 [zfflac:4] Enabling caching mode: active source.
2011/09/04 09:37:35 [zfflac:3] Connecting mount zfflac for source@localhost...
2011/09/04 09:37:35 [zfflac:3] Connection setup was successful.
2011/09/04 09:37:35 [threads:3] Created thread "wallclock_main" (1 total).
2011/09/04 09:37:35 [clock:4] Main phase starts.
2011/09/04 09:37:35 [clock.wallclock_main:3] Streaming loop starts, synchronized with wallclock.
2011/09/04 09:37:35 [decoder.wav:4] WAV header read (44100Hz, 16bits), starting decoding...
2011/09/04 09:37:35 [ogg.muxer:4] zfflac: Starting all streams
2011/09/04 09:40:41 [decoder:4] Decoding "/home/liquid/music/MYPARK - a good girl.wav" ended: Wav_decoder.End_of_stream.
2011/09/04 09:40:41 [threads:1] Thread "wallclock_main" aborts with exception Wav_decoder.End_of_stream!
2011/09/04 09:40:41 [threads:3] Raised by primitive operation at file "", line 0, characters 0-0
2011/09/04 09:40:41 [main:3] Shutdown started!
2011/09/04 09:40:41 [main:3] Waiting for threads to terminate...
2011/09/04 09:40:41 [main:3] Cleaning downloaded files...
2011/09/04 09:40:41 >>> LOG END
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to