My VBOB definitely has 2 SD inputs (labeled 1,2) and 2 HD inputs (also labeled 1,2).
The documentation refers to Link A and LinkB for SD and HD.
Are LinkA,LinkB only meant for aggregating bandwidth onto a single stream, or are they supposed to be useable as separate streams ?
If they are usable as separate streams, then how are we supposed to access it via OpenML?
mlquery only shows 1 SD input jack and 1 HD input jack.
why does mlquery not show the 2nd SD/HD jacks ?
I am starting with some sample OpenML code from the OpenML tardist on nekochan's ftp site.
I will be morphing it into something cooler over time...
you can track progress here...
https://github.com/tweakoz/vbobtest
Thanks,
mtm
The documentation refers to Link A and LinkB for SD and HD.
Are LinkA,LinkB only meant for aggregating bandwidth onto a single stream, or are they supposed to be useable as separate streams ?
If they are usable as separate streams, then how are we supposed to access it via OpenML?
mlquery only shows 1 SD input jack and 1 HD input jack.
why does mlquery not show the 2nd SD/HD jacks ?
Code: Select all
DEVICE: xt-digvid
parent: tezr0.
index: 0
version: 1
location: /hw/video/xt-digvid/0
jacks: HDSerialDigitalInputJack,
HDSerialDigitalOutputJack,
HDGraphicsDigitalInputJack,
SDSerialDigitalInputJack,
SDSerialDigitalOutputJack,
SDGraphicsDigitalInputJack
paths: HDSerialDigitalInput,
HDSerialDigitalOutput,
HDGraphicsDigitalInput,
SDSerialDigitalInput,
SDSerialDigitalOutput,
SDGraphicsDigitalInput
I am starting with some sample OpenML code from the OpenML tardist on nekochan's ftp site.
I will be morphing it into something cooler over time...
you can track progress here...
https://github.com/tweakoz/vbobtest
Thanks,
mtm