diff --git a/content/BrightSignをネットワーク経由でシークできるようにする.md b/content/BrightSignをネットワーク経由でシークできるようにする.md index 48db05d8..88267910 100644 --- a/content/BrightSignをネットワーク経由でシークできるようにする.md +++ b/content/BrightSignをネットワーク経由でシークできるようにする.md @@ -25,12 +25,48 @@ date: 2024-08-02 16:50 なお、機能がちょいちょい追加されてるのでSeek以外に再生スピードの変更などもできる。 +## PC側のLANセットアップ + +ここではPCのIPアドレスを192.168.1.1、サブネットを255.255.255.0にする。 +![[img/スクリーンショット 2024-08-02 19.46.58.png]] ## BrightSignのLANのセットアップ まず、BrightSignに個別のIPアドレスを割り振る。ここではBrightSignがローカルネットワーク(PC間で直挿しか、スイッチングハブを介して複数台)つながっているものとする。 プレイヤーに読み込ませるSDカードを用意する。 -BA:Connectedを立ち上げ”Player Setup”を選択。 +BA:Connectedを立ち上げ”Player Setup”を選択。IPアドレスを192.168.1.2に設定。デフォルトゲートウェイとDNSは、ルーターが接続されてるならそのアドレスを、なければ適当にホストのPCと同じにしておく。 +![[img/スクリーンショット 2024-08-02 19.07.22.png]] +またここで、Publishing ModeをLocal Networkにしておくと、動画ファイルの更新をSDカードの差し替えではなくLAN経由でSDカードに書き込める。(4k動画とかだとギガビットイーサネットでは速度が遅くなるかもしれないが、動画のファイルの差し替えをしない限り設定の更新のアップロードは一瞬で終わるので便利) + +## Presentationの作成 + +Dashboardに戻り、Presentationを作成する。適当にSingle Zone-Playlistのテンプレートを選択してStart。 +![[img/スクリーンショット 2024-08-02 19.50.57.png]] +Presentationができたら、まず右側のPresentation Settingsで、Variableを作成する。Add Variableをクリックする。 +![[img/スクリーンショット 2024-08-02 19.53.22.png]] +今回は、動画の再生位置を保存するpositionという名前で作成。AccessはPrivate、TypeはLocalのままで良い。 +![[img/スクリーンショット 2024-08-02 19.54.43.png]] +### プラグインの読み込み + +Presentation SettingのSupport Contentから、Script Pluginの+ボタンをクリックしてプラグインを追加する。Script Plugin Sourceにはダウンロードしてきたbrsファイルのプラグインを指定する。ここで重要なのは、**Script Plugin Nameに指定する名前はプラグインによって異なり、自由に決められるわけではない**ということ。今回のプラグインの場合は必ず"**custom**"という名前でなくてはならない。 + +![[img/スクリーンショット 2024-08-02 19.56.30.png]] +### UDPの設定 + +Presentation SettingのInteractiveという項のNetworkingで、UDPという項目をチェック。今回は受信のみなのでここの設定はほぼデフォルトのままで問題ないが、UDPの受信ポートを変えたい場合はUDP Receiver Portを変更する。 +![[img/スクリーンショット 2024-08-02 19.58.46.png]] +## 動画の設定 + +真ん中のLayout/ContentタブでContentをクリックして動画の追加をする。 +左サイドバーで、LibraryのLocal Folder右のOpenボタンで、PC内の動画の入っているフォルダを選択。 +中央下のAssetsタブで入っている動画が一覧表示されるので、再生したい動画をドラッグ&ドロップする。 +その後、中央右上のInteractiveスイッチを有効化する。 + +![[img/スクリーンショット 2024-08-02 20.01.10.png]] +有効化するとこんな見た目になる。 +上のEvents一覧を真ん中あたりまでスクロールすると、UDPという項目があるので、これを一度クリックして選択状態にする。 +![[img/スクリーンショット 2024-08-02 20.04.18.png]] +この状態で動画下側のファイル名が表示されてるあたりをクリックすると、UDPイベントが紐づけられる。 diff --git a/content/img/スクリーンショット 2024-08-02 19.07.22.png b/content/img/スクリーンショット 2024-08-02 19.07.22.png new file mode 100644 index 00000000..cba8e0a0 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.07.22.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.46.58.png b/content/img/スクリーンショット 2024-08-02 19.46.58.png new file mode 100644 index 00000000..1991f28f Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.46.58.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.50.57.png b/content/img/スクリーンショット 2024-08-02 19.50.57.png new file mode 100644 index 00000000..7855d349 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.50.57.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.53.22.png b/content/img/スクリーンショット 2024-08-02 19.53.22.png new file mode 100644 index 00000000..8fcb5406 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.53.22.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.54.43.png b/content/img/スクリーンショット 2024-08-02 19.54.43.png new file mode 100644 index 00000000..debcfb0c Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.54.43.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.56.30.png b/content/img/スクリーンショット 2024-08-02 19.56.30.png new file mode 100644 index 00000000..2b5ce7d8 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.56.30.png differ diff --git a/content/img/スクリーンショット 2024-08-02 19.58.46.png b/content/img/スクリーンショット 2024-08-02 19.58.46.png new file mode 100644 index 00000000..20799040 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 19.58.46.png differ diff --git a/content/img/スクリーンショット 2024-08-02 20.01.10.png b/content/img/スクリーンショット 2024-08-02 20.01.10.png new file mode 100644 index 00000000..788a41d0 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 20.01.10.png differ diff --git a/content/img/スクリーンショット 2024-08-02 20.04.18.png b/content/img/スクリーンショット 2024-08-02 20.04.18.png new file mode 100644 index 00000000..09926053 Binary files /dev/null and b/content/img/スクリーンショット 2024-08-02 20.04.18.png differ