├── .gitignore ├── README.md ├── deploy.sh ├── install.sh ├── omx-sync.js ├── package.json ├── reboot.sh └── test.mp4 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/README.md -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/deploy.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/install.sh -------------------------------------------------------------------------------- /omx-sync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/omx-sync.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/package.json -------------------------------------------------------------------------------- /reboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/reboot.sh -------------------------------------------------------------------------------- /test.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmoren/node-omxplayer-sync/HEAD/test.mp4 --------------------------------------------------------------------------------