hello,
im using multiple harbor input for my radio stream  when it ran first time
the cpu usage will be around 4%
but when the dj disconnect and liquidsoap starts playing blank sound and cpu
usage will be rising at around 30% (the dj broadcasting in aac+ format)
when dj connect to harbor again cpu usage drop to 4% (normal)

i tried on new version of liquidsoap and still got the same problem

any solution to this?

thanks!

here is my script:

set("log.file.path", "/home/deadmediafm/stream/logs/liquid_transcode.logs");
set("init.daemon.pidfile.path", "/home/deadmediafm/stream/logs/pid_aac.log")
set("harbor.port",8002)

jingle = single("/home/deadmediafm/stream/blank.mp3")

autodj    = input.harbor("autodj",password="1234",buffer=10.,max=10.)
dj1     = input.harbor("dj1",password="1234",buffer=10.,max=10.)
dj2     = input.harbor("dj2",password="1234",buffer=10.,max=10.)


#prevent the dj to disconnect when another source connected

output.dummy(fallible=false,fallback(track_sensitive=false,
[autodj,jingle]))
output.dummy(fallible=false,fallback(track_sensitive=false, [dj1,jingle]))

stream = fallback(track_sensitive=false, [dj2, dj1, autodj,
blank(duration=300.)])

output.icecast.aacplus(stream, host="127.0.0.1", port=8000, protocol="http",
password="1234", mount="/transcode.aac",bitrate=48,
name="Deadmediafm.org", description="streaming radio", url="
http://deadmediafm.org";, restart=true)
------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to