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 <hernanr@qualabs.com>
…tputFilter instance

Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
@felipeYoung-wowza felipeYoung-wowza 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

…eature/cea-608-708

Signed-off-by: hernan <hernanr@qualabs.com>
@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?

@felipeYoung-wowza felipeYoung-wowza marked this pull request as draft March 1, 2024 20:11
@felipeYoung-wowza felipeYoung-wowza marked this pull request as ready for review March 1, 2024 20:12
hernanr99 and others added 28 commits April 5, 2024 11:19
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
* 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 <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Fernando Cuadro <fernandoc@qualabs.com>
Signed-off-by: Felipe Young <felipey@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: fernandocQualabs <126795603+fernandocQualabs@users.noreply.github.com>
Co-authored-by: fernandocQualabs <126795603+fernandocQualabs@users.noreply.github.com>
Co-authored-by: Felipe Young <felipey@qualabs.com>
Co-authored-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
…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 <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Hernán Reyes <99908389+hernanr99@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
…tputFilter instance

Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
* 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 <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Fernando Cuadro <fernandoc@qualabs.com>
Signed-off-by: Felipe Young <felipey@qualabs.com>
Signed-off-by: hernan <hernanr@qualabs.com>
Signed-off-by: fernandocQualabs <126795603+fernandocQualabs@users.noreply.github.com>
Co-authored-by: fernandocQualabs <126795603+fernandocQualabs@users.noreply.github.com>
Co-authored-by: Felipe Young <felipey@qualabs.com>
Co-authored-by: hernan <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
…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 <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Hernán Reyes <99908389+hernanr99@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
…on-media-library into feature/cea-608-708

Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>

# 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 <hernanr@qualabs.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Co-authored-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
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

5 participants