Hello list!

I'm experimenting with the "new" Version 1.1.0.
I found a problem in using smooth_add().

I have a time announcement mp3 every hour made by an external script.
This is added to  the radio-stream this way:

clock   = playlist("/music/time", id="news")
...
radio =
smooth_add(delay=0.9,p=0.3,normal=radio,special=switch([({30m00s},clock)]))
(radio is the Radio stream)

I use playlist() for the news mp3 to not confuse LS of the changing file.
/music/time contains only one file.

At the specified time i hear the announcement fade in and at the end
when it should fade back to radio, LS suddenly stopps streaming.
It stays at "End of the current overriding", and it disconnects from the
attached Icecast.
I can say the problem is at the end of the file since i tested with a
much "longer" file than only a time announcement.

LS Log:
2013/03/21 10:55:00 [news:3] Prepared "/music/news/test//news.mp3" (RID 3).
2013/03/21 10:55:00 [fallback_4881:3] Switch to switch_4880 with transition.
2013/03/21 10:55:00 [switch_4880:3] Switch to audio_to_stereo_4842.
2013/03/21 10:55:00 [amplify_4840:3] Overriding amplification: 0.648634.
2013/03/21 10:55:00 [decoder:3] Method "MAD" accepted
"/music/news/test//news.mp3".
2013/03/21 10:55:00 [smart_cross_4889:3] Analysis: -19.854205dB /
-20.468496dB (3.00s / 2.00s)
2013/03/21 10:55:00 [smart_crossfade:3] No transition: using default.
2013/03/21 10:55:07 [news:3] Finished with "/music/news/test//news.mp3".
2013/03/21 10:55:07 [amplify_4840:3] End of the current overriding.

Icecast log just mentions a "socket timeout"
[2013-03-21  10:55:37] WARN source/get_next_buffer Disconnecting source
due to socket timeout

The same code works flawlessly on the same machine with LS 1.0.1.
I have no clue what could have changed in 1.1.0 for this script not to
work anymore.

Can someone please point me into the right direction?
Thanks!

--Tom

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to