https://github.com/membraneframework/membrane_timestamp_queue
Queue that aligns streams from multiple sources basing on timestamps
https://github.com/membraneframework/membrane_timestamp_queue
Last synced: about 1 year ago
JSON representation
Queue that aligns streams from multiple sources basing on timestamps
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_timestamp_queue
- Owner: membraneframework
- License: apache-2.0
- Created: 2024-03-19T16:50:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T12:24:41.000Z (about 2 years ago)
- Last Synced: 2025-04-10T00:52:19.651Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Membrane Timestamp Queue
[](https://hex.pm/packages/membrane_timestamp_queue)
[](https://hexdocs.pm/membrane_timestamp_queue)
[](https://circleci.com/gh/membraneframework/membrane_timestamp_queue)
This repository contains implementation of `Membrane.TimestampQueue`, a helper queue that is aimed to help manage flow control in `Membrane` elements with pads with `flow_control: :auto`.
It's a part of the [Membrane Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_timestamp_queue` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_timestamp_queue, "~> 0.2.2"}
]
end
```
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_timestamp_queue)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_timestamp_queue)
Licensed under the [Apache License, Version 2.0](LICENSE)