Coder Social home page Coder Social logo

robertlynch3 / trunk-recorder-status-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gofaster/trunk-recorder-status-server

0.0 0.0 0.0 282 KB

Lets you monitor the status of recordings

License: MIT License

JavaScript 45.38% HTML 54.62%

trunk-recorder-status-server's Introduction

trunk-recorder-status-server

Lets you monitor the status of recordings

Install

  1. Make sure you have node and npm installed.
  2. clone the repository
  3. cd trunk-recorder-status-server
  4. npm install

Trunk-Recorder config

You need to add statusServer to your config.json file.

{
  "ver": 2,
    "sources": [{
    }],
    "systems": [{
    }],
    "broadcastifyCallsServer": "abc123",
    ...
    "statusServer": "ws://{ip-address}:3010/server"
}

ws:// indicates a websocket. You will need to replace ip-address of your status-server. It could be localhost or the IP address of the machine.

Running

To run the webserver, change into the directory and run the node app.

node index.js

Running in background

To run in the background, use tmux

tmux

cd {trunk-recorder directory}
node index.js

# control+b 
# d #this disconnect tmux and puts you back into you session

To get back into that tmux session run tmux list-sessions to get a list of your sessions. Then you can run tmux attach-session {session number} to get back into your session.

Using

To use the webui, go to http://{ip-address}:3010.

Screenshot

trunk-recorder-status-server's People

Contributors

gofaster avatar robotastic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.