motioneye_0.42.1+20230321.gite6b6a2b-dmo1_all.deb – источник
Repository Homepage | https://www.deb-multimedia.org/ |
---|
Установка в 3 команды
- добавить в репу nano /etc/apt/sources.list:
deb http://www.deb-multimedia.org bookworm main
- Обновить индекс:
# sudo apt-get update -oAcquire::AllowInsecureRepositories=true
- установить ключ GPG key of the repository:
# sudo apt-get install deb-multimedia-keyring
- И установка пакетным менеджером:
# sudo apt-get install motioneye ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ source
- Skip this step for Debian 9 or newer. For older Debian versions, you’ll need to add the following repo to your apt sources, replacing [name] with
wheezy
(Debian 7) orjessie
(Debian 8). This is required forffmpeg
:echo "deb http://www.deb-multimedia.org [name] main non-free" >> /etc/apt/sources.list apt-get update apt-get install deb-multimedia-keyring apt-get update # yes, again
- Install
motion
,ffmpeg
andv4l-utils
:apt-get install motion ffmpeg v4l-utils -y
cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service systemctl daemon-reload systemctl enable motioneye systemctl start motioneye