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

Overlay layout content isn't always on top #144

Open
alexharrington opened this issue May 12, 2020 · 2 comments
Open

Overlay layout content isn't always on top #144

alexharrington opened this issue May 12, 2020 · 2 comments
Assignees
Labels
architecture Requires a change in architecture bug

Comments

@alexharrington
Copy link
Member

2R253.6

If I schedule an overlay layout (PNG image with transparency) and then at the same time run a layout with images or native video on it works as expected.

If then change the underlying layout to be an HLS widget, the overlay is initially shown but is removed once the video starts playing. May also be affected by showing embedded HTML that shows video.

@dasgarner dasgarner self-assigned this May 12, 2020
@dasgarner
Copy link
Member

This is caused by the HLS widget using the Edge browser component and not CEF. The edge component (and the IE one) are both not transparent in WPF and effectively punch a hole in the canvas.

@dasgarner dasgarner added this to the 2 R255 milestone Aug 21, 2020
@dasgarner
Copy link
Member

Using the FFME replacement may solve this issue as we can render HLS using FFmpeg instead of Edge. This is proved to be the case in development.

@dasgarner dasgarner added the architecture Requires a change in architecture label Aug 28, 2020
@dasgarner dasgarner modified the milestones: 2 R255, 2 R256 Sep 2, 2020
@dasgarner dasgarner removed this from the 2 R256 milestone Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Requires a change in architecture bug
Projects
None yet
Development

No branches or pull requests

2 participants