Feature/ndi out node #2
Reference in New Issue
Block a user
Delete Branch "feature/ndi-out-node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ndiout: p216_frame.FourCC was zero-initialized — NDI needs it explicitly set to NDIlib_FourCC_video_type_P216 to send the correct format. All three nodes: audio_rate = {sample_rate, 1} was always declared even when has_audio is false (sample_rate = 0 in ndiout). Scoped into the has_audio block so the bad rate can never be passed to mxlGetCurrentIndex. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>