this post was submitted on 11 Jul 2026
224 points (97.9% liked)

Technology

86280 readers
3253 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ink@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago) (1 children)

Ah yeah, that would explain it - my phone is now pretty outdated (I’m on a 12) - I clicked on the image link in your response but it didn’t load for me, unfortunately.

I’m not sure if that’s a result of my outdated hardware or if I perhaps clicked on it before it had a chance to process your upload, but you seem much more knowledgeable than I, so I’m going to assume it’s my hardware. I appreciate the response and the second attempt, though! :)

[–] Glitchvid@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

It's an intentional behavior by Apple. Basically they just don't support AV1 videostreams unless the hardware you're using has a hardware decoder (read: very new). They could support it using software decode (what browsers typically do for AV1 inside avif containers) but.... for whatever reasons don't.

[–] ink@sh.itjust.works 1 points 1 day ago (1 children)

Haha, ye$, for rea$on$, I'm $ure... :D

[–] boonhet@sopuli.xyz 3 points 18 hours ago (1 children)

I'm not sure demand for AV1 is enough to ship units

Probably either laziness or they want to avoid software decoding in general for performance reasons

[–] Glitchvid@lemmy.world 2 points 14 hours ago* (last edited 14 hours ago)

I think that's a reasonable way to look at it.

It's not the route I'd take, after all, the video tag in html supports specifying multiple sources (including different formats/encodings), and with full control of the stack (they vend Safari) you could have logic on devices without AV1 hardware that prefers the AVC/HEVC/VP9 sources instead — then fallback to AV1 SW if it's the only option. That seems a better user experience than just failing to display content.