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

test: Add LCEVC SEI tests #8209

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

v-nova-romas
Copy link

This PR adds LCEVC SEI tests to Shaka Player. It plays an LCEVC SEI content for 6 seconds and checks LCEVCdec public APIs to verify that LCEVC is enabled and LCEVC data was found in SEI.

v-nova-romas and others added 2 commits March 4, 2025 15:05
This PR adds LCEVC SEI tests to Shaka Player. It plays an LCEVC SEI content for 6 seconds and checks LCEVCdec public APIs to verify that LCEVC is enabled and LCEVC data was found in SEI.
Copy link

google-cla bot commented Mar 4, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@v-nova-romas v-nova-romas changed the title Add LCEVC SEI tests feat: Add LCEVC SEI tests Mar 4, 2025
@avelad
Copy link
Member

avelad commented Mar 4, 2025

@shaka-bot test

@shaka-bot
Copy link
Collaborator

@avelad: Lab tests started with arguments:

  • pr=8209

@shaka-bot
Copy link
Collaborator

shaka-bot commented Mar 4, 2025

Incremental code coverage: 100.00%

@avelad avelad changed the title feat: Add LCEVC SEI tests test: Add LCEVC SEI tests Mar 5, 2025
@avelad avelad added the component: tests The issue involves our automated tests (generally; otherwise use a more specific component) label Mar 5, 2025
@avelad avelad added this to the v4.14 milestone Mar 5, 2025
@avelad
Copy link
Member

avelad commented Mar 5, 2025

@shaka-bot test

@shaka-bot
Copy link
Collaborator

@avelad: Lab tests started with arguments:

  • pr=8209

@avelad
Copy link
Member

avelad commented Mar 6, 2025

@shaka-bot test

@shaka-bot
Copy link
Collaborator

@avelad: Lab tests started with arguments:

  • pr=8209

@joeyparrish
Copy link
Member

This doesn't appear to be working yet, so I'm converting it to draft status. When GitHub Actions CI is passing, please mark it as ready for review, and then we'll run lab tests again. Thanks!

@joeyparrish joeyparrish marked this pull request as draft March 10, 2025 17:27
@joeyparrish
Copy link
Member

This doesn't appear to be working yet, so I'm converting it to draft status. When GitHub Actions CI is passing, please mark it as ready for review, and then we'll run lab tests again. Thanks!

I just realized that these failures are actually caused by other PRs that were just recently merged. I'm reverting them now. Then I'll merge main into your PR branch and re-test. Sorry for the confusion!

@avelad
Copy link
Member

avelad commented Mar 11, 2025

@shaka-bot test

@shaka-bot
Copy link
Collaborator

@avelad: Lab tests started with arguments:

  • pr=8209

@avelad avelad marked this pull request as ready for review March 11, 2025 16:24
@avelad avelad modified the milestones: v4.14, v4.15 Mar 12, 2025
@joeyparrish
Copy link
Member

@shaka-bot test

@shaka-bot
Copy link
Collaborator

@joeyparrish: Lab tests started with arguments:

  • pr=8209

@joeyparrish
Copy link
Member

I've just updated the lab devices, so hopefully that will take care of some of those test failures.

@joeyparrish
Copy link
Member

"Failed to load LCEVC" on Chromecast Ultra. Maybe those non-Android Cast devices don't support WebGL or something else needed for this? Can this be feature-detected at runtime? If not, you can refuse LCEVC on non-Android Chromecast devices with existing helpers in shaka.util.Platform.

I believe we have already discussed "SyntaxError: Unexpected token *" on Tizen elsewhere, which is caused by ES6 features in the LCEVC library.

Firefox Windows failures were fixed by #8271, and Safari screenshot failures will be fixed by #8273 when that is merged. Merging those back in from main should resolve those failures.

@joeyparrish joeyparrish marked this pull request as draft March 20, 2025 17:19
@joeyparrish
Copy link
Member

Converted to draft so I can filter it out of the PR list more easily. Please click "ready for review" when you've updated it and you're ready for us to re-run the lab tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tests The issue involves our automated tests (generally; otherwise use a more specific component)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants