-
Notifications
You must be signed in to change notification settings - Fork 101
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
[better drop-in replacement for theora compat] ogg video not running in chrome #629
Comments
Do you have an example page & video where it's failing? |
Chrome/Chromium (and thus Edge) no longer supports the Theora video codec as a deliberate design choice to reduce security area: https://chromestatus.com/feature/5158654475239424 This is not something I can prevent. :) If you have a site that's using ogv.js, and ogv.js doesn't work with Ogg Theora videos, please reopen with a URL to the particular page and video. |
Let's keep this open until we have a better story for a drop-in enhancement for Chrome joining the no-Theora club :D |
Hi,
Thank you so much for replying. I have attached a sample HTML file
containing an OGG video that is not playing. If there is any possible
solution to make it work, please assist me. If the issue is related to the
ogg.js code, Your help would be greatly appreciated.
…On Thu, Mar 14, 2024 at 8:31 PM Brooke Vibber ***@***.***> wrote:
Chrome/Chromium (and thus Edge) no longer supports the Theora video codec
as a deliberate design choice to reduce security area:
https://chromestatus.com/feature/5158654475239424
This is not something I can prevent. :)
If you have a site that's using ogv.js, and *ogv.js* doesn't work with
Ogg Theora videos, please reopen with a URL to the particular page and
video.
—
Reply to this email directly, view it on GitHub
<#629 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANFXS55ZK24FUE4HMVFPMWLYYG3U5AVCNFSM6AAAAABEVR6EHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJXGY3DGNJYGM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hi,
here is the sample html file that ogg is not working,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OGG Video Test</title>
<meta property="og:image" content="
https://example.com/path/to/your/image.jpg">
</head>
<body>
<video controls width="320" height="240">
<source src="
https://file-examples.com/storage/fe91f66a2a65f065f9ba741/2018/04/file_example_OGG_480_1_7mg.ogg
" type='video/ogg; codecs="theora, vorbis"'>
Your browser does not support the video tag.
</video>
</body>
</html>
|
Hi, |
why OGG video formats are not running in chrome and edge but working in the firefox
please take this as a priority and please help me to solve this
The text was updated successfully, but these errors were encountered: