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

feat: CEA608/708 parser #75

Conversation

hernanr99
Copy link
Contributor

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

  • Unit Tests updated or fixed
  • Docs/guides updated

@hernanr99 hernanr99 requested review from a team as code owners February 27, 2024 15:24
@hernanr99 hernanr99 marked this pull request as draft February 27, 2024 15:25
@hernanr99 hernanr99 changed the title Feature: CEA608/708 Subtitles Compatibility feat: CEA608/708 parser Feb 27, 2024
Signed-off-by: hernan <[email protected]>
Signed-off-by: hernan <[email protected]>
@felipeYoungi felipeYoungi marked this pull request as ready for review February 29, 2024 14:51
Copy link

@mpollingerQualabs mpollingerQualabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@avelad
Copy link

avelad commented Mar 1, 2024

One question, do you support the subtitles described in videojs/mux.js#439 ?

@mpollingerQualabs
Copy link

mpollingerQualabs commented Mar 1, 2024

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?

@avelad
Copy link

avelad commented Mar 1, 2024

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:
Example Test Playlist: https://solutions.brightcove.com/wseymour/708-testing/playlist.m3u8

@mpollingerQualabs
Copy link

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: Example Test Playlist: https://solutions.brightcove.com/wseymour/708-testing/playlist.m3u8

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?

@hernanr99 hernanr99 requested a review from littlespex March 1, 2024 17:20
@felipeYoungi felipeYoungi marked this pull request as draft March 1, 2024 20:11
@felipeYoungi felipeYoungi marked this pull request as ready for review March 1, 2024 20:12
hernanr99 and others added 23 commits April 5, 2024 11:19
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]>
…tputFilter instance

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]>
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
@littlespex littlespex merged commit 94744b5 into streaming-video-technology-alliance:feat/608 Apr 5, 2024
1 of 2 checks passed
littlespex added a commit that referenced this pull request Apr 26, 2024
* 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]>
littlespex added a commit that referenced this pull request Jun 5, 2024
* 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]>
littlespex added a commit that referenced this pull request Jun 5, 2024
* 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]>
littlespex added a commit that referenced this pull request Jun 5, 2024
* 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]>
littlespex added a commit that referenced this pull request Jun 5, 2024
…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]>
littlespex added a commit that referenced this pull request Aug 28, 2024
* 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]>
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.

5 participants