Git Product home page Git Product logo

mediaserver's Introduction

一个从零开始没有使用任何第三方库的流媒体服务器

项目特点

  • 支持rtsp推流,http-flv,hls,rtsp拉流
  • 支持linux、macos、windows平台

这个项目是我个人为了学习流媒体协议,和音视频知识所创建的项目,所以里面所有用到的封装和解封装都是自己编写, 现在还有很多协议和特性没支持,比如rtmp,比如接入https,rtsps,以后会慢慢添加。

并且由于我不是专门做后端的, 性能方面还有很多可以优化,比如我只是简单写了个线程池,来处理每个socket链接, 没有使用epoll,select等网络模型,这对于高并发肯定是不行的,并且代码还有很多可以优化的地方,如果有大佬,觉得 我某段代码实现不够效率,不够优雅,也欢迎加入来一起开发这个项目

不过这个项目作为学习流媒体服务器,确实是一个不错的项目,没有什么奇技淫巧的优化,也完全没有使用任何第三方库, 代码够简单清晰。 如果你有什么疑问,可以加qq群814462428,我的qq号是2456346488

我也会不断完善这个项目,并能够让其真正商用。

mediaserver's People

Contributors

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