I am running 1.34.23-bionic1 from Ubuntu iconnor PPA. The camera i am trying to use is Wyze Cam V2 running RTSP firmware. The camera works with FFMPEG but is unstable. Following the note in the wiki, I want to use libvlc for this camera.
Unfortunately, the camera does not start using libvlc. The cli shows this
Code: Select all
$sudo -u www-data zmc -m 3
vlc: unknown option or missing mandatory argument `--rtsp-tcp'
Try `vlc --help' for more information.
03/21/21 11:19:02.859276 zmc_m3[94841].ERR-zm_libvlc_camera.cpp/186 [Unable to create libvlc instance due to: (null)]
Thanks