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

Support packaging of generic ID3 tags into ISOBMFF coming from TS streams. #2865

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jadarve
Copy link

@jadarve jadarve commented Jun 7, 2024

Currently, the ID3 demuxing and packaging implementation only supports Nielsen-specific tags with a fixed data size and scheme URI.

This URI improves upon those changes by supporting generic tags of any size. The TS demuxer detects whether the incoming ID3 tag corresponds to a Nielsen ID3 tag, and sets its corresponding scheme URI for later use. Otherwise, it uses https://aomedia.org/emsg/ID3 for both scheme and value URI.

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

1 participant