Hi all,<br><br>Here is glue patch, that implements software CSA descrambling through libdvbcsa.<br>Only BISS &amp; constcw supported.<br><br>After stream decoded, it may be sent <span><span title="">uniformly in time, but in this case every stream needs it&#39;s own thread.<br>

Just uncomment CFLAGS += -DOUTPUT_IMMEDIATE to disable output threads,<br>in this case, </span></span><span><span title="">stream will be outputted</span></span><span><span title=""> by </span></span>big chunks.<br>
<br>Additional config file needed, it given by -k option. Thhere is keys for specified sid&#39;s inside that file, for example:<br>1100 biss://0xYYYYYYYYYYYYYYYY<br>9,5 biss://0xXXXXXXXXXXXXXXXX<br><br>First line gives key only for 1 sid, second line meens that sids 9 &amp; 5 have same key.<br>

<br>This patch for tags/1.1 from svn.<br><br>