FAT [Unable to create libvlc instance due to: (null)]

Forum for questions and support relating to the 1.28.x releases only.
Locked
mickaelh51
Posts: 1
Joined: Sat Jan 03, 2015 9:49 am

FAT [Unable to create libvlc instance due to: (null)]

Post by mickaelh51 »

Hi,
I've an issue with my zoneminder installation.
I've follow doc in github
All this steps was execute with no problem and ZM was installed completly.

But when I've create a new monitor with libvlc, I have this error message in syslog:

Jan 1 12:48:01 zoneminder 5639dc0]
Jan 1 12:48:01 zoneminder in libvlc error:
Jan 1 12:48:01 zoneminder no plugins found! Check your VLC installation.
Jan 1 12:48:01 zoneminder


I've searched everywhere in google ;) And I've not found any response.

Libs:
root@zoneminder:/usr/src# dpkg --get-selections| grep vlc
libvlc-dev install
libvlc5 install
libvlccore-dev install
libvlccore7 install
vlc-data install


version:
Ubuntu 14
root@zoneminder:/usr/src# uname -a
Linux zoneminder 3.18.1-armv7-x2 #1 SMP Wed Dec 17 17:36:28 UTC 2014 armv7l armv7l armv7l GNU/Linux


Src:
root@zoneminder:/usr/src# ls
zoneminder-dbg_1.28.0+1-trusty-SNAPSHOT2014121201_armhf.deb
zoneminder_1.28.0+1-trusty-SNAPSHOT2014121201_armhf.changes
zoneminder_1.28.0+1-trusty-SNAPSHOT2014121201.dsc
zoneminder_1.28.0+1-trusty-SNAPSHOT2014121201_armhf.deb
zoneminder zoneminder_1.28.0+1-trusty-SNAPSHOT2014121201.tar.gz


FYI: I've the same things with ubuntu no arm (x64)

Thanks in advance for your help and happy new year !!
bbunge
Posts: 2967
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: FAT [Unable to create libvlc instance due to: (null)]

Post by bbunge »

install libvlc-dev libvlccore-dev vlc

See http://www.zoneminder.com/wiki/index.ph ... e_easy_way
Locked