Taylor Jacob schrieb:
John caught a nasty bug in DVBSIParser::DelAllPids() that wasn't actually
closing all the pids but intead constantly closing FD 0.. This is fixed in my
cvs.. You can try changing

        close(it.data().fd);

to

         close(it.key());

and see if that fixes the issue. If not let me know.

Sorry, that didn't do the trick for me. It still keeps on tuning and in the log is rapidly printing "DVB#0 WARNING - Status: SIGNAL | NO LOCK!" and "DVB#0 WARNING - Status: CARRIER | SIGNAL | NO LOCK!".


Michael.
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to