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...")
 
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).
 
===Ubuntu/Debian===
For Zoneminder 1.30.4 it was necessary to install vlc-plugin-base.
apt-get install vlc-plugin-base
For Zoneminder 1.32 and newer, it is is a dependency so should be included by default.


[[File:LibVLC SourceType.png||left|upright=0.5|alt=LibVLC||LibVLC is one of the many source type options available for Zoneminder]]
[[File:LibVLC SourceType.png||left|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

Revision as of 03:58, 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 it was necessary to install vlc-plugin-base.

apt-get install vlc-plugin-base

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

LibVLC

References