Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_rtp_opus_plugin
Membrane RTP payloader and depayloader for OPUS audio
https://github.com/membraneframework/membrane_rtp_opus_plugin
Last synced: 2 days ago
JSON representation
Membrane RTP payloader and depayloader for OPUS audio
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_rtp_opus_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2019-08-21T07:46:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:52:38.000Z (12 months ago)
- Last Synced: 2024-10-29T08:45:04.203Z (9 days ago)
- Language: Elixir
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane RTP Opus plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_opus_plugin.svg)](https://hex.pm/packages/membrane_rtp_opus_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_opus_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_opus_plugin)RTP payloader and depayloader for OPUS audio.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_rtp_opus_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_opus_plugin, "~> 0.9.0"}
]
end
```## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_opus_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_opus_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)