Donatello@lemmy.mlOPtoWeb Development@programming.dev•How use AV1 video with Firefox ??
0·
4 hours agoFunny when I open .mp4 container version of it, by file path (url bar)
like file:///X:/path/FooBar.mp4
it works, so Firefox can Open it… (now still to make it work inside an html page 😑 )
for .mkv it trigger a file download…
Thanks @[email protected] ,
by any change I’ve tried
codecs="avc1.4d401f"
with my videos but of course it’s not working.Whats drive me crazy, is when open trough
file:///
Firefox can play it, but once inside an html page, you have to specify the right codec !? WTF