vlc-protocol

VLC Protocol

Easily open vlc:// links directly from your web browser and play them with VLC Media Player.

🚀 Features

đź“‚ Installation

Set up the VLC protocol handler effortlessly using the provided PowerShell script.

Steps:

  1. Open PowerShell as Administrator
    • Right-click on PowerShell and select Run as Administrator.
  2. Run the Setup Script
    Execute the following command to download and set up the required files:

    irm https://tanmoythebot.github.io/vlc-protocol/vlc-protocol-setup.ps1 | iex
    

Option 2: Manual Setup

Follow these steps if you prefer manual installation:

  1. Download the Required Files
    Copy the files from the bat directory into your VLC installation directory:
    (Default: C:\Program Files\VideoLAN\VLC)

  2. Register the Protocol
    Run the vlc-protocol-register.bat file as administrator:
    • Right-click on the file and select Run as Administrator.
  3. Completion
    Once the protocol is registered, your browser will recognize vlc:// links and open them in VLC Media Player.

🛠️ Troubleshooting


đź“ť Credits

This project builds upon Stefan Sundin’s VLC Protocol Handler, introducing: