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

Always parse ID3 tags if type is present on the ID3 Frame #3284

Merged
merged 4 commits into from Dec 8, 2020

Conversation

nebnitt
Copy link

@nebnitt nebnitt commented Dec 8, 2020

This PR will...

This PR updates our ID3 tag parsing to ensure that we always parse and surface the ID3 tags as long as the type is present on the frame.

Why is this Pull Request needed?

Certain users, such as Yospace, have custom ID3 tags, like YMID, that were previously being dropped in the parsing step as they did not follow any of the expected patterns.

For an example, see the following test stream: http://playertest.longtailvideo.com/adaptive/yospace-id3/index.m3u8

Are there any points in the code the reviewer needs to double check?

I don't believe so, but as this is my first contribution here, possibly!

Resolves issues:

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

src/demux/id3.js Outdated Show resolved Hide resolved
zetagame
zetagame previously approved these changes Dec 8, 2020
src/demux/id3.js Outdated Show resolved Hide resolved
src/demux/id3.js Outdated Show resolved Hide resolved
@robwalch robwalch merged commit dc35e09 into master Dec 8, 2020
@robwalch robwalch deleted the update-id3-parsing branch December 8, 2020 21:39
robwalch added a commit that referenced this pull request Dec 8, 2020
Always parse ID3 tags if type is present on the ID3 Frame
robwalch pushed a commit that referenced this pull request Dec 8, 2020
* patch/v0.14.x:
  Merge pull request #3284 from video-dev/update-id3-parsing
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

3 participants