[dvblast-devel] PLS
JULIAN GARDNER
joolzg at btinternet.com
Fri May 9 15:38:14 CEST 2014
Im trying to get dvblast to work with pls and before adding in new options I added some test code to dvb.c, im using the open source tbs drivers from https://bitbucket.org/CrazyCat and his scan_s2 which is working on the 5W transponder but with this mod and the command line i only get a fec lock
dvb.s:1170
case SYS_DVBS:
case SYS_DVBS2:
if ( psz_modulation != NULL )
{
p = &dvbs2_cmdseq;
p->props[MODULATION].u.data = GetModulation();
p->props[PILOT].u.data = GetPilot();
p->props[ROLLOFF].u.data = GetRollOff();
p->props[MIS].u.data = i_mis;
p->props[DTV_STREAM_ID].u.data = (0<<26) | (16416<<8) | 1;
CLI
./dvblast -x text -a 5 -f 11637000 -s 30000000 -1 1 -m psk_8
I get a fec lock but no data, any ideas?
joolz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/dvblast-devel/attachments/20140509/6946d5b2/attachment.html>
More information about the dvblast-devel
mailing list