I have an ip cam that stream video using rtsp protocol. I can open video stream without any problem using VLC on desktop.
When i try to use zoneminder with libvlc as source type i got this error:
Code: Select all
You must have vlc libraries installed to use vlc cameras for monitor xxx
Code: Select all
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
dpkg -l|grep vlc
ii libvlc-dev 2.1.4-0ubuntu14.04.1 i386 development files for libvlc
ii libvlc5 2.1.4-0ubuntu14.04.1 i386 multimedia player and streamer library
ii libvlccore-dev 2.1.4-0ubuntu14.04.1 i386 development files for libvlccore
rc libvlccore5 2.0.1-4 i386 base library for VLC and its modules
ii libvlccore7 2.1.4-0ubuntu14.04.1 i386 base library for VLC and its modules
ii vlc 2.1.4-0ubuntu14.04.1 i386 multimedia player and streamer
ii vlc-data 2.1.4-0ubuntu14.04.1 all Common data for VLC
ii vlc-nox 2.1.4-0ubuntu14.04.1 i386 multimedia player and streamer (without X support)
ii vlc-plugin-notify 2.1.4-0ubuntu14.04.1 i386 LibNotify plugin for VLC
ii vlc-plugin-pulse 2.1.4-0ubuntu14.04.1 i386 PulseAudio plugin for VLC
Code: Select all
# sudo apt-get install libvlccore5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libvlccore5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libvlccore5' has no installation candidate