Hi all , 
 I am using LS 1.0 beta 3 and my ogg/flac stream on icecast hangs and mount 
point falls . 

 Icecast reports: 
  [2011-09-07  13:00:56] WARN source/get_next_buffer Disconnecting source due 
to socket timeout
[2011-09-07  13:00:56] INFO source/source_shutdown Source "/liquid-flac1" 
exiting
[2011-09-07  13:00:56] INFO fserve/fserve_client_create checking for file 
/liquid-flac1 (/usr/share/icecast2/web/liquid-flac1)
 
On liquidsoap side :
2011/09/07 13:00:03 [ogg.muxer:4] liquid-flac1: Setting end of track 915b04f.
2011/09/07 13:00:03 [ogg.muxer:4] liquid-flac1: Every ogg logical tracks have 
ended: setting end of stream.
2011/09/07 13:00:03 [ogg.muxer:4] liquid-flac1: Starting new sequentialized ogg 
stream.
2011/09/07 13:00:03 [ogg.muxer:4] liquid-flac1: Starting all streams
2011/09/07 13:00:05 [buffer_5201:4] End of track.
2011/09/07 13:00:05 [buffer_5201:4] Buffer emptied, buffering needed.
2011/09/07 13:00:26 [cross_5056:4] Buffering end of track...

There is 2 things I observe :first I notice that if I increase <source timeout> 
in icecast config stream is longuer stable , but It is not the clue because I 
increased up to 120 sec and still got icecast mount point fall down.

Other point I did the same using mp3 stream , and it works for hours.

 
These are my lines:

# Partial application of icecast output to specialize it for a given host
out = output.icecast(
                %ogg(%flac(samplerate=44100,
                        channels=2,
                        compression=5,
                        bits_per_sample=16)),
                 host="localhost",password="xxx")

out_mp3 = output.icecast(%mp3(bitrate=128), host="localhost",password="xxx")

# Now we add the outputs
out(mount=montage,url=url,description=description,final,timeout=120.,restart=true)
out_mp3(mount="#{montage}-mp3",url=url,description=description,final)
 

And last point I notice I lost IDtags using beta 1.0 , On 0.92 , I had flac 
metadata in stream id tags.

Thanks you,
 Fabrice 

------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to