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

PE-545: Create example using two video object for playback #72

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

Conversation

jdmedlin1
Copy link
Contributor

@jdmedlin1 jdmedlin1 commented Nov 8, 2024

📝 Description

Task: Create an html/js application with two video objects to play one playlist so only one video shows on the screen at the same time, but we're alternating from one object to the other

Changes made:
There are two examples in this change. The first example is intended for dual video decoder players and rotates between an array of video content, but first preloads the next video before switching. The second example is intended to run on single video decoder players and fully plays through each video artifact before loading and playing the next.

Jira ticket: https://brightsign.atlassian.net/browse/PE-545

📋 List of Changes

All changes have been made inside the examples directory, but more specifically, inside the html-dual-video-example folder.

@jdmedlin1 jdmedlin1 changed the title PE-545: example using two video object for playback PE-545: Create example using two video object for playback Nov 8, 2024
@jdmedlin1 jdmedlin1 marked this pull request as draft December 6, 2024 02:43
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.

1 participant