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

Define needed data to pass between depacketizer and decoder #174

Open
alvestrand opened this issue Feb 20, 2023 · 1 comment
Open

Define needed data to pass between depacketizer and decoder #174

alvestrand opened this issue Feb 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alvestrand
Copy link
Contributor

When splitting the depacketizer from the decoder, what needs to be passed between them?
These things would also need to be accessible to the transform API.

Depacketizer -> Decoder:

  • Frames

Decoder -> Depacketizer

  • Key frame requests
  • Display limitations / restrictions
  • NACK control (telling depacketizer when NACKs shouldn't be sent for missing data any more)

Others?

@alvestrand
Copy link
Contributor Author

Might be addressed by #207

@youennf youennf added the enhancement New feature or request label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants