Check mirror button in the video example above and see Nuevo plugin setup code example below with the mirror option enabled.
<script>var player = videojs('example_video_1');player.nuevo({mirrorButton: true});</script>