Page 1 of 1

Dvblast V polarity issue in multicast with tsdecrypt

PostPosted: Mon Nov 18, 2013 5:45 am
by diabloss
Hello

Im unable to use more than one channel on vertical polarity via Dvblast from MOI



dvblast cfg

A.cfg
Code: Select All Code
92.87.x.10:1234   1   30908
92.87.x.10:1234   1   30910
92.87.x.10:1234   1   30901


Launching script:

Code: Select All Code
dvblast -a 0 \
-f 12265000 -s 28000000 -v 13 -F 78 \
-c /usr/local/bin/A.cfg -Y \
&
exit 0


Tsdecrypt :

Code: Select All Code
T10A \
-I 92.87.x.10:1234 -R -z -M 30908 \
-O 239.255.1.1:1234 -r \
-c NAGRA -C 0x0b02 \
-A NEWCAMD -s 127.0.0.1:11110 -U tsdecrypt -P pass -B 0102030405060708091011121314 \
-X 0x15e2 \
&
exit 0


Please MOISUPPORT help me out with issue.

Thank you

Re: Dvblast V polarity issue in multicast with tsdecrypt

PostPosted: Sun Dec 15, 2013 5:50 am
by ahmedramze
I have issue on decript using local host IP , I found in this forum you need to setup the lo ip using ifconfig

Code: Select All Code
ifconfig lo 127.0.0.1


every time you reboot , I'm use OSCAM installed in MOI box with Mouse Reader.

Re: Dvblast V polarity issue in multicast with tsdecrypt

PostPosted: Sun Dec 15, 2013 6:28 am
by updatelee
You could put it in one of the init.d scripts so that it does it on bootup

UDL