|
|
|
|
|
by padenot
916 days ago
|
|
If you want to know the media decoding capabilities of a Web Browser, you can use the MediaCapabilities API. In Firefox, when flipping the "resist fingerprinting" flag, it's spoofed appropriately based on a study of what the most common results are. This is available on all engines, desktop and mobile. Depending on the implementation, what it returns can be based on the presence of optimized software decoders for a platform, presence of hardware, resolution and other characteristics of the video, it can also be based on a decoding benchmark that the web browser runs, etc. https://w3c.github.io/media-capabilities/ https://developer.mozilla.org/en-US/docs/Web/API/Media_Capab... |
|