Dear All,

I allow site visitors to request songs via a PHP script as follows.

radio = ........
def next() =
  file = list.hd(get_process_lines("php-cgi -q
/var/www/requests/requests.php"))
  request.create(file)
end
r = request.dynamic(next)
radio = fallback(track_sensitive = true, [r,radio])

I would like to play a recorded clip something like ' Another request from
a listener ' before playing a dynamic request.

Also pass the dynamic queue to PHP script so that PHP script display
when dynamic requests are queued. Or else, get dynamic request one by one
(one after playing  the previous dynamic request) allowing PHP side to
queue the requests.

Any hint is appreciated.

Senaka
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to