Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_rtp_aac_plugin
RTP AAC depayloader
https://github.com/membraneframework/membrane_rtp_aac_plugin
Last synced: 9 days ago
JSON representation
RTP AAC depayloader
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_rtp_aac_plugin
- Owner: membraneframework-labs
- License: apache-2.0
- Created: 2020-01-23T13:54:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T14:39:25.000Z (10 months ago)
- Last Synced: 2024-03-14T16:43:43.903Z (10 months ago)
- Language: Elixir
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane RTP AAC Plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_aac_plugin.svg)](https://hex.pm/packages/membrane_rtp_aac_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_rtp_aac_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_aac_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_aac_plugin)This package provides elements that can be used for payloading and depayloading AAC audio in accordance with [RFC3640](https://datatracker.ietf.org/doc/html/rfc3640), using the mpeg4-generic payloading scheme.
It is part of [Membrane Multimedia Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_rtp_aac_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_aac_plugin, "~> 0.9.3"}
]
end
```## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_aac_plugin)
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_aac_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)