Hello all,
I have been given the task of preventing users from controlling out VLC Player.
We have some 50 live stream cameras that can be viewed using VLC Player.
Our environment is extremely limited for the end users.
They can only view these cameras using a Linux Desktop Menu that we provide.
I created a skin to remove ALL buttons from VLC. The end user can only Maximize, UnMaximize, Minimize, Close, Resize and FullScreen the window.
The only problem is that when they right click on any part of the window a menu comes up allowing all the functionality that we are trying to remove.
How can I restrict the right click menu from showing up?
The player is VLC media player 2.0.4 running on RHEL 6 Workstation Edition.
Any advice will be appreciated.