You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sample videojs index.html page, replace the source URLs with URLs to various other content types, or remove all except the specific content type under test. For example, to test OGG support, make a copy of the index.html.example page, and remove the MP4 and WebM URLs.
Load the desired test page in the target browser. For example, I wanted to test OGG support (or lack thereof) in IE9, so I loaded the copy of index.html.example that contained only a URL to oceans-clip.ogv.
Expected:
If the content type is not supported in a particular browser (or in Flash), a user-friendly error message is displayed.
Actual:
In most cases, I saw the video.js player, with some messaging around it for Google Chrome and Adobe Flash. In other cases, clicking the play overlay just did nothing.
The text was updated successfully, but these errors were encountered:
Found during testing of IE9/Firefox on Windows 7.
STR:
Expected:
If the content type is not supported in a particular browser (or in Flash), a user-friendly error message is displayed.
Actual:
In most cases, I saw the video.js player, with some messaging around it for Google Chrome and Adobe Flash. In other cases, clicking the play overlay just did nothing.
The text was updated successfully, but these errors were encountered: