Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Conversation

@jcdr428
Copy link
Collaborator

@jcdr428 jcdr428 commented Dec 30, 2019

As per T-REC.H-222.0 (ISO/IEC 13818-1) Table 2-22, video stream_id is 1110 xxxx for video stream number xxxx.
As checked on multiple commercial Blu-rays, video stream_id should be 1, not 0.

This fix solves error HEVC0116 reported by BD-ROM Part3 Verifier:

----------------------------------------------
Error ID      : HEVC0116
Target File   : 00000.m2ts <HEVC PID=0x1011>
Target Field  : <PES packet of the HDMV HEVC video stream>.stream_id
Section No    : 9.19.7
Error Message : stream_id is set to 0xe0.
            
            File offset of PES packet = 776.
Explanation   : stream_id: This field shall be set to 1110 0001b.
- - - - - - - - - - - - - - - - - - - - - - - 
[HEVC0116] : 346 times.
----------------------------------------------

As per T-REC.H-222.0 (ISO/IEC 13818-1) Table 2-22, video stream_id is 1110 xxxx for video stream number xxxx.
As checked on multiple commercial Blu-rays, video stream_id should be 1, not 0.

This fix solves error reported by `BD-ROM Part3 Verifier`:
`----------------------------------------------
Error ID      : HEVC0116
Target File   : 00000.m2ts <HEVC PID=0x1011>
Target Field  : <PES packet of the HDMV HEVC video stream>.stream_id
Section No    : 9.19.7
Error Message : stream_id is set to 0xe0.
                
                File offset of PES packet = 776.
Explanation   : stream_id: This field shall be set to 1110 0001b.
- - - - - - - - - - - - - - - - - - - - - - - 
[HEVC0116] : 346 times.
----------------------------------------------`
@justdan96 justdan96 added the enhancement New feature or request label Dec 31, 2019
@justdan96
Copy link
Owner

100 pull requests already! This seems straightforward.

By the way how does someone get their hands on that Sony BD-ROM Verifier?

@jcdr428
Copy link
Collaborator Author

jcdr428 commented Dec 31, 2019

Good question. I'd like to have the BD-ROM Verifier as well, this would speed the work on tsMuxeR !
One Doom9 member has kindly tested my builds and sent me the reports :
testUHDtsMuxeR.zip

Still some work to be done :)

Edit: by the way, this pull should be tagged as a bug, not an enhancement.

@justdan96 justdan96 added bug Something isn't working and removed enhancement New feature or request labels Dec 31, 2019
@justdan96 justdan96 merged commit 644d476 into justdan96:master Dec 31, 2019
@jcdr428 jcdr428 deleted the patch-2 branch December 31, 2019 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants