Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancew/tricaster
Electron example of remote controlling Newtek Tricaster, ability to change camaras, look at preview etc from anywhere on LAN. Useful for simple switching by commentators etc.
https://github.com/lancew/tricaster
electron newtek newtek-tricaster tricaster
Last synced: 23 days ago
JSON representation
Electron example of remote controlling Newtek Tricaster, ability to change camaras, look at preview etc from anywhere on LAN. Useful for simple switching by commentators etc.
- Host: GitHub
- URL: https://github.com/lancew/tricaster
- Owner: lancew
- License: mit
- Created: 2016-10-07T17:09:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T14:39:23.000Z (about 2 years ago)
- Last Synced: 2024-10-11T21:43:32.135Z (about 1 month ago)
- Topics: electron, newtek, newtek-tricaster, tricaster
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tricaster
Experimentations with the Newtek Tricaster![Image of Tricaster App](https://github.com/lancew/tricaster/blob/master/tricaster.png?raw=true)
Initial test was using the tricaster webserver to get the preview images from the inputs on a webpage. See tricaster.html (which assumes tricaster is on 192.168.2.80)
Next step was to try the remote control API.
The remote control API is XML based TCP/IP socket comms. Does allow web sockets.
First experiments are ugly node hacks, where I successfully preview then transition ("auto", rarher than "take") the DDR1 and Mix Effects 1 and 2.
Next step is to create a web app that allows a user to click a button and do the normal actions.
For me this is:
* m/e 1 = contest area 1 (with graphics)
* m/e 2 = contest area 2
* m/e 8 = Commentary Studio
* ddr 1 = Action Replay.Then on Mix Effect 7 (Jumbotron output):
* input 3 = PGM
* input 6 = contest area 1 (Referee replay)
* input 7 = contest area 2 (Referee replay)Build the electron apps:
cd electron
electron-packager . --all