Hi,
With latest driver, I was able to access to TBS690B 4 Output ASI Playback Card.
root@server:/opt/tbs/new/media_build# ls -la /dev/tbsmod0/mod*
crw------- 1 root root 168, 0 Jan 27 18:52 /dev/tbsmod0/mod0
crw------- 1 root root 168, 1 Jan 27 18:52 /dev/tbsmod0/mod1
crw------- 1 root root 168, 2 Jan 27 18:52 /dev/tbsmod0/mod2
crw------- 1 root root 168, 3 Jan 27 18:52 /dev/tbsmod0/mod3
I was able to give ASI out by;
/opt/penc/sbin/multicat -u -U -f -P -C @234.34.34.2:5555 /dev/tbsmod0/mod0
Yet, my input is only 1Mbit, however I see ~96 Mbit output.
How can I limit the ASI output to a lower Mbit ? Such like 7 MBit ?
Is this configurable ? I checked the source code;
https://github.com/tbsdtv/linux_media/b ... d/tbsmod.c
I found;
//default to 114M,122M,130M,138M
buff[2] = 0x5c;//0xC2;
buff[1] = 0x8f;//0xF5;
buff[0] = 0xc2;//0x28;
Is the buffer staticly configured for TBS cards ?
If so, it will be very useful to make it dynamic for ASI output.
Thx