Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
Shinobiのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
Shinobi
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:監視]] [[Category:ウェブアプリケーション]] {{Related articles start}} {{Related|ウェブカメラ設定}} {{Related|ZoneMinder}} {{Related articles end}} [https://shinobi.video/ Shinobi] は Node.js で記述された最新のオープンソース NVR(Network Video Recorder) です。個人または教育のための使用であれば、Pro バージョンにライセンスキーは必要ありません。商用目的の使用の場合は、[https://hub.shinobi.video/articles/view/QDD2cqvbTekzhar この]ページを参照してください。 == A note about h.265 video == {{Note|Cameras supporting h.265 cannot be viewed in browsers on the Shinobi Dashboard. Recording (copy video) will still work but if the intention is to use a browser to view, this is not possible. One can use the mobile app to view these streams.}} == Installation == [[Install]] {{AUR|shinobi-git}} and {{AUR|ffmpeg-shinobi}}. Users of Arch ARM may simply install with pacman as these two packages are provided in the official repos. {{Warning|One can alternatively use {{pkg|ffmpeg}} but there are known incompatibilities with version 4.4 of ffmpeg which introduce CPU saturation so it is highly recommended to use the aforementioned AUR version.}} {{Note|Shinobi will be running as a non-privileged user so a few limitation are imposed as a result: # Installation of plugins from the webUI will not work. Manually start the server as root if these are needed. # The restart feature from the webUI will not work since {{ic|pm2}} is not being used.}} == Setup == === Install and set up the MariaDB server === Refer to [[MariaDB#Installation]] for initial setup, then to create a database for Shinobi, use the following commands: $ mysql -u root -p <<enter the mariadb root password assigned in the first step>> MariaDB [(none)]> CREATE DATABASE ccio; flush privileges; \q === Setup Shinobi === Create the user and setup database framework: First substitute 127.0.0.1 with the LAN IP address of the server. For example, if this is '''192.168.9.100''': $ sed 's/127.0.0.1/192.168.9.100/g' < /usr/share/shinobi/sql/user.sql > /tmp/user.sql # mysql < /tmp/user.sql # mysql ccio < /usr/share/shinobi/sql/framework.sql Next, edit {{ic|/etc/shinobi/conf.json}} changing both instances of '''127.0.0.1''' to match the actual IP address of the server. Optionally setup the mail section accordingly as well as replacing the cron key with something random as indicated in the comments. Optionally change the the super admin password by editing {{ic|/etc/shinobi/super.json}} and replacing the value for "pass" with an md5sum hashed password. Generate one like this: echo -n PASSWORD | md5sum [[Start]] and [[Enable]] shinobi. Browse to http://192.168.9.100:8080/super to perform initial setup including creating a user/users. See the official [https://shinobi.video/docs/configure configure guide] for a walk-through. Once finished, browse to http://192.168.9.100:8080 and log in as the non-admin user. == Android and iOS apps == Shinobi Mobile Apps for both Android and iOS are available though [https://cdn.shinobi.video/installers/ShinobiMobile/ this] public test. == Resources == * [https://shinobi.video/docs/ Shinobi docs] - Official docs and guides. * [https://www.ispyconnect.com/cameras iSpy camera database] - Large database of URLs for various cameras. * [https://hub.shinobi.video/explore Shinobi camera database] - Searchable database of supported cameras including things such as protocols, URLs for streams, and other technical specs. * [https://community.home-assistant.io/t/stream-component-confirmed-cameras-and-configurations/106729 Home assistant camera database] - Another resource for finding URLs for streams.
このページで使用されているテンプレート:
テンプレート:AUR
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:META Related articles start
(
ソースを閲覧
)
テンプレート:Note
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:Related
(
ソースを閲覧
)
テンプレート:Related articles end
(
ソースを閲覧
)
テンプレート:Related articles start
(
ソースを閲覧
)
Shinobi
に戻る。
検索
検索
Shinobiのソースを表示
話題を追加