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

Investigate possibly a better solution for using stream and sample delivery options in multiplexer #19

Open
roman380 opened this issue Oct 30, 2016 · 0 comments

Comments

@roman380
Copy link
Owner

While sample delivery is the expected method, implemented is alternate method primarily addressing, as it seems, accurate file closing. The mix of methods does not look accurate and, among other, appears to be a performance bottleneck. It makes sense to revise this part of the multiplexer and elaborate a more accurate solution.

micha137 added a commit to micha137/gdcl.co.uk-mpeg4 that referenced this issue Feb 8, 2019
* before, we repeatedly fetched an IStream reference into an IStreamPtr and soon after released it again
* this led the attached FileWriter to constantly open and close the associated file, hurting performance
* affects roman380#19
* fixes roman380#21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant