Page 1 of 1

declink API mixing streams

PostPosted: Thu Feb 16, 2017 12:24 pm
by Oz Shmueli
Hi

i'm trying to do the following and having trouble.
capture audio and video from declink 1
capture audio and video from declink 2

save a buffer of few A/V frames from both declinks
do some computations like avg and XOR of the frames from BOTH declinks

display and play sound of the calculated frames on the PC (both A/V inputs)

and transmit both calculated A/V streams through declink 3 and 4
all that while making sure i have the Audio and video synced.


i managed to transmit a video
i managed to display and play an input
i managed to do a path through from one declink to the next.

for some reason i cant seem to save frames to a buffer and use them afterwords
(i did call add reference...)

does anyone have a relevant code reference/example i could use ?
thanks

Re: declink API mixing streams

PostPosted: Tue Feb 28, 2017 9:06 am
by Oz Shmueli
anyone?