Giter VIP home page Giter VIP logo

videoserver's Introduction

VideoServer

用作为个人学习linux服务器开发项目,简易视频点播服务器,实现对视频列表、用户信息的增删改查功能

服务端模块

服务端主要采用epoll网络IO并发模型和线程池(采用c语言pthread库编写)技术,负责视频列表数据的处理和储存,数据库采用sqlite3

客户端模块

客户端从服务端获取视频列表,调用了FFMpeg进行解码可以简单播放,视频数据从Live555服务器获取

压力测试模块

简单编写了压力测试端,短时内自动生成大量的连接到服务端,测试服务的处理能力

编译方式


大部分linux都能支持,需安装有sqlite3库,然后使用cmake工具进行源码编译:

mkdir build
cd build
cmake ..
make

执行生成的video_server、video_client程序

videoserver's People

Contributors

shenyamu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.