Skip to content

Commit

Permalink
Add optional track synchronization in cmaf muxer (#101)
Browse files Browse the repository at this point in the history
* Add optional track synchronization in cmaf muxer

* Fix event forwarding

* Refactor cmaf muxer output pads handling

* Adjust to CR

* Remove redundant track initialization

* Bump plugin version
Qizot authored Feb 19, 2024
1 parent 0815427 commit 8b55570
Showing 6 changed files with 557 additions and 260 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `membrane_mp4_plugin` to your list of dep
```elixir
defp deps do
[
{:membrane_mp4_plugin, "~> 0.31.0"}
{:membrane_mp4_plugin, "~> 0.32.0"}
]
end
```
Loading

0 comments on commit 8b55570

Please sign in to comment.