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

[Generator] BlankVideoGenerator causes pipeline to stuck on duration == 0 #729

Closed
DominikWolek opened this issue Dec 7, 2021 · 1 comment
Assignees
Labels

Comments

@DominikWolek
Copy link
Contributor

DominikWolek commented Dec 7, 2021

Creating pipeline with

%BlankVideoGenerator{
  caps: %Membrane.Caps.Video.Raw{
      aligned: true,
      format: :I420,
      framerate: {4, 1},
      height: 360,
      width: 480
  },
  duration: 0
}

and CutAndMerge bin causes pipeline to stuck

@mat-hek mat-hek changed the title BlankVideoGenerator causes pipeline to stuck on duration == 0 [Generator] BlankVideoGenerator causes pipeline to stuck on duration == 0 Jan 30, 2024
@mat-hek mat-hek transferred this issue from membraneframework/membrane_generator_plugin Jan 30, 2024
@mat-hek mat-hek moved this from Backlog to Todo in Smackore Jan 30, 2024
@varsill varsill moved this from Todo to In Progress in Smackore Feb 12, 2024
@varsill varsill self-assigned this Feb 12, 2024
@varsill
Copy link
Contributor

varsill commented Feb 13, 2024

I suspect that it might have been caused by the fact, that end_of_stream was not sent when start_of_stream hadn't been sent.
I couldn't reproduce this one on the newest membrane_core, where we have changed the end_of_stream behaviour in #577

@varsill varsill closed this as completed Feb 13, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Smackore Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants