Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6807395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:49:38+00:00 2026-05-26T19:49:38+00:00

Is it possible to add a type of link on a webpage that will

  • 0

Is it possible to add a type of link on a webpage that will open up VLC Player and start playing a stream video? Like this one:

Alternatively, is it possible to embed VLC Player in the browser?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:49:39+00:00Added an answer on May 26, 2026 at 7:49 pm

    UPDATE: 2018-09-25 Most of this response only applies to older browsers, so updating some sections.

    It was possible on older browsers, but required a client-side browser
    plugin depending on your Browser and OS versions, see:
    https://web.archive.org/web/20150212035837/http://www.videolan.org/doc/play-howto/en/ch04.html

    Here’s an excerpt showing how to embed and fallback to download or click to stream:

    <object type="application/x-vlc-plugin" data="http://server.example.com/video1.mpeg" width="400" height="300" id="video1">
         <param name="movie" value="http://server.example.com/video1.mpeg"/>
         <embed type="application/x-vlc-plugin" name="video1"
         autoplay="no" loop="no" width="400" height="300"
         target="http://server.example.com/video1.mpeg" />
         <a href="http://server.example.com/video1.mpeg">Download Video1</a>
    </object>
    

    The VLC player plugin exposes a useful JavaScript API accessed either by name or ID:

    <a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
    <a href="javascript:;" onclick='document.getElementById('video1').pause()'>Pause video1</a>
    <a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
    <a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
    

    The MIME-type application/x-vlc-plugin is used to activate the VLC plugin (when it is available). You should provide some form of fallback, such as a regular link.

    As for linking to VLC-supported protocols, it will depend on the user’s device and/or OS settings, particularly which application they’ve selected as the default Media player for a given protocol. But an example could be:

    http://www.example.com/your_file.mpg
    

    OR:

    rtsp://www.example.com/your_file.3gp
    

    You could include “help” instructions on how to set VLC as your default player, or, alternatively you would require some software of your own to be installed on the client-side to ensure that VLC is the application that gets opened, not something else. VLC can easily be run by command-line (specified at the top of the page in that VLC Chapter 4 link).

    Note that with HTML5 support getting more and more ubiquitous you
    might want to consider using HTML5 <video> tag and encoding in a
    supported profile of Ogg, MP4 or WebM.

    UPDATE: 2018-09-25
    The above notice is now more important to take into consideration than ever. Stick to HTML5 & open standards. The above just won’t work anymore, unless VLC team brings the plugin back from the dead by developing a version that works with WebExtensions standard. For personal use, you could still use an old browser on your local network if you had built something in particular for your own video streaming using that, but would not suggest you build anything for regular web users/visitors this way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

IF this is my url http://localhost:55070/Server/1-Server A link in that page will became http://localhost:55070/Server/2-Instance_12
Is it possible to add or remove slides in runtime using FlexSlider ?
Is it possible to add button click event by clicking design of axml? if
Is it possible to add the OR operator to php isset submit form code
Is it possible to add a table view on the cells of a table
Is it possible to add an Argument to an python argparse.ArgumentParser without it showing
Is it possible to add to PHP objects on the fly? Say I have
Is it possible to add an image(view) on top of a button (which as
Is it possible to add sprite feature in XTK ? I need to render
Is it possible to add a form to an email newsletter? I have tried

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.