Hi, i have made my video encoder. well very simple one and my process stops working after it gets to certain percent.
Is there anything i could do to make it work? Is there some memory limitation? Could i run it somehow different?
Hi, i have made my video encoder. well very simple one and my process stops working after it gets to certain percent.
Is there anything i could do to make it work? Is there some memory limitation? Could i run it somehow different?
Could it be due to the default timeout settings?
i.e. In your web.config file, adjust as follows (or with a higher value):
<httpRuntime executionTimeout="900" maxRequestLength="30000" />