einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 8 days agoWebm supports multiple audio and subtitle tracks inside its RIFF container structure, why the hell arent browsers supporting it???sh.itjust.worksimagemessage-square42fedilinkarrow-up1562arrow-down13
arrow-up1559arrow-down1imageWebm supports multiple audio and subtitle tracks inside its RIFF container structure, why the hell arent browsers supporting it???sh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 8 days agomessage-square42fedilink
minus-squareHyperfocusSurfer@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up22arrow-down1·8 days agoMost sites use some custom js-based players instead of the native video tag anyways, so I don’t exactly think it’s an issue.
minus-squaredrosophila@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up38arrow-down1·edit-28 days agoSupport for this feature would lessen the need for such players though, and anything that lessens the amount of JavaScript in the world is an objective moral good.
minus-squareRin@lemm.eelinkfedilinkarrow-up1·8 days agohonestly, if it wasn’t so piss easy to write, i wouldn’t use it at all
minus-squareHyperfocusSurfer@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·7 days agoFair, although AFAIK we’d also need native hls support (outside safari) since it’s quite commonly used as well. Although, that info might be outdated
Most sites use some custom js-based players instead of the native video tag anyways, so I don’t exactly think it’s an issue.
Support for this feature would lessen the need for such players though, and anything that lessens the amount of JavaScript in the world is an objective moral good.
honestly, if it wasn’t so piss easy to write, i wouldn’t use it at all
Fair, although AFAIK we’d also need native hls support (outside safari) since it’s quite commonly used as well. Although, that info might be outdated