-
Notifications
You must be signed in to change notification settings - Fork 88
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
psi: parse PMT packets with multiple sections #75
Conversation
Here's a real world sample where multiple table sections are provided in a single packet, and the first section is not the PMT: https://s3.amazonaws.com/tmm1/combined-pmt-tids.ts I recently fixed a similar bug in ffmpeg's mpegts parser. You can read more about the issue here: http://ffmpeg.org/pipermail/ffmpeg-devel/2018-May/229803.html |
I have several more PRs I'd like to send with PMT parsing enhancements, but they would cause merge conflicts with this one so I've held off for now. Would love to see this PR merged soon. |
Any objections here? |
@ieckart Can I get another set of eyes here, please? |
looks good to me. Reviewed the code, ran the tests, and did an integration test make sure it didn't break compatibility. |
fixes #74