Coder Social home page Coder Social logo

ccextractor-server's Introduction

#ccextractor-server ccextractor-server provides a server part of closed captions (CC) online repository wich allows to receive, store and show CC in real-time.

It works as follow:

  1. Client uses CCExtractor (a program that can extract CC from video stream) to read video stream and to send extracted CC data to the server
  2. Server receives that data and converts it to CC text.
  3. This CC text is then stored in the data base and can be viewed real-time using web site.

##Building and running

  1. Run make to build ccextractor-server (make sure you have MySQL cliet library (lmysqlclient) installed)
  2. Compile CCExtractor and place it to the server directory
  3. Specify MySQL user and password in configuration file (server.ini). ccextractor-server will automatically create data base and neccessary tables.
  4. To use it with web site, place ccextractor-server files in your web server repository
  5. Run ./server to start the server. By default, it'll listen to 2048 port.

ccextractor-server's People

Contributors

rkuchumov avatar

Stargazers

 avatar

Watchers

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