Giter Site home page Giter Site logo

feeyo-hlsserver's Introduction

feeyo-hlsserver 介绍

HTTP Live Streaming (HLS) 当前直播服务的主流协议之一,如果您关注流媒体服务、又再了解 HLS、MPEG-TS 的内容, 那这个由我们内部模块孵化出来的 HLS流媒体服务器,可能会帮助到您。

img

关于转码

依赖 faac

  • brew install faac
  • sudo apt-get install libfaac-dev

关于流发布协议

UDP packet

name byte length
Magic code 89 89 (2byte)
packetSender 4 byte
packetType 1 byte
packetReserved 8 byte
packetId 4 byte
packetLength 4 byte
packetOffset 4 byte
packet n byte
CRC 8 byte

packetType

  • PCM , 0x01
  • AAC , 0x02
  • YUV , 0x03
  • H264, 0x04

关于 MPEG-TS

为了研究 MPEG-TS 协议 我们还开发了一个TS文件的分析器,绝对好用,可能是最好用的之一

img

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.