nReco.Video Converter ffMpeg Error -
i using nreco video converter take video thumbnail on mvc project. app working correctly on local shows error on live host
error is
access path 'c:\inetpub\vhosts********\httpdocs\bin\ffmpeg.exe' denied.
i did search file in code , host bin folder can't found. nreco's site says
simple , easy use video conversion .net library: need 1 assembly (ffmpeg embedded)
there no ffmpeg.exe file in local , host bin folder or anywhere.
how can fix this?
thanks.
videoconverter .net wrapper ffmpeg tool (i'm author of library) , ffmpeg.exe extracted app bin folder (default location) on first use. on live host asp.net process cannot write app bin folder; may fixed specifying location, example:
var ffmpeg = new ffmpegconverter(); ffmpeg.ffmpegtoolpath = system.web.httpcontext.current.server.mappath("~/app_data");
Comments
Post a Comment