Skip to content
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

FFmpegWrapper.RunProcess() always produces incorrect output file if cancellationToken.Cancel() called #478

Open
ytkachov opened this issue Feb 13, 2024 · 0 comments

Comments

@ytkachov
Copy link

I am trying to write RTSP stream to file on disk and cancelling process by user request.

It looks like internal logic of RunProcess is incorrect when process gets cancelled. There is no chance for it to get "q" command from standard input and correctly close resulting file. Process is always killed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant