https://github.com/membraneframework/membrane_basic_pipeline_tutorial
https://github.com/membraneframework/membrane_basic_pipeline_tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_basic_pipeline_tutorial
- Owner: membraneframework
- License: apache-2.0
- Created: 2021-12-27T14:49:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T08:14:34.000Z (over 2 years ago)
- Last Synced: 2025-03-27T06:22:18.745Z (about 1 year ago)
- Language: Elixir
- Size: 102 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "How to set up a Membrane Pipeline" tutorial's code template
This is a repository containing the source code of the basic pipeline, used in the "How to set up a Membrane Pipeline" tutorial.
for the Membrane Framework.
The tutorial consists of two parts, available at:
* [How to set up a Membrane Pipeline pt 1](https://membrane.stream/learn/basic_pipeline)
* [How to set up a Membrane Pipeline pt 2](https://membrane.stream/learn/basic_pipeline_extension)
In the repository there are two branches available:
* `template/start` - with the unfulfilled template, the desired state at the beggining of the ["How to set up a Membrane Pipeline pt 1"](https://membrane.stream/learn/basic_pipeline) tutorial.
* `template/end` - with the templated fulfilled as suggested in the tutorial, the desired state at the end of the ["How to set up a Membrane Pipeline pt 1"](https://membrane.stream/learn/basic_pipeline) tutorial.
* `bin` - with the template fulfilled as suggested in the ["Bin" chapter of the "How to set up a Membrane Pipeline pt 2"](https://membrane.stream/learn/basic_pipeline_extension/2) tutorial.
* `dynamic_pads` - with the template fulfilled as suggested in the ["Dynamic Pads" chapter of the "How to set up a Membrane Pipeline pt 2"](https://membrane.stream/learn/basic_pipeline_extension/3) tutorial.
## Copyright and License
Copyright 2022, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)