Check mirror button in the video example above and see Nuevo plugin setup code example below with the mirror option enabled.
var player = videojs('example_video_1');
player.nuevo({
logo: '//domain.com/path/to/logo.png',
logoposition: 'RT',
logourl: '//domain.com',
mirrorButton: true
});
</script>