-
Notifications
You must be signed in to change notification settings - Fork 318
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
HEVC Codec Issue When Attempting to Play MSE in Chrome and Edge #454
Comments
no video card ? or old card ? h265 work only new PC hw support |
Hmm i have RX7900XT, I have found a similar issue here: shaka-project/shaka-player#3860 |
sorry it no problem this lib and project try issue to chrome or try enable hw accelerate in options |
Hmm, I still think it's not a hardware problem because this works fine on every machine: https://github.com/AlexxIT/go2rtc |
@Vesperino You mentioned go2rtc, and while it appears independent of hardware, it actually depends on it for HEVC decoding. As stated in the go2rtc documentation: Codecs Madness, "But HEVC/H.265 has a lot of limitations in supporting with different devices and browsers." |
When attempting to play Media Source Extensions (MSE) content in the latest versions of Chrome and Edge, I encounter an error indicating codec support issues. The specific error message received is:
"The type provided ('video/mp4; codecs="hev1.1.6.L120.90"') is unsupported."
This issue occurs across all tested browsers, which are updated to their latest versions.
The text was updated successfully, but these errors were encountered: