# Membrane HTTP Adaptive Streaming Plugin
[](https://hex.pm/packages/membrane_http_adaptive_stream_plugin)
[](https://hexdocs.pm/membrane_http_adaptive_stream_plugin/)
[](https://circleci.com/gh/membraneframework/membrane_http_adaptive_stream_plugin)
Plugin generating manifests for HTTP adaptive streaming protocols.
Currently, only HTTP Live Streaming (HLS) is supported.
In future, the support for MPEG-DASH is planned as well
## Installation
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
```elixir
{:membrane_http_adaptive_stream_plugin, "~> 0.1.0"}
```
## Copyright and License
Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_http_adaptive_stream_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_http_adaptive_stream_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)