iatkinson / chicago-brick

Software that displays content on a multi-node video wall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chicago Brick: the Google Chicago Video Wall Software

Quick Start

To use this software, first download and install node. Then, check you have a recent node by:

$ node --version

It should be at least 4.1.

Next, install the external deps that aren't in the repo:

path/to/your/chicago-brick$ npm install

Then, to run the server in 1x1 mode with stars module:

chicago-brick$ ./bin/run_1x1.sh -m stars

And open a Chrome window to http://localhost:3000/?config=0,0,1920,1080. You should be able to see many stars zooming towards you. If you don't see that, try running the npm install command again.

Or, to run the server in 2x2 mode with stars module:

chicago-brick$ ./bin/run_2x2.sh -m stars

And open the client windows like so:

chicago-brick$ ./bin/start_2x2_clients.sh

You should be able to see the same thing with four browser windows instead.

You can play with different modules by substituting the stars argument with other names in chicago-brick/config/demo-playlist.json.

API Doc

You can view some API Docs at http://google.github.io/chicago-brick/api.html.


Hopefully, this gets you developing!

– Chicago Brick Team

About

Software that displays content on a multi-node video wall.

License:Apache License 2.0


Languages

Language:JavaScript 97.0%Language:Shell 1.6%Language:CSS 0.8%Language:HTML 0.6%