If it helps it turns out that this fault was introduced by changeset 7030 Specifically its the call StartChannel(livetv) in tv_rec.cpp within which a timeout value of 2000000000 is retrieved from get_max_timeout - which appears to be excessive.
using StartChannel(false) reverts to the old behaviour and live tv works again It also works after a fashion in current sv 7202 - but there are other things broken there at the moment so its hard to test. _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
