I wrote my application to convert mpeg's to flv, skin em and play em
on my XP Machine under
asp.net 3.5.
I transferred my code to our production server for use ability
testing, and I get this error 100, can't find ffmpeg. The production
server is Server 2008 with IIS 7.5 x64.
The path is correct
H:\www\NASE_2010_NET35_TroxellUSA_GEN5\Movies\bin\ffmpeg.exe
The code is basic to get the path
HttpContext.Current.Server.MapPath("\Movies\bin\ffmpeg.exe").ToString
The ffmpeg is Win32, but I can't see that as being a problem.
I don't know what the media handler trial dll is, I hope it any
processor any machine.
Any insight would be appreciated.