This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

swMs ability

hi experts,

        hereunder is my case (a,b are two video source with 1080P60, and output of swMs[x] is 1080P60 with 60 outputfps)

        a / b  -> merge[0] -> dup ->  swMs[0]  ->  merge[1]

                                                     ->  swMs[1]  ->

                                                     ->  swMs[2]  ->

       By my test below (the only variable is amount of swMs), I got statics

       case 1 :  swMs[0]  only, I got recv fps of 60

       case 2 :  swMs[0] + swMs[1], I got recv fps of 60

       case 3 :  swMs[0] + swMs[1] + swMs[2], I got recv fps of 58

       It looks like there's a up-limit for maybe swMs[x] or dup.

       Do you have any idea about that?

Thanks in advance