livekit / track-processors-js

Pre-built track processors for background images, blur, etc for use with the LiveKit JS Client SDK
https://livekit.io
Apache License 2.0
31 stars 14 forks source link

Virtual and blur background are not shown in the Egress #19

Closed absyah closed 10 months ago

absyah commented 11 months ago

Thank you for this good work. I finally made this works with the video conference to have virtual background.

But are there any approaches to make this works with Egress too? I tried to broadcast it via RTMP but the virtual background is not shown on the viewer.

Thanks!

lukasIO commented 10 months ago

what egress mode are you trying this with? It should definitely also work for egress, as the blurring happens client side and the video gets sent to the LiveKit server already blurred .

absyah commented 10 months ago

@lukasIO I'm closing this, as you said that it should be definitely work for egress. I've implemented it and it works. Thank you!