Skip to content

Releases: software-mansion/live-compositor

v0.3.0

21 Aug 07:30
4b9df1e
Compare
Choose a tag to compare

Live Compositor 0.3.0

💥 Breaking changes

  • Remove forward_error_correction option from RTP OPUS output. (#615 by @wkozyra95)

✨ New features

🐛 Bug fixes

  • Fix input queueing when some of the inputs do not produce frames/samples. (#625 by @wkozyra95)

v0.3.0-rc.0

25 Jul 12:17
f49cd16
Compare
Choose a tag to compare
v0.3.0-rc.0 Pre-release
Pre-release
Optimize CI speed (#644)

v0.2.0

13 Jun 07:48
25562df
Compare
Choose a tag to compare

Live Compositor 0.2.0

We're excited to release the first stable version of Live Compositor, a multimedia server designed for real-time, low latency, and programmable video and audio mixing. Transform your multimedia projects with Live Compositor. Visit our website to get started.

🚀 Why Choose Live Compositor?

Simple declarative API

Mixing is specified using simple component tree, easy to pick up for anyone familiar with web development.

Easy Integration

Language agnostic API. You can leverage tech stack of your choice and easily integrate it with your own solutions.

Real-time and low latency

LiveCompositor targets real-time use cases, with a significant focus on situations where latency is critical.

🌐 Key Features

  • Batteries included: Render text, images, GIFs or websites, and combine them using builtin components.
  • Highly customizable: Create custom effects with WGSL shaders.
  • Audio support: Mix audio directly in LiveCompositor.
  • Animations: Change layouts on the fly with animated transitions..
  • Real-time processing: Process live streams in real-time with low latency.
demos.mp4

v0.2.0-rc.6

29 Apr 07:59
2da9a23
Compare
Choose a tag to compare
v0.2.0-rc.6 Pre-release
Pre-release
Fix aarch64 release (#544)

v0.2.0-rc.5

24 Apr 08:23
a0f8749
Compare
Choose a tag to compare
v0.2.0-rc.5 Pre-release
Pre-release
Do not warn on closed channel (#531)

v0.2.0-rc.4

08 Apr 13:54
84f8fb8
Compare
Choose a tag to compare
v0.2.0-rc.4 Pre-release
Pre-release
Fix offline processing (+ send DELIVERED event before queue start) (#…

v0.2.0-rc.2

28 Mar 11:57
70a6fbf
Compare
Choose a tag to compare
v0.2.0-rc.2 Pre-release
Pre-release
Add option to provide raw FFmpeg options (#466)

v0.2.0-rc.1

05 Mar 14:28
7d0a8be
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
Remove `cargoSha256` from nix config.

v0.2.0-rc.0

07 Dec 11:35
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release
[ci] Remove `new-api` branch from docs deploy workflow

v0.1.0-rc.4

06 Dec 15:27
d6143f9
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release
Skip `avformat_find_stream_info` when registering input stream(#287)