VLC Plugin for Internet Explorer. This section will provide guidelines to incorporate the VLC ActiveX plugin to be used to view streaming audio and video from a VLC server. How to embed the ActiveX Plugin in a Web Page: ActiveX/HTML; Supported ActiveX Function Calls: ActiveX; VLC Plugin for Firefox (Mozilla). Windows 32bit: put that file in your VLC directory Mac OS: right-click on VLC, choose 'Show package contents' and put that file in Contents/MacOS/lib directory Linux 32bit: put that file in VLC folder (or in LDLIBRARYPATH, usually /usr/lib/) Linux 64bit: put that file in VLC folder (or in LDLIBRARYPATH, usually /usr/lib64/).
6 applications in this hubLast updated: May 11th 2021, 13:03 GMT
SHN is an audio file format which uses Shorten lossless compression and resembles FLAC and APE formats.
Since SHN can compress CD-quality audio without affecting the data's quality, users will require a dedicated multimedia player in order to correctly render SHN files.
In addition, SHN players will also offer users the possibility to create playlists with the files they want to enjoy.
Furthermore, some of the applications that support SHN files can also be used to convert the tracks to more popular formats.
filed under:SHN, Shorten, Play, Open, Audio
One of the leading multimedia players capable of high-quality rendering of your favorite songs and...
Listen to your favorite audio tracks by turning to this portable application that comes with a hig...
Search, import and organize all of your media files as well as enjoying them in multiple view type...
A lightweight and handy application that will easily convert your audio files, in bulk if necessar...
Import, organize, play, and share your music using Banshee's simple and powerful interface
Powerful media center with a slick, customizable design, multiple local, or network sources for yo...
Code: Select all
sudo apt-get purge vlcsudo apt-get autoremove vlc
and deleted config filesAt this point I thought I removed both vlc instances completely (maybe I was mistaken).Code: Select all
sudo apt-get updatesudo apt-get install vlc
And now when I run 'vlc -vv' I'm getting: Code: Select all
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5) [0x8ad9928] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x8ad9928] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x8ad9928] main libvlc debug: revision 2.1.4-49-gdab6cb5 [0x8ad9928] main libvlc debug: configured with ./configure [0x8ad9928] main libvlc debug: searching plug-in modules [0x8ad9928] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat [0x8ad9928] main libvlc warning: cannot read /usr/local/lib/vlc/plugins/plugins.dat (No such file or directory) [0x8ad9928] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0x8ad9928] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat [0x8ad9928] main libvlc debug: plug-ins loaded: 1 modules [0x8ad9928] main libvlc debug: opening config file (/home/booch/.config/vlc/vlcrc) [0x8ad9928] main libvlc debug: translation test: code is 'ru' [0x8ad9928] main libvlc error: No plugins found! Check your VLC installation.
I don't know why but new vlc installation looks for plugins in the '/usr/local/lib/vlc/plugins' folder instead of '/usr/lib/vlc/plugins'Code: Select all
export VLC_PLUGIN_PATH=/usr/lib/vlc/plugins
Then I'm getting this errors: Code: Select all
booch@NAS:/usr/local$ vlc -vvv VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5) [0x9fbf928] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x9fbf928] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x9fbf928] main libvlc debug: revision 2.1.4-49-gdab6cb5 [0x9fbf928] main libvlc debug: configured with ./configure [0x9fbf928] main libvlc debug: searching plug-in modules [0x9fbf928] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: cannot read /usr/local/lib/vlc/plugins/plugins.dat (No such file or directory) [0x9fbf928] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0x9fbf928] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: This doesn't look like a valid plugins cache [0x9fbf928] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libfreetype_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libtdummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libalsa_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libadummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libamem_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libafile_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/mux/libmux_ps_plugin.so ... [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libswscale_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libyuy2_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so [0x9fbf928] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: plug-ins loaded: 1 modules [0x9fbf928] main libvlc debug: opening config file (/home/booch/.config/vlc/vlcrc) [0x9fbf928] main libvlc debug: translation test: code is 'ru' [0x9fbf928] main libvlc error: No plugins found! Check your VLC installation
.