To disable one or more menus, set the appropriate menu to false.
To disable the settings button completely, including all menus, simply set the option settingsButton to false.
If the qualityMenu option is enabled, the settingsButton will appear automatically, even if it is disabled.
<script>var player = videojs('example_video_1');player.nuevo({});</script>