Hi Samuel, now it's working!!!
Only a thing... If I close liquidsoap still remain mplayer --really -quiet
application (sleep 1) in background and if I launch another liquidsoap
instance, I have 2 mplayer working... I can't kill mplayer because it
change PID every 2 second, there's a command to stop mplayer ? Now I must
reboot my vps...

----------------------------------------------------

Hi,

The problem comes from the fact that when mplayer cannot connect it
immediately exits. A solution can be to wrap mplayer in a loop which
will try to reconnect every second as follows:


live = input.external("while true; do mplayer -really-quiet -ao
pcm:file=/dev/stdout -vc null -vo null

.......


----------------------------------------------------
------------------------------------------------------------------------------
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