ntrickz - 2008-05-24 13:58:26 -
In reply to message 1 from ntrickz
UPDATE:
thanks to my host, i changed line 205:
const FORMAT_MP3 = 'mp3';
to
const FORMAT_MP3 = 'libmp3lame';
and it all started working with .mpg, .wmv aswell as .avi.
have not tried more formats yet, but will do so...
I'm still hoping for some input as to why this had to be changed, and
as to why the OS_WINDOWS is not defined, and what should I put in it...
const OS_WINDOWS = '???';
btw, my server has linux... ( dont know if that has anything to do with it )