GithubHelp home page GithubHelp logo

video-recoder's Introduction

Video Recorder

Setup

run on linux AMD64 server

wget https://raw.githubusercontent.com/dss99911/video-recoder/master/install_linux.sh
sh install_linux.sh {slack-webhook-url}
rm install_linux.sh

Change time

  • set UTC time. if your timezone is Seoul do Seoul time - 9,
    • ex) 9am in Seoul -> set 0am
HOUR=10
MINUTE=30
DURATION=3600
sh $RECORDER_PATH/update_time.sh $HOUR $MINUTE $DURATION
# or
sh $RECORDER_PATH/update_time.sh 10 30 3600

Update Source Code

sh $RECORDER_PATH/update_code.sh

Enable/Disable

To disable : on crontab -e, remove scheduling code

To enable : on crontab -e, input scheduling code like crontab

video-recoder's People

Contributors

djj999 avatar dss99911 avatar hyungit avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

djj999

video-recoder's Issues

Secure Error notification

Alerting

  • Alert when sleep, so that, solve directly.

Repeatable

  • when error, try few times more. if server was down, when restart, check time and run.
  • when repeat, check if the part file is merged properly

Server stability

  • EC2 status monitoring.
  • detect on other server. if recording is not started (by some api call, if no api called, then detect it, check new video file is created by ssh connection)

Program stability (seems done)

  • while recording, if error occurs, then should detect it and save the error log. and notify.

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.