membrane_core
membrane_core copied to clipboard
The core of the Membrane Framework, advanced multimedia processing framework
I have found out, that my on my computer 1 minute clip of BBB takes 12MB, but this same clip decoded, style-transferred and encoded takes 270MB (22.5x more). The memory...
Refactor Stream format error message, so the list of accepted formats won't look like in the error below ``` %Membrane.StreamFormatError{message: "Stream format: %Membrane.H265{width: 480, height: 270, profile: nil, alignment: :au,...
ForwardingFilter should also send a notification with stream format to the parent. Modules in the original packages should be wrapped into proper `if`s to avoid having compilation warnings
- specs examples, including mermaid graphs visualizing children topology - examples of starting `timer` with usage of `Membrane.Time` (`Membrane.Time` was the problem) - lifecycle of Element / Bin / Pipeline...
Every randomized time interval check if there is a diamond structure in the pipeline topology with a root having `:auto` flow control and `pull` effective flow control (and proper flow...