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

Reduce log output for unknown elementary stream types #2710

Merged
merged 1 commit into from
May 7, 2020

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented May 7, 2020

This PR will...

Improve logging for streams with with unknown or unsupported elementary stream types.

Why is this Pull Request needed?

An unknown elementary stream type can result in hundreds of the same log statement every segment. These changes reduce that to one log statement per PMT type, per segment.

I observed severe browser performance degradation with dev tools open in Firefox when verifying #2684. By reducing the number of log statements, the dev tools can be used without stalling the browser / page.

Related issues:

#2684

Checklist

  • changes have been done against master branch, and PR does not conflict

@robwalch robwalch merged commit 7785f93 into master May 7, 2020
@robwalch robwalch deleted the task/reduce-pmt-unknown-logs branch May 7, 2020 19:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants