[FFmpeg-devel] [PATCH] Implement NewTek NDI support

Maksym Veremeyenko verem at m1stereo.tv
Tue Aug 22 23:14:25 EEST 2017


22.08.2017 21:06, Marton Balint пише:
> 
> On Fri, 18 Aug 2017, Maksym Veremeyenko wrote:
> 
> [...]
> 
> Thanks for all the fixes. Is it ok to apply this version, or we are 
> still waiting for some V3 SDK stuff?
>
i received updated v3 SDK with a fixed issues i noticed, but i will ask 
about next release date


> One more thing I noticed testing, maybe you can take a look: rgba and 
> rgb0 format is not working (I used the V1 SDK), only audio frames are 
> received, but no apparent error is shown. On the other hand, bgr0 and 
> bgra formats do work. If you can't fix it then rgba and rgb0 formats 
> should be removed from the supported formats. Also please make the docs 
> in sync with the format support changes, I think it now only mentions 
> uyvy422.
i think it is related to:

+    /* Create receiver description */
+    recv_create_desc.color_format = NDIlib_recv_color_format_e_UYVY_RGBA;
+    recv_create_desc.bandwidth = NDIlib_recv_bandwidth_highest;
+    recv_create_desc.allow_video_fields = ctx->allow_video_fields;

i will try to check against v1 and v3 SDK...

-- 
Maksym Veremeyenko



More information about the ffmpeg-devel mailing list