-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: CEA608/708 parser #75
feat: CEA608/708 parser #75
Conversation
29d221a
to
8945ae1
Compare
Signed-off-by: hernan <[email protected]>
…tputFilter instance Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
8945ae1
to
a5c9def
Compare
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
One question, do you support the subtitles described in videojs/mux.js#439 ? |
Hey @avelad, do you have a playlists we could test with? Or should we try with the one on that PR? |
Yes, you can use: |
…eature/cea-608-708 Signed-off-by: hernan <[email protected]>
We've tried with that one but it doesn't seem to have a subtitle playlist. Could you provide us another one? Or what specific type of subtitle should we test? |
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
* chore: update version to 0.6.3 * feat: Enhance ID3 Support: Implement APIC Functionality (streaming-video-technology-alliance#76) * chore: update @web/dev-server to address dependabot security issue (streaming-video-technology-alliance#79) --------- Signed-off-by: Casey Occhialini <[email protected]> Signed-off-by: Fernando Cuadro <[email protected]> Signed-off-by: Felipe Young <[email protected]> Signed-off-by: hernan <[email protected]> Signed-off-by: fernandocQualabs <[email protected]> Co-authored-by: fernandocQualabs <[email protected]> Co-authored-by: Felipe Young <[email protected]> Co-authored-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
…module import error (streaming-video-technology-alliance#81) * Remove isArrayBufferView import and create as auxiliary function see: streaming-video-technology-alliance#83 --------- Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Signed-off-by: Hernán Reyes <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]>
…tputFilter instance Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
* chore: update version to 0.6.3 * feat: Enhance ID3 Support: Implement APIC Functionality (streaming-video-technology-alliance#76) * chore: update @web/dev-server to address dependabot security issue (streaming-video-technology-alliance#79) --------- Signed-off-by: Casey Occhialini <[email protected]> Signed-off-by: Fernando Cuadro <[email protected]> Signed-off-by: Felipe Young <[email protected]> Signed-off-by: hernan <[email protected]> Signed-off-by: fernandocQualabs <[email protected]> Co-authored-by: fernandocQualabs <[email protected]> Co-authored-by: Felipe Young <[email protected]> Co-authored-by: hernan <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
…module import error (streaming-video-technology-alliance#81) * Remove isArrayBufferView import and create as auxiliary function see: streaming-video-technology-alliance#83 --------- Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Signed-off-by: Hernán Reyes <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
…on-media-library into feature/cea-608-708 Signed-off-by: Casey Occhialini <[email protected]> # Conflicts: # CHANGELOG.md # lib/src/id3/util/utf8.ts
94744b5
into
streaming-video-technology-alliance:feat/608
* Added CEA-608/708 methods Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Co-authored-by: Casey Occhialini <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
* Added CEA-608/708 methods Signed-off-by: hernan <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Co-authored-by: Casey Occhialini <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
* feat: CTA-608parser (#75) --------- Signed-off-by: hernan <[email protected]> Signed-off-by: Agajan Jumakuliyev <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Co-authored-by: Hernán Reyes <[email protected]> Co-authored-by: Agajan J <[email protected]> Co-authored-by: Casey Occhialini <[email protected]>
* feat: CTA-608parser (#75) --------- Signed-off-by: hernan <[email protected]> Signed-off-by: Agajan Jumakuliyev <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Co-authored-by: Hernán Reyes <[email protected]> Co-authored-by: Agajan J <[email protected]> Co-authored-by: Casey Occhialini <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
…se/0.7.0 * feat: CEA608/708 parser (#75) (#86) * feat: CTA-608parser (#75) --------- Signed-off-by: Casey Occhialini <[email protected]> Signed-off-by: hernan <[email protected]> Signed-off-by: Hernán Reyes <[email protected]> Signed-off-by: Nicolas Levy <[email protected]> Signed-off-by: Noelia Bentancor <[email protected]> Signed-off-by: Agajan Jumakuliyev <[email protected]> Co-authored-by: Hernán Reyes <[email protected]> Co-authored-by: Nicolas Levy <[email protected]> Co-authored-by: Noelia Bentancor <[email protected]> Co-authored-by: DuckyCB <[email protected]> Co-authored-by: Matías Rodriguez <[email protected]> Co-authored-by: Matías Rodriguez <[email protected]> Co-authored-by: Patricio Carrau <[email protected]> Co-authored-by: Agajan J <[email protected]>
* feat: CTA-608parser (#75) --------- Signed-off-by: hernan <[email protected]> Signed-off-by: Agajan Jumakuliyev <[email protected]> Signed-off-by: Casey Occhialini <[email protected]> Co-authored-by: Hernán Reyes <[email protected]> Co-authored-by: Agajan J <[email protected]> Co-authored-by: Casey Occhialini <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Description
We've implemented support for the CEA608/708 subtitles standard to our library, expanding its capabilities. In this update, alongside the feature implementation, we've initiated the integration with a basic set of tests.
Requirements Checklist