Panagiotis Malakoudis
Panagiotis Malakoudis
It seems I have the same problem, so I will not open a new issue. winsane-dbg.exe finds the scanner correctly and even completes a scan. But when used from Fax...
@virgoparna: it doesn't make any difference in my case. I just want to add that I use Windows 10 Anniversary Edition.
And this is the log from saned with SANE_DEBUG_DLL=255 and -d255 [saned_log.txt](https://github.com/mback2k/wiasane/files/472231/saned_log.txt)
I think I found when the problem happens: it is when original stream is lost for a while (dvblast restart or sat signal loss). Initially when running tsdecrypt we get:...
OK, I think I found the issue. The code that detects the ecm pids (int __ts_get_ecm_info) calls find_CA_descriptor. But in order to work correctly, passed values ts->ecm_caid, ts->ecm_pid and ts->ecm_pids[X]...
OK, I understand that. Is there a different way to achieve adding packets on demand in a realtime tsp session? I could use mux plugin if it could detect a...
> @malakudi Atleast you need to change STANDARD_RECORD_LENGTH -> GEO_RECORD_LENGTH > > And possibly this (not sure if \0\0\0 -> \0 change was required for isp/org but try it) def...
It worked with reclen = ORG_RECORD_LENGTH Thank you very much! I will create a pull request later
> @malakudi Atleast you need to change STANDARD_RECORD_LENGTH -> ORG_RECORD_LENGTH (edit: sorry meant ORG) > > And possibly this (not sure if \0\0\0 -> \0 change was required for isp/org...
OK, I reply to myself, when you do not use \0\0\0 , the version string (shown in geoiplookup with -v) is empty.