Git Product home page Git Product logo

httpmediaserver's Introduction

HTTPMediaServer

Simple http media server software

目标

  • 一、在开源的srs(simpe rtmp server)的基础上构建软件,保持简洁性,而且要做到更简洁
  • 二、支持主流的推流格式,如,rtmp, httpflv, ts
  • 三、利用chunk编码做传输层,用http chunk-extension 定义的视频传输层表示协议,简化传输解析
  • 四、远景目标支持4k高清, MPEG-H MMT传输协议的应用
  • 五、html5 交互式直播服务

使用 HTTP chunk extension 表示传输的媒体信息

  • 视频编码表示:
    • ;vc=264|265|vp9
  • 音频编码编码表示:
    • ;ac=aac|mp3
  • 视频帧率表示:
    • ;vfr=29.97
  • 表示视频图像组(Group of pictures)开始:
    • ;gop

httpmediaserver's People

Contributors

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