steveseguin / vdo.ninja

VDO.Ninja is a powerful tool that lets you bring remote video feeds into OBS or other studio software via WebRTC.

Home Page:https://vdo.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Label Font Resizing not always correct when adding and removing video

mattsmallman opened this issue · comments

When viewing a scene with labels. The label font size is updated when new scenes are added but existing labels aren't always correctly updated. This seems to happen most when adding another participant with cover and square enabled to an existing sole video. I had a little look at the code and the logic looks to be correct but it's just not called consistently.

Before
CleanShot 2023-08-10 at 12 59 20@2x

After - 1 Participant
CleanShot 2023-08-10 at 12 57 28@2x

After - 3 Videos
CleanShot 2023-08-10 at 13 03 36@2x

After - 4 Videos
CleanShot 2023-08-10 at 13 05 31@2x

Thank you for reporting the issue.

I think I found the bug, and so I pushed a fix to vdo.ninja/alpha/ for testing; seems to be working now anyways.

I'll push my changes to github shortly after some more practical testing, and later to production.

Thank you for reporting the issue.