mardi 27 décembre 2016

Disable branding in vlc web plugin

Using the VLC web plugin for vlc 2.1.6 Ricewind on Ubuntu does not allow to disable the vlc logo, if no stream is playing. Here is the snippet which embeds vlc:

        <EMBED pluginspage="http://www.videolan.org"
               type="application/x-vlc-plugin"
               version="VideoLAN.VLCPlugin.2"
               width="100%"
               windowless="false"
               height="100%"
               toolbar="false"
               text="Waiting for video"
               name="vlc_overlay_player"
               style="visibility: hidden"
               id="vlc_overlay_player"
               branding="false"
               >
        </EMBED>

How can I remove the VLC icon when no video is playing?




Aucun commentaire:

Enregistrer un commentaire