FFMPEG / RTSP issue, solved?
Posted: Fri Aug 05, 2016 10:16 pm
Hello All,
In case you have problems on the verge of FFMPEG and RTSP (well described under this link https://wiki.zoneminder.com/Doing_your_ ... pe:_FFMPEG) you may try the following:
In case you use libav-tools:
Add the following to the bottom of /etc/apt/sources.list:
Execute:
I know this is kind of mixing two packages. But it looks like I got rid of spearing/smudging I had with pure ffmpeg or pure libav.
However god knows for how long it will work fine.
Last but not least, I run Anran rtsp camera at 3fps, having Alarm Frame Count set at 3 as well.
System is 32bit armhf Debian jessie.
In case you have problems on the verge of FFMPEG and RTSP (well described under this link https://wiki.zoneminder.com/Doing_your_ ... pe:_FFMPEG) you may try the following:
In case you use libav-tools:
Code: Select all
apt-get remove --purge libav-tools
Code: Select all
deb http://www.deb-multimedia.org jessie main non-free
deb-src http://www.deb-multimedia.org jessie main non-free
Code: Select all
apt-get update
apt-get install deb-multimedia-keyring
apt-get update
apt-get install libav-tools
However god knows for how long it will work fine.
Last but not least, I run Anran rtsp camera at 3fps, having Alarm Frame Count set at 3 as well.
System is 32bit armhf Debian jessie.