https://github.com/membraneframework/membrane_ogg_plugin
Plugin for depayloading an Ogg file into an Opus stream
https://github.com/membraneframework/membrane_ogg_plugin
Last synced: 3 months ago
JSON representation
Plugin for depayloading an Ogg file into an Opus stream
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_ogg_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2022-11-30T12:45:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:27:16.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T17:14:18.312Z (9 months ago)
- Language: Elixir
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Ogg Plugin
[](https://hex.pm/packages/membrane_ogg_plugin)
[](https://hexdocs.pm/membrane_ogg_plugin)
[](https://circleci.com/gh/membraneframework/membrane_ogg_plugin)
Plugin for depayloading an Ogg file into an Opus stream.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_ogg_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_ogg_plugin, "~> 0.5.0"}
]
end
```
## Usage
### `Membrane.Ogg.Demuxer`
For an example see `examples/demuxer_example.exs`. To run the example you can use the following command:
```elixir examples/demuxer_example.exs```
On macOS you might need to set the opus include path like this:
```export C_INCLUDE_PATH=/opt/homebrew/Cellar/opus/1.3.1/include/```
## Copyright and License
Copyright 2022, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ogg_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ogg_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)