<div dir="ltr">I believe TBS cards are not capable of what you want to achieve - each CA slot is hardwired to the appropriate tuner and not routable the way you want it.<div><br></div><div>- D.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-08-10 12:50 GMT+03:00 Kompan Kolia <span dir="ltr"><<a href="mailto:kompan@yandex.ru" target="_blank">kompan@yandex.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry for repeating, but previous letter was in HTML format, and I don`t receive any comments.<br>
<br>
<br>
<br>
Hello All :)<br>
<br>
I have system with few TBS (TBS 6991SE) with two inputs.<br>
<br>
This cards are made like two tuners on one board.<br>
Each card consists of two tuners and two CI slots<br>
<br>
<br>
After system boot in /dev/dvb folder looks like that:<br>
<br>
/dev/dvb/adapter0:<br>
total 0<br>
crw-rw---T 1 root video 212, 53 Jul 13 17:25 ca0<br>
crw-rw---T 1 root video 212, 50 Jul 13 17:25 demux0<br>
crw-rw---T 1 root video 212, 51 Jul 13 17:25 dvr0<br>
crw-rw---T 1 root video 212, 54 Jul 13 17:25 frontend0<br>
crw-rw---T 1 root video 212, 52 Jul 13 17:25 net0<br>
<br>
/dev/dvb/adapter1:<br>
total 0<br>
crw-rw---T 1 root video 212, 58 Jul 13 17:25 ca0<br>
crw-rw---T 1 root video 212, 55 Jul 13 17:25 demux0<br>
crw-rw---T 1 root video 212, 56 Jul 13 17:25 dvr0<br>
crw-rw---T 1 root video 212, 59 Jul 13 17:25 frontend0<br>
crw-rw---T 1 root video 212, 57 Jul 13 17:25 net0<br>
<br>
<br>
We want to achieve following:<br>
<br>
First instance of dvblast:<br>
1 Receives encrypted DVB-S2 signal from the first input (/dev/dvb/adapter0/frontend0)<br>
2 CA0 (/dev/dvb/adapter0/ca0) decrypts it.<br>
<br>
Second instance of dvblast:<br>
1 Receives encrypted DVB-S2 signal from the same FIRST input (/dev/dvb/adapter0/frontend0)  (the same transponder)<br>
2 CA0 from second card (/dev/dvb/adapter1/ca0) decrypts it.<br>
<br>
Third instance of dvblast:<br>
Receives unencrypted FTA DVB-S2 signal from second input (/dev/dvb/adapter1/frontend0) from some other transponder.<br>
<br>
We know about -y (--ca) feature, but it does not work for us, because second CA (adapter1/ca0) assigned to other DVB-tuner (adapter1) during boot.<br>
<br>
<br>
Is there any solution or workaround for specifying input source for receive stream and CA to decode it.<br>
<br>
Example:<br>
<br>
######### For First Input #################<br>
<br>
dvblast  -a 0 -f xxxxx -s xxxxxx -v 13 -c /dvblast.cfg<br>
<br>
------------ dvblast.cfg ------------<br>
<br>
# Channel 1, /adapter0/frondend0, /adapter0/ca0<br>
<br>
<a href="http://224.5.5.1:1234" rel="noreferrer" target="_blank">224.5.5.1:1234</a> 1 216<br>
<br>
<br>
<br>
# Channel 2, /adapter0/frondend0, /adapter1/ca0<br>
<a href="http://224.5.5.2:1234/ca=/adapter1/ca0" rel="noreferrer" target="_blank">224.5.5.2:1234/ca=/adapter1/ca0</a> 1 217<br>
<br>
------- end of dvblast.cfg ----------<br>
<br>
######### END For First Input #################<br>
<br>
######### For Second Input #################<br>
<br>
dvblast  -a 0 -f xxxxx -s xxxxxx -v 13 -c /dvblast.cfg<br>
<br>
------------ dvblast.cfg ------------<br>
# Channel 1, /adapter1/frondend0<br>
<br>
<a href="http://224.5.5.1:1234" rel="noreferrer" target="_blank">224.5.5.1:1234</a> 0 210<br>
<br>
------- end of dvblast.cfg ----------<br>
<br>
######### END For Second Input #################<br>
<br>
<br>
or something else.<br>
<br>
<br>
Thank for advise.<br>
_______________________________________________<br>
dvblast-devel mailing list<br>
<a href="mailto:dvblast-devel@videolan.org">dvblast-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/dvblast-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/dvblast-devel</a><br>
</blockquote></div><br></div>