ユーザ用ツール

サイト用ツール


shinobi

shinobi

protable版の実行

protable版 https://gitlab.com/Shinobi-Systems/ShinobiPortable

https://gitlab.com/Shinobi-Systems/ShinobiPortable/-/archive/master/ShinobiPortable-master.zip

解凍してREADME.mdを読み取る

sudo apt install ffmpeg
sudo apt install nodejs
sudo apt install npm
sudo apt install sqlite3  #?
chmod +x shinobi-linux
cp conf.sample.json    conf.json
cp super.sample.json   super.json
cp shinobi.sample.sqlite shinobi.sqlite
./shinobi-linux

http://localhost:8080/super に接続

uid:admin@shinobi.video
pwd:admin

dockerインストール

ダウンロード

pro:  https://gitlab.com/Shinobi-Systems/Shinobi 
cr:   https://gitlab.com/Shinobi-Systems/ShinobiCE

docker image

https://hub.docker.com/r/shinobisystems/shinobi

docker source

https://bitbucket.org/ShinobiSystems/shinobi/src/master/

gitのソースからdockerbuild

sudo git clone https://gitlab.com/Shinobi-Systems/Shinobi.git -b master ShinobiSrc
cd ShinobiSrc
sudo docker build -t nvr-img:shinobi .

dockerhubのdockerimageからdockerbuild

上記でうまく行かないので https://gitlab.com/Shinobi-Systems/Shinobi/-/tree/dev/Docker

sudo su     #dockerのネットワークはrootでないと操作できないので
bash <(curl -s https://gitlab.com/Shinobi-Systems/Shinobi-Installer/raw/master/shinobi-docker.sh)

lxcにインストール

https://ryuhajime.blogspot.com/2019/12/nvrshinobi.html

lxc launch ubuntu:18.04 nvr-sv
lxc exec nvr-sv bash
apt update
apt upgrade
wget https://gitlab.com/Shinobi-Systems/Shinobi-Installer/raw/master/shinobi-install.sh
chmod +x shinobi-install.sh  
./shinobi-install.sh

初期設定

http://localhost:8080/super
admin@shinobi.video / admin

カメラの設定

monitorに追加

ping は0にする(回数指定すると、その回数エラーが発生すると停止する模様)

mjpeg

onvif

左上をクリックし、onvifアイコンをクリック IP,ポートを設定し、probeを行う。

録画

shinobi.txt · 最終更新: 2021/07/09 23:44 by nabezo