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

Investigate video.js ID3 usage for possible replacement with CML #84

Open
littlespex opened this issue Mar 5, 2024 · 2 comments
Open

Comments

@littlespex
Copy link
Collaborator

Investigate video.js ID3 usage for possible replacement with CML

@littlespex littlespex added this to the 0.6.4 milestone Mar 5, 2024
@felipeYoungi
Copy link
Contributor

We are trying to add the id3 module from the common media library into video.js.
Does Video.js support id3?
No, Video.js does not support id3 on its own. However, there is a plugin that comes as a dependency of Video.js, starting from version 7 the plugin is http-streaming and for previous versions, the plugin is videojs-contrib-hls (now deprecated).
If we want to integrate the id3 module from the CML into Video.js, can we?
No, since Video.js does not handle id3 on its own. What we can try to do is integrate the CML module into the plugin.
What problems does importing the library into the plugin bring?
This library transforms ID3 Metadata into HTML5 metadata text tracks. Therefore, the id3 metadata would have a different format than what the plugin currently handles.
@littlespex what do you think about this?

@littlespex
Copy link
Collaborator Author

Converting ID3 to html5 metadata cues is exactly what hls.js does. What utility function is the plugin using now to parse ID3 tags?

@littlespex littlespex removed this from the 0.6.4 milestone Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants