logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vlc-wrapper - a wrapper to drop privileges with VLC

Author

       This manual page was written by Christophe Mutricy.

                                                  Aug 31, 2008                                    VLC-WRAPPER(1)

Description

       This  manual  page  documents briefly the VLC wrapper to open privileged network ports.  The ports it can
       open are 80, 443 and 554.

Name

       vlc-wrapper - a wrapper to drop privileges with VLC

Options

       They will be passed to VLC with no modification.

See Also

vlc(1), sudo(8)

Synopsis

vlc-wrapper [OPTIONS]

Usage

       The preferred way is to use sudo :

        $ sudo vlc-wrapper --option1 --option2

       You can also set the SUDO_UID environment variable:

        # SUDO_UID=1000 vlc-wrapper --option1 --option2

See Also