CESNET / UltraGrid

UltraGrid low-latency audio and video network transmission system
http://www.ultragrid.cz
Other
489 stars 55 forks source link

Vulkan not properly reconfiguring itself when input stream size changes. #303

Closed alatteri closed 1 year ago

alatteri commented 1 year ago

Hello,

When using vulkan_sdl2:fs it does not properly scale input stream if the stream size changes from the initial size at the time UG was launched.

See the below video. Sorry for poor quality but I had to compress it a lot to fit the GitGub 10MB max.

https://user-images.githubusercontent.com/625982/227746843-fc23bac0-a355-4c73-b0ca-9b5823d57dc9.mp4

MartinPulec commented 1 year ago

Hi Alan, you didn't specify steps to reproduce but after some investigation it seems to be Y416-specific (for UYVY only if format is not supported natively by GPU). It should be fixed now (continuous AppImage will be rebuilt tomorrow).

update: Linux AppImage has already been rebuilt since then so it contains the fix as well,

alatteri commented 1 year ago

Sorry for the late reply and not making the original issue more clear. But you got it anyway. This is fixed. Thanks again!!!