You can decide to switch off each single menu using appropriate Nuevo plugin option. By default, all menus are enabled (true), except of qualityMenu (false), which is displayed as separate menu by default. "Related" menu will not appear if related videos not defined.
If the qualityMenu option enabled (true), it becomes a part of settings Menu instead of separate menu.
Each menu is enabled by default. To disable one or more menus, set appropriate menu to false.
To disable settings button completely, including all menus, simply set option settingsButton to false.
If the qualityMenu option enabled, settingsButton appears automatically, even if disabled.
<script>var player = videojs('example_video_1');player.nuevo({});</script>