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

electron Enable hardware acceleration suppression,Play HEVC265 video,Black screen #8713

Closed
dengxueru opened this issue Apr 29, 2024 · 2 comments

Comments

@dengxueru
Copy link

Description

1、Enable in Electron // app.disableHardwareAcceleration()
2、Play HEVC265 video,Black screen

Reduced test case

This requires the Electron environment

Steps to reproduce

1.Enable and disable hardware acceleration in the Electron environment // app.disableHardwareAcceleration()
2.play video, black screen

Errors

nothing

What version of Video.js are you using?

18.12.1

Video.js plugins used.

8.10.0

What browser(s) including version(s) does this occur with?

Chrome/110.0.5481.208 Electron/23.3.13

What OS(es) and version(s) does this occur with?

window10

@dengxueru dengxueru added the needs: triage This issue needs to be reviewed label Apr 29, 2024
Copy link

welcome bot commented Apr 29, 2024

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@mister-ben
Copy link
Contributor

No browser has a software decoder for h265, they can only play it in hardware. Disabling hardware acceleration makes playback impossible.

@mister-ben mister-ben removed the needs: triage This issue needs to be reviewed label May 14, 2024
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