mirror of
https://github.com/videojs/video.js.git
synced 2024-12-12 11:15:04 +02:00
5a538c3caf
Video.js checks whether sources are playable and both displays a message to the user and logs an error to the console. In Google's mobile friendly test and related tools, this message and error is triggered because their test browser's video element does not support any video formats. Some Video.js users are concerned about the æsthetics of the rendered preview within the tools and whether this might have an SEO impact. Adds a suppressNotSupportedError option, defaulting to false. If set to true, if no sources are playable the error is deferred to the first human interaction (click or touchstart) but cleared if a loadstart occurs. |
||
---|---|---|
.. | ||
audio-tracks.md | ||
components.md | ||
debugging.md | ||
embeds.md | ||
event-target.md | ||
faq.md | ||
hooks.md | ||
languages.md | ||
layout.md | ||
live.md | ||
middleware.md | ||
modal-dialog.md | ||
options.md | ||
player-workflows.md | ||
plugins.md | ||
react.md | ||
setup.md | ||
skins.md | ||
tech.md | ||
text-tracks.md | ||
tracks.md | ||
troubleshooting.md | ||
video-tracks.md | ||
videojs.md | ||
vue.md | ||
webpack.md |