Git Product home page Git Product logo

live-v3's Introduction

live-v3

Welcome to the ICPC Live Source Code Repository.

Run release version

  • Download release from https://github.com/icpc/live-v3/releases

  • Create contest config files

  • (Optional) Tune imported data, so it looks better

  • Run java -jar /path/to/jar/file --config-directory=/path/to/config/directory

    Check for more options by running java -jar /path/to/jar/file without arguments. Here is the couple most useful

    • --creds=creds.json -- The path to the credential file. It can be used to avoid storing credentials in the main config file.
    • --no-auth -- Disable auth in admin interface. It's useful if you are running the overlayer on localhost.
    • -p 8080 -- 8080 is default port to listen, but it can be changed.
    • --widget-positions=filename -- customize positions of each widget, see examples in config/widget_positions.json.*
    • --visual-config=filename -- customize colors, sizes, captions and other, see examples in config/visualConfig.json.*
  • (Optional) Check imported contest data

  • Add a source to OBS

    #root > div {
        background: unset;
    }
  • Use admin interface in your browser to control overlay

  • Check general broadcast production schema for other details of typical setup

  • Check emulation mode part of development doc for testing your setup before the contest started.

  • Check troubleshooting guide is something looks wrong.

  • Read our awesome auto-generated documentation for extensive settings.json and advanced.json usage.

Authorisation

For now http basic auth is used. If you try to login with user, which does not exist, it will be automatically created. First created receives admin rights. Others only receive them when someone with admin rights confirms, it's okay.

Consider, if you are okay with passing your passwords using plain HTTP.

If you don't need auth, you can disable it by --no-auth command-line option.

Using as a library

Check separate document

Run in development mode

Check separate document

Previous versions:

Other repos:

  • Script that collects competitive programming historical data for analytical information
  • Autoanalyst
  • OBS Video Scheduler Plugin with web interface
  • Outdated OBS plugin for shared memory (dll)

For more information, email [email protected]

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.