Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_rtp_vp8_plugin
Membrane elements for payloading and depayloading VP8 into RTP
https://github.com/membraneframework/membrane_rtp_vp8_plugin
Last synced: 2 days ago
JSON representation
Membrane elements for payloading and depayloading VP8 into RTP
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_rtp_vp8_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2021-02-05T13:48:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T09:50:39.000Z (about 2 months ago)
- Last Synced: 2024-10-03T18:15:43.348Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane RTP VP8 plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_vp8_plugin.svg)](https://hex.pm/packages/membrane_rtp_vp8_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_rtp_vp8_plugin/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_vp8_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_vp8_plugin)RTP payloader and depayloader for VP8.
It is part of [Membrane Multimedia Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_rtp_vp8_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_vp8_plugin, "~> 0.9.2"}
]
end
```## Usage
This plugin registers the default payloader and depayloader for VP8 [RTP payload format](https://hexdocs.pm/membrane_rtp_format/Membrane.RTP.PayloadFormat.html)
and thus can be automatically used by [Membrane RTP plugin](https://hexdocs.pm/membrane_rtp_plugin) whenever added to dependencies.
Of course, it can be manually linked in a custom pipeline too.## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_vp8_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_vp8_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)