Steps to Reproduce
Expected Results :
Actual Results :
If we right click on video player then 'Show controls' option is visible, if we select that then basic HTML5 player controls along with custom player controls are visible
Notes :
See the attached screen shot :

add this to your video tag , oncontextmenu="return false;"
There's something about killing the context menu that doesn't feel good to me. There are other options in there that user may find useful. I'll look into using shadow DOM selectors to hide the default controls.
I added an option to hide the context menu using @johnyeye 's code. Thanks for that 馃憤
That worked for me too, Thanks @johnyeye
@accunity-arpit It's built in as an option now - see my comment above yours from last year 馃憤
Most helpful comment
There's something about killing the context menu that doesn't feel good to me. There are other options in there that user may find useful. I'll look into using shadow DOM selectors to hide the default controls.