Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_rtp_format
Real-time Transport Protocol format for Membrane Framework
https://github.com/membraneframework/membrane_rtp_format
Last synced: 2 days ago
JSON representation
Real-time Transport Protocol format for Membrane Framework
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_rtp_format
- Owner: membraneframework
- License: apache-2.0
- Created: 2018-11-20T08:16:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:47:58.000Z (11 months ago)
- Last Synced: 2024-03-19T18:08:23.041Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: RTP format description
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_rtp_format.svg)](https://hex.pm/packages/membrane_rtp_format)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_rtp_format/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp_format.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp_format)This package provides structures describing RTP/RTCP streams. They can be used to define capabilities of pads for the [Membrane](https://membraneframework.org) Elements.
## Installation
Unless you're developing an Membrane Element it's unlikely that you need to use this package directly in your app, as normally it is going to be fetched as a dependency of any element that operates on RTP packets.
However, if you are developing an Element or need to add it due to any other reason, just add the following line to your `deps` in the `mix.exs` and run `mix deps.get`.
```elixir
{:membrane_rtp_format, "~> 0.9.0"}
```## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp_format)
[![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_format)
Licensed under the [Apache License, Version 2.0](LICENSE)