Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework-labs/membrane_rtp_vp9_plugin
https://github.com/membraneframework-labs/membrane_rtp_vp9_plugin
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/membraneframework-labs/membrane_rtp_vp9_plugin
- Owner: membraneframework-labs
- License: apache-2.0
- Created: 2019-08-21T07:53:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T12:36:43.000Z (over 2 years ago)
- Last Synced: 2023-03-11T10:37:00.742Z (almost 2 years ago)
- Language: Elixir
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: RTP VP9
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_vp9_plugin.svg)](https://hex.pm/packages/membrane_rtp_vp9_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_rtp_vp9_plugin/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_vp9_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_vp9_plugin)This repository provides elements for payloading and depayloading VP9.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_rtp_vp9_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_vp9_plugin, "~> 0.1.0"}
]
end
```## Usage
TODO
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_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_template_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)