briant
10-13-2006, 04:38 AM
Hello-
I have implemted the Flix Engine with a C# ASP .NET web application. The web app accepts multiple types of video files and converts to Flash 8. The application is working fine for smaller files, but on larger files (~40MB AVI) I receive the below exception when calling the "SetInputFile" method.
I have verified that the uploaded 40MB AVI file is successfully uploaded to the web server and intact before the SetInputFile method is called. The string passed in as the inputFile variable is a local path to the uploaded video.
Has anyone experienced issues with the Flix Engine and ASP .NET when processing larger files?
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at WF_FlixCOM.WF_FlixEncoderClass.SetInputFile(String inputFile)
at Upload.ProcessRequest(HttpContext context) in c:\Inetpub\wwwroot\showandsale\App_Code\Web\Upload.cs:line 146
I have implemted the Flix Engine with a C# ASP .NET web application. The web app accepts multiple types of video files and converts to Flash 8. The application is working fine for smaller files, but on larger files (~40MB AVI) I receive the below exception when calling the "SetInputFile" method.
I have verified that the uploaded 40MB AVI file is successfully uploaded to the web server and intact before the SetInputFile method is called. The string passed in as the inputFile variable is a local path to the uploaded video.
Has anyone experienced issues with the Flix Engine and ASP .NET when processing larger files?
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at WF_FlixCOM.WF_FlixEncoderClass.SetInputFile(String inputFile)
at Upload.ProcessRequest(HttpContext context) in c:\Inetpub\wwwroot\showandsale\App_Code\Web\Upload.cs:line 146