You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call the Dispose() method of VideoStreamDecoder, the program gets stuck at ffmpeg.avformat_close_input() for a moment, and then crashes without any prompt.And this is the release action inside my Dispose ()method:
The text was updated successfully, but these errors were encountered:
I would advise you enable ffmpeg logging like original example does and start troubleshoot from this point.
As the way you are asking for help suboptimal.
When I call the
Dispose()
method of VideoStreamDecoder, the program gets stuck atffmpeg.avformat_close_input()
for a moment, and then crashes without any prompt.And this is the release action inside myDispose ()
method:The text was updated successfully, but these errors were encountered: