this is my script
jingles = playlist.safe(mode = "random", reload = 1800,
"~/deadmediafm_playlist/liq-dmfm_jingle.m3u")
songs = playlist(mode = "randomize",reload = 72000,
"~/deadmediafm_playlist/liq-songs.m3u");
#songs = on_track(submit_dispatch, songs)
#songs = smart_crossfade(songs)
songs_req = fallback(track_sensitive = true, [request.queue(id="req"),
songs, jingles])
output.icecast.mp3(songs_req, mount="/autodj.mp3",protocol="http",
host="server", port=8000, password="", samplerate=44100 ,bitrate=64,
stereo=true,name="Deadmediafm.org", description="streaming radio", url="
http://deadmediafm.org", restart=true);
On Fri, May 21, 2010 at 6:53 AM, Romain Beauxis <[email protected]>wrote:
> Le jeudi 20 mai 2010 09:24:48, budi prakosa a écrit :
> > hello again,
>
> Hi !
>
> > i have trouble with request queue,
> > every time the request is being played it will raise cry socket error
> > the request is a jingle mp3 with only 5 sec duration
> >
> > 2010/05/20 21:01:46 [liq-songs(dot)m3u:3] Finished with
> > "/media/storage/Stina Nordenstam/Memories Of A Color/07 Alone At
> > Night.mp3". 2010/05/20 21:01:46 [req:3] Prepared
> > "/home/deadmediafm/deadmediafm_jingle/3yearsofdeadmedia.mp3" (RID 15).
> > 2010/05/20 21:01:46 [src_3531:3] Switch to req with forgetful transition.
> > 2010/05/20 21:02:00 [root:2] We must catchup 13.91 seconds!
> > 2010/05/20 21:02:00 [/autodj(dot)mp3:2] Cry socket error: timeout,
> network
> > failure, server shutdown? Restarting the output in 3 seconds.
>
> I believe the Cry error is only indirectly related.
>
> The problem is that pushing the file leads to some latency which in turn
> trigers the cry restart.
>
> I do not have an explanation to why pusing the file entails the latency.
> The
> file is 5 seconds, so either that has to do with the duration being small,
> or
> some process in your script that loads liquidsoap.
>
> Can you tell more about your script ?
>
> Romain
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users