Giter Site home page Giter Site logo

streamlogger's Introduction

StreamLogger

Logging/timestamping utility for streamers.

How to use

Streamers use this to summarize segements of their stream while streaming. It works as follows:

  1. Stream starts. Streamer tell StreamLogger to start a new log (slog start).
  2. Stream do stuff on stream. When stuff it done, they summarize the stuff in StreamLogger. Move on to next struff in their stream (slog -- SUMMARY).
  3. The log can be used to generate timestamps for the stream archive video. It is assumed that the start time of the stream and the creation time of the log is diferent. User can look in the video archive to see how much time has passed between the video and the time they started the log. Then, user can tell StreamLogger the delta, and StreamLogger will use it to generate relative timestamps for the video archive for all the segment summaries (slog stamp -shift HH:MM:SS).

What it does

When StreamLogger is told to start a new log, it notes the time.

When StreamLogger is told to record a summary, it puts the summary and the previous noted time together. In addition, it records the time again for the next summary.

The end result is the stream segment's summary is paired with the start time of the segment.

streamlogger's People

Contributors

dduan avatar

Watchers

 avatar James Cloos avatar  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.