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

Stream Recording process get killed if is a pause on stream #519

Open
AlxRd opened this issue May 18, 2024 · 0 comments
Open

Stream Recording process get killed if is a pause on stream #519

AlxRd opened this issue May 18, 2024 · 0 comments

Comments

@AlxRd
Copy link

AlxRd commented May 18, 2024

Using the standard code example if there's a pause on the hls stream the wrapper automatically stops ffmpeg and there's no option to setup a timeout parameter, in ffmpeg this usually doesn't happen because it has a default timeout and also you can configure it by parameters but here seems to be set to null.

await FFMpegArguments
    .FromUrlInput(new Uri(Uri))
    .OutputToFile(Output, true, options => options
        .WithVideoCodec(VideoCodec.LibX264)
        .WithFastStart())
    .ProcessAsynchronously();
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