Firstly, I never intend to prevent being download, but at least I'd like to disable context menu. I searched and found this post: Prevent HTML5 video from being downloaded (right-click saved)?
The simplest way is to add this:
<body oncontextmenu="return false;">
But it doesn't work with Safari while showing video in fullscreen.
So, how can I disable right click on a vidoe in Safari's fullscreen? Any answer will be greatly appreciated.
By the way, Hide controls and disable right click on HTML5 video on Safari mentioned, but yet hasn't been solved.