Skip to content

Instantly share code, notes, and snippets.

@klaxa
Created April 27, 2018 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaxa/a170a1c963463141a392cf53da20ae89 to your computer and use it in GitHub Desktop.
Save klaxa/a170a1c963463141a392cf53da20ae89 to your computer and use it in GitHub Desktop.
Project goals
-------------
- Simple to use streaming server
- Input should possibly be anything that libavformat can read
- A non-confusing simple configuration file
Streaming formats:
- Bare HTTP support with matroska (already implemented)
- HLS support
- DASH support
- RTP support
Explicit non-feature:
- Re-encoding of anything. Re-encoding should be done externally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment