I need a help when, converting video file into flv and add site domain name into video, when any one play the video than the domain name display the the video when it play.
converting video file into flv and ...
Collapse
X
-
Hey zabsmarty,
You'll need an external program to do this on the server (Linux? Windows?). Preferably from the command line.
You might be in luck to find a PHP extension to do this, but I've personally haven't ever seen one that does this.
You'll just execute the commandline using
exec("yourCLIap p.exe --foo='bar'",$out );
Good luck,
Dan
Comment