If you want to use 2 virtual tuners please make sure that usage of adapter_nr=1,3 is needed. If I'm right you have in your system already dvb adapters number 0 and 2?
But please take in you mind that by default in NessiDVB is vtuner1 in group1 and vtuner2 in group2 and
1. for each vtuner you have to have its own local client
2. each client has to connect to different vtuner daemon in NessiDVB
So you could use for example such commands:
- Code: Select all
vtunerc -f s2:1 2>&1 > /dev/null &
vtunerc -f s2:2 -d /dev/vtunerc1 2>&1 > /dev/null &
The first command will connect to tuner of group 1 (:1) and use the default control device (/dev/vtunerc0). The second one will connect to tuner from group 2 (:2) and use control device /dev/vtunerc1 - this must be specified as the default one is already used by first client.
I'm using the above vtunerc commands in my home environment (but I do not have any real DVB card so I'm using adapter0 and adapter1).
Within one week or so will be released image for NessieDVB in groups for each vtuner daemon could be configured. This feature will be useful for users with more than one NessieDVB in one local net.
CZECH: Pokud chces pouzivat 2 vitualni tunery tak predpokladam ze v systemu mas uz dvb adaptery 0 a 2, takze adapter_nr=1,3 je nezbytne.
Pro pouziti 2 vtuneru v jednom PC je vhodne si uvedomit ze defaultne je v NessieDVB vtuner1 v grupe 1 a vtuner2 v grupe 2 a je nezbytne zajistit:
1. kazdy virtualni tuner musi mit sveho lokalniho klienta
2. kazdy klient se musi konektnout na jiny vtuner daemon v NessieDVB
Takze napriklad pouziti nasledujicich prikazu zabezpeci spravne pripojeni:
- Code: Select all
vtunerc -f s2:1 2>&1 > /dev/null &
vtunerc -f s2:2 -d /dev/vtunerc1 2>&1 > /dev/null &
Privni prikaz pripoji klienta na tuner z grupy 1 a pouzije defaultni ridici zarizeni (/dev/vtunerc0). Druhy prikaz pripoji druheho klienta na tuner grupy 2 a pouzije ridici zarizeni /dev/vtunerc1 - v tomto pripade je toto nutno specifikovat protoze defaultni ridici zarizeni je jiz pouzito.
Pouzivam vyse popsane povely pro sve domaci pouziti (ale nemam v PC zadnou realnou DVB kartu takze pouzivam adapter0 a adapter1).
Behem priblizne jednoho tydne bude uvolneno image pro NessiiDVB ve kterem se bude dat prislusnost jednotlivych daemonu vtuneru konfigurovat (toto bude vhodne pro uzivatele s vice zarizenimi typu NessieDVB v lokalni siti).