rse / vingester

Ingest Web Contents as Video Streams

Home Page:https://vingester.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDI UYVY support

pierremestrez1976 opened this issue · comments

Hello,

Some NDI receiver doesn't support alpha channel, would it be possible to support NDI FourCC

NDIlib_FourCC_video_type_UYVY

thanks,

Pierre

Would NDIlib_FourCC_type_BGRX be also OK? This would require less bit fiddling in memory.

Ok, in the next version 2.4.2 there is an NDI>Alpha field for disabling the alpha channel. Internally it uses BGRX instead of BGRA color format which in turn should force NDI to use a non-alpha channel based transmission. I hope this resolves this issue.

Works super fine !
Thanks Dr.