- Thread starter
- #11
Ahh, I've located the problem.
I seem to be missing a 'capture' filter.
When I connect to the MP graph the encoders are not connected in anyway because of 'a missing link'.
I seem to be missing a 'capture' filter.
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"/>
When I connect to the MP graph the encoders are not connected in anyway because of 'a missing link'.