-
Notifications
You must be signed in to change notification settings - Fork 14
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
CRC check of TLV/MMT stream #15
Comments
Hi, thanks for your contribution, it is ok for me, please go ahead. |
Thank you. |
Your codebase seems not to be a fork of the original source depot, I merged your changes manually, and I found some typos, and I changed it, the main change is Please see commit |
Yes, you are correct. Thank you for manually merging the changes. |
MMT-TLVassociation@c884656
(In crc.cpp, const uint8_t* is changed to uint8_t* . )
I added code to check CRC in DumpTS.
example:
DumpTS file.mmts --CID=1 --pid=0xF300 --output=e00301.hevc
If there are any CRC error in TLV/MMT stream, CRC false message is output.
I'll pull request if your are OK.
The text was updated successfully, but these errors were encountered: