Hello people,
After almost a week of "observation", maybe i've found
something interesting about my problem.
I've 2 separate stream:
n°1 = minimal.liq
n°2 = ambient.liq
The sound cut appear only in the stream n°1
never in the stream2, and always at the same hour (about 12h50 - 13h00)
and this problem is relatively new.(never happend during my testing period).
I'm guessing the logrotation
because my stream1 was not setting up at same manner.
one was "daily" rotated and the other, stream2, was "weekly".
I've made some change, I'll see what happend.
I use my own logrotation conf.file which NOW look like that:
/var/log/liquidsoap/radio_minimal.log {
size 500k
missingok
rotate 5
notifempty
sharedscripts
compress
delaycompress
postrotate
for liq in /var/run/liquidsoap/*.pid ; do
if test $liq != '/var/run/liquidsoap/*.pid' ; then
start-stop-daemon --stop --signal USR1 --quiet --pidfile $liq
fi
done
endscript
}
I hope the problem is fixed and let you know what about.
(but it seem's still some problem with logrotate on my server, nothing special
with Liquidsoap)
bon dimanche sous vos applaudissements (j'exagère peut etre là) !!
Fredouille.
P:S
#######################
I've seen a small mistake
in the "logrotate conf" created by the debian package:
Debian log are located in /var/log/
instead of /usr/var/log/ (par convention)
/!\ ==>> /usr/var/log/liquidsoap/*.log {
compress
rotate 5
size 300k
missingok
....
.....
----- Mail Original -----
De: "Romain Beauxis" <[EMAIL PROTECTED]>
À: [email protected], "david baelde" <[EMAIL PROTECTED]>
Envoyé: Lundi 22 Septembre 2008 17:43:13 GMT +01:00 Amsterdam / Berlin / Berne
/ Rome / Stockholm / Vienne
Objet: Re: [Savonet-users] streaming but no sound ??
Le Monday 22 September 2008 16:49:19 David Baelde, vous avez écrit :
> Hi,
Hi too !
> Could you please send your script, or better, try to simplify your
> script at most as possible while keeping the bug ?
There was also a bug-not-really-a-bug with switches. If I remember well, there
was a tricky thing in the transitions where if you didn't pay enough
attention, there could be a gap in the two values, something like:
playlists = switch(track_sensitive=false, transitions=[start,start],
[({0s-29s}, electro,
({30s-59s}, reggae])
In this example, there is a gap between 29s and 30s, which caused the
transition to not happen (ticket #127).
The solution was to write:
playlists = switch(track_sensitive=false, transitions=[start,start],
[({0s-30s}, electro,
({30s-60s}, reggae])
It might not apply here, but I though it was worth to explain, since it can be
confusing.
Romain
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users
--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.526 / Virus Database: 270.7.0/1684 - Release Date: 22/09/2008 06:39
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users