Hi there.
/Excuse for my mistakes and not very good english skills, i'm not
native english speaker, but i hope that you understand me/
I'm new to liquidsoap - i discovered it only few days ago, but it was
quick to migrate to it. Primary goal, was to provide low quality
stream for our listeners with stable and foolproof tool.
Of course, second goal was to replace iceS to save resources on our
server. And then problem begin.
For automatic play, we have written PHP app with web gui that allows
us to manage of playlists, time periods, genres, tracks, etc.
So i've wrote php script that returns track path and name, based on
database stored values:
def querytrack () =
log(">>> Requesting for track from pilot")
request.create(audio=true,
get_process_output("/home/radio/pilot/decyzor.php"))
end
pilot = request.dynamic(querytrack)
pilot = mksafe(pilot)
pilot = smart_crossfade(pilot)
pilot = rewrite_metadata([("song","$(display_title)")],pilot)
pilot = normalize(pilot)
live = input.http("http://some.mount:8000/point")
radio = fallback(track_sensitive=false, transitions=[crossfade,crossfade],
[live, pilot])
All of that i wrote using provied by documentation samples. But worst
thing is, that liquidsoap queries for track from playlist in advance.
So it have always at least 2 tracks in playlist. It causes me lot of
headache, because even if i schedule some set of music to play at
certain weekday-hour, it always start playing even 15 minutes later.
I've tried to hack this in my php script, adding average(songlen)*3
to every timetable query. But it's no
Of course, i've read the fine manual ;) but there was no info (or i
was unable to find it) how to disable this feature and make
liquidsoap more failable than it is now.
Google also refuses to help me (maybe i'm asking wrong questions?)
Thanks for any kind of help that you can provide me.
Best regards!
--
Lucas Mozer
-------------------------------------------------------------------------
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