Hi,
Concerning the build error, I have nothing new for you. Like the others, all
I can say is make sure pervasives.cmi and ocamlc come from the same package
and haven't been modified.
I just wanted to give more details about our video support.
As far as I know we only have ogg/theora encoding ri
On Sun, Jan 9, 2011 at 2:09 PM, Denis Kot wrote:
> Today's SVN works. Thanks!
For the record this was a mistake introduced in 8102 and fixed in 8122
by Romain: some tweaks to the sockets (in order to avoid the
connection hanging up) were made at operator initialization instead of
after connection
Hi,
i want to use telnet to change the song name while a dj is on air.
Can i do that with a command?
Greetz Hackbard
www.piraten-radio.net
--
Gaining the trust of online customers is vital for the success of any company
t
hi !
Today, I would like to change the content of a declared single, in a
fonction.
my single declaration is :
background = single("./error.mp3")
And i would like change the mp3 file :
def add_background(music)
background = single(music)
end
Do it possible ?