I think the last issue are here: main decoder error: no suitable decoder module for fourcc `h264'. VLC probably does not support this sound or video format. "fourcc" not supported from VLC. "vlc-plugin-pulse vlc-plugin-notify" packages helps me. I'setting following Option "--network-caching=5000" at ...
vlc is compiled by default with libx264. vlc configure options: --enable-x264 H264 encoding support with libx264 (default enabled) packages are installed, since some weeks. vlc -l | grep 264 VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be) packetizer_h264 H.264-Videopaketisierer x264 H ...
the new resolution doesn't help. currently, i've self compiled vlc(last git pull request), and now, nothing(ffmpeg) will work. red source entry and this log entry. ERR [socket_sendto( /tmp/zm/zms-203559s.sock ) failed: No such file or directory] at /usr/share/zoneminder/includes/functions.php line ...
I use debian(testing) & ever the last Git pull request from ZM. my compiling option: ./bootstrap.sh libtoolize --force aclocal autoheader automake --force-missing --add-missing autoconf export LD_LIBRARY_PATH="/usr/local/lib:/opt/libjpeg-turbo/lib:$LD_LIBRARY_PATH" DEB_HOST_GNU_TYPE=$(dpkg ...
Hi, with the videoplayer(vlc), i can get all the stream from the cam. rtsp://user:pass@192.168.1.110:88/videoMain But with zoneminder and libVLC it will not working. No Picture, no stream, errors in log and RED Sources Entry in the Web-GUI. With ffmpeg it will running fantasic, but with extremly ...
hi, after all the issues with the debian ("libvlc and libvlccore") packages, i pull VLC from Git and compile it. ./bootstrap ./configure make && make install && ldconfig and now, $> ldd /usr/local/bin/zmc | grep vlc libvlc.so.5 => /usr/local/lib/libvlc.so.5 (0x00007fbc3cb45000) libvlccore.so.7 ...
hi mabene, the versions of vlc comes from "http://www.deb-multimedia.org testing main non-free". both packages("libvlc and libvlccore") have version number "2.1.4". $> dpkg -l *vlc* ii libvlc-dev 1:2.1.4-dmo1 amd64 development files for libvlc ii libvlc5 1:2.1.4-dmo1 amd64 multimedia player and ...