How to make video unaccessible outside the HTML code?

Is there a method to disable the “Inspect” option and the “Save file as” feature in the browser?I’m developing a video streaming platform where users can upload videos to AWS S3, and other authorized users (their followers) can view these videos through a presigned URL embedded in the video source HTML tag. While this setup functions correctly, the problem arises when users inspect the HTML code, copy the video link, and share it with unauthorized individuals, granting them access to the video. I want to prevent direct access to the video via its link.

What strategy can I use to achieve this?

Any solution You found for this?

Hey Kelvin:
Thank you for your participation . We recommend watching the below webinar link to get clarification for what is possible in such a case. Basically its not possible to hide links , however DRM can be used to prevent download or referrer restrictions/signed urls can be used to make links inaccessible. https://gumlet.tv/playlist/674d742d39cf2f1b7b898d7c/video/674ea3535a8822b2de6bc80e/

Thank you again.