-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work on a docker? #100
Comments
Any update on this issue? |
As far as I know, it shouldn't as is. I need to test this out within a docker container and get back to you about this. |
You could try this out on your own by forking / cloning the library then debugging it within a container . |
I was able to resolve this issue by following these instructions:
Sources:
|
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Actual value was .
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at MediaToolkit.Engine.StartFFmpegProcess(EngineParameters engineParameters)
The text was updated successfully, but these errors were encountered: