Question about Deploying

Newbie Member
5Dec2008,10:44   #1
kamatchi's Avatar
Hi,

I developed a Project in Cake PHP having the concept of "You Tube" Clone. I converted all the Videos to .FLV from any video formats. It's working fine on Windows machine (localhost), but it's not working in Linux server. So i request a Client to buy a Windows machine.

He replied that "We will be deploying the site on a Linux box. We will have to establish the video conversion on our windows server maybe under a subdomain".


Is it Possible?


Please Clarify.


Thanks in Advance
Go4Expert Founder
5Dec2008,13:20   #2
shabbir's Avatar
What conversion have you used. If its FFMPEG then install the same on the server and change the path to the executables of your FFMPEG.
Newbie Member
5Dec2008,13:56   #3
kamatchi's Avatar
Thanks shabbir

Quote:
Originally Posted by shabbir View Post
What conversion have you used. If its FFMPEG then install the same on the server and change the path to the executables of your FFMPEG.