Difference between revisions of "How to setup LibVLC on a camera"

From ZoneMinder Wiki
Jump to navigationJump to search
(Created page with "LibVLC is a Source Type for Zoneminder to record video streams using the development files of VLC. If the VLC dependencies are available at configure time, it will be built...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
LibVLC is a Source Type for Zoneminder to record video streams using the development files of VLC.  
LibVLC is a Source Type for Zoneminder to record video streams using the development files of VLC.  


If the VLC dependencies are available at configure time, it will be built into ZM and appear in the Monitor configuration (see image below).
If the VLC dependencies are available, it will appear in the Monitor configuration (see image below).


[[File:LibVLC SourceType.png||left|upright=0.5|alt=LibVLC||LibVLC is one of the many source type options available for Zoneminder]]
===Ubuntu/Debian===
For Zoneminder 1.30.4 & Debian Stretch it was necessary to install vlc-plugin-base.
apt-get install vlc-plugin-base
For Zoneminder 1.32 and newer, it is a dependency so should be included by default.
 
[[File:LibVLC SourceType.png|||upright=0.5|alt=LibVLC||LibVLC is one of the many source type options available for Zoneminder]]
 
==References==
* https://wiki.zoneminder.com/Debian_9_64-bit_with_Zoneminder_1.30.4_the_Easy_Way

Latest revision as of 03:59, 11 February 2021

LibVLC is a Source Type for Zoneminder to record video streams using the development files of VLC.

If the VLC dependencies are available, it will appear in the Monitor configuration (see image below).

Ubuntu/Debian

For Zoneminder 1.30.4 & Debian Stretch it was necessary to install vlc-plugin-base.

apt-get install vlc-plugin-base

For Zoneminder 1.32 and newer, it is a dependency so should be included by default.

LibVLC

References