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

[BUG] Picture-in-picture goes black when content auto-advances to the next canvas #408

Open
elynema opened this issue Feb 12, 2024 · 3 comments

Comments

@elynema
Copy link

elynema commented Feb 12, 2024

Description

When content auto-plays to the next canvas, if picture-in-picture playback mode has been selected in the browser, the picture-in-picture window just goes black and content begins playing in the main media player window. This would not be so bad, except the picture-in-picture window just lingers there without automatically closing.

In Avalon, this manifests on both media items and playlists, since auto-advance happens in both places.

This video is from an iPhone, but this also happens in both Safari and Chrome on macOS, so presumably it is happening everywhere.

Private Zenhub Video

Behavior with a Youtube playlist has content advancing to the next item in the picture-in-picture window, rather than reverting to the main player.

@joncameron
Copy link
Contributor

We don't have any custom PiP code; it's all Video.js and browser.

@joncameron
Copy link
Contributor

Keeping the same player and switching source might be better than the teardown/rebuild model which may be resulting in the browser losing context when the video source is switched in Ramp/Avalon.

@joncameron
Copy link
Contributor

joncameron commented Feb 28, 2024

Keep and retest once the full-screen issue has been QA'd. (#399)

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

No branches or pull requests

2 participants