Is it possible to pre check a browser’s media (video file) compatibility when the HTML page is ready???
There are probable options for HTML5 but i want it for general use. The application here is that i want to show not supported before the file is clicked on to stream if the file is not supported by the browser.
Thanks,
Sunny Pandya
You can use DeviceAtlas to determine media capabilities based on the User Agent.
If this doesn’t suit you then try Modernizr feature detection.