ユーザ用ツール

サイト用ツール


shinobi

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
shinobi [2020/02/22 01:05] – c nabezoshinobi [2021/07/09 16:06] nabezo
行 3: 行 3:
  
 ===== protable版の実行 ===== ===== protable版の実行 =====
 +protable版 https://gitlab.com/Shinobi-Systems/ShinobiPortable
 +
 解凍してREADME.mdを読み取る 解凍してREADME.mdを読み取る
   sudo apt install ffmpeg   sudo apt install ffmpeg
行 20: 行 22:
   pwd:admin   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