<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">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<br><br>dvb.s:1170<br>    case SYS_DVBS:<br><div>    case SYS_DVBS2:<br>        if ( psz_modulation != NULL )<br>        {<br>            p = &dvbs2_cmdseq;<br>            p->props[MODULATION].u.data = GetModulation();<br>            p->props[PILOT].u.data =
 GetPilot();<br>            p->props[ROLLOFF].u.data = GetRollOff();<br>            p->props[MIS].u.data = i_mis;<br>            p->props[DTV_STREAM_ID].u.data = (0<<26) | (16416<<8) | 1;</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">CLI</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">./dvblast -x text -a 5 -f 11637000 -s 30000000 -1 1 -m psk_8</div><div style="color: rgb(0, 0, 0); font-size:
 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I get a fec lock but no data, any ideas?<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">joolz</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div></div></body></html>