[mythtv-users] 0.24-fixes: can't start live tv, tuning failing on remote backend

Steven Adeff adeffs.mythtv at gmail.com
Wed Feb 23 03:56:54 UTC 2011


On Tue, Feb 22, 2011 at 10:49 PM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
> On Wed, Jan 12, 2011 at 2:11 PM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
>> From: Steven Adeff <adeffs.mythtv at gmail.com>
>> Date: Sun, Jan 9, 2011 at 11:42 AM
>> Subject: Re: 0.24-fixes: can't start live tv, tuning failing on remote backend
>> To: MythTV Users <mythtv-users at mythtv.org>
>>
>>
>> On Sun, Jan 9, 2011 at 11:04 AM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
>>> some more notes. standard recordings seem to do fine, but still no LiveTV.
>>> also, my master backend log, -v all. Thanks for the help!
>>>
>>> 2011-01-08 16:03:16.625 Got data on select
>>> 2011-01-08 16:03:16.625 Processing ready reads
>>> 2011-01-08 16:03:16.625 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.625 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.625 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.626 MythSocketThread: Total read time: 1ms, on
>>> sockets {48,1ms}
>>> 2011-01-08 16:03:16.626 MythSocket(9568098:48): readBlock(0x161807864, 8) called
>>> 2011-01-08 16:03:16.626 Reacquired ready read lock
>>> 2011-01-08 16:03:16.626 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.626 MythSocket(9568098:48): readBlock(0x158663728,
>>> 23) called
>>> 2011-01-08 16:03:16.626 Construct FD_SET
>>> 2011-01-08 16:03:16.626 MythSocket(9568098:48): read  <- 48 23
>>> GET_FREE_RECORDER_COUNT
>>> 2011-01-08 16:03:16.626 Waiting on select..
>>> 2011-01-08 16:03:16.626 Got data on select
>>> 2011-01-08 16:03:16.626 Processing ready reads
>>> 2011-01-08 16:03:16.626 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.626 Reacquired ready read lock
>>> 2011-01-08 16:03:16.626 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.626 Construct FD_SET
>>> 2011-01-08 16:03:16.626 Waiting on select..
>>> 2011-01-08 16:03:16.627 MSqlQuery::exec(DBManager1) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '1' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.627 MSqlQuery::next(DBManager1) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 1"
>>> 2011-01-08 16:03:16.627 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '1' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.627 MSqlQuery::next(DBManager0) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.628 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.628 MSqlQuery::next(DBManager2) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.628 MSqlQuery::next(DBManager2) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.628 MSqlQuery::next(DBManager2) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.629 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '2' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.629 MSqlQuery::next(DBManager0) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 2"
>>> 2011-01-08 16:03:16.630 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '2' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.630 MSqlQuery::next(DBManager1) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.630 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.630 MSqlQuery::next(DBManager2) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.630 MSqlQuery::next(DBManager2) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.631 MSqlQuery::next(DBManager2) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.631 MSqlQuery::exec(DBManager1) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '3' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.631 MSqlQuery::next(DBManager1) Result: "inputname
>>> = MPEG2TS, sourceid = 4, cardid = 3"
>>> 2011-01-08 16:03:16.632 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '3' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.632 MSqlQuery::exec(DBManager2) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '5' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.632 MSqlQuery::next(DBManager2) Result: "inputname
>>> = Component, sourceid = 7, cardid = 5"
>>> 2011-01-08 16:03:16.633 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '5' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.633 MSqlQuery::next(DBManager0) Result: "inputgroupid = 1"
>>> 2011-01-08 16:03:16.634 MSqlQuery::exec(DBManager1) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '1' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 1 row(s)
>>> 2011-01-08 16:03:16.634 MSqlQuery::next(DBManager1) Result: "cardid = 5"
>>> 2011-01-08 16:03:16.634 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '6' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.634 MSqlQuery::next(DBManager0) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 6"
>>> 2011-01-08 16:03:16.635 MSqlQuery::exec(DBManager2) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '6' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.635 MSqlQuery::next(DBManager2) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.635 MSqlQuery::exec(DBManager1) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.635 MSqlQuery::next(DBManager1) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.636 MSqlQuery::next(DBManager1) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.636 MSqlQuery::next(DBManager1) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.636 MSqlQuery::exec(DBManager2) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '7' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.636 MSqlQuery::next(DBManager2) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 7"
>>> 2011-01-08 16:03:16.637 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '7' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.637 MSqlQuery::next(DBManager0) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.638 MSqlQuery::exec(DBManager1) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.638 MSqlQuery::next(DBManager1) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.638 MSqlQuery::next(DBManager1) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.638 MSqlQuery::next(DBManager1) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.638 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '8' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.638 MSqlQuery::next(DBManager0) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 8"
>>> 2011-01-08 16:03:16.639 MSqlQuery::exec(DBManager2) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '8' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.639 MSqlQuery::next(DBManager2) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.639 MSqlQuery::exec(DBManager1) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.640 MSqlQuery::next(DBManager1) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.640 MSqlQuery::next(DBManager1) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.640 MSqlQuery::next(DBManager1) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.640 MSqlQuery::exec(DBManager2) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '9' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.640 MSqlQuery::next(DBManager2) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 9"
>>> 2011-01-08 16:03:16.641 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '9' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.641 MSqlQuery::next(DBManager0) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.642 MSqlQuery::exec(DBManager1) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.642 MSqlQuery::next(DBManager1) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.642 MSqlQuery::next(DBManager1) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.642 MSqlQuery::next(DBManager1) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.642 MythSocket(94a6640:42): UpRef: 2
>>> 2011-01-08 16:03:16.642 Got data on select
>>> 2011-01-08 16:03:16.642 MythSocket(94a6640:42): write -> 42 42
>>> QUERY_REMOTEENCODER 11[]:[]GET_FREE_INPUTS
>>> 2011-01-08 16:03:16.642 Processing ready reads
>>> 2011-01-08 16:03:16.642 MythSocket(94a6640:42): writeBlock(0x159900984, 50)
>>> 2011-01-08 16:03:16.642 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.642 Reacquired ready read lock
>>> 2011-01-08 16:03:16.642 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.642 Construct FD_SET
>>> 2011-01-08 16:03:16.642 Waiting on select..
>>> 2011-01-08 16:03:16.649 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237418144, 8) called
>>> 2011-01-08 16:03:16.649 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237422480, 33) called
>>> 2011-01-08 16:03:16.649 MythSocket(94a6640:42): read  <- 42 33
>>> MPEG2TS[]:[]4[]:[]11[]:[]11[]:[]0
>>> 2011-01-08 16:03:16.649 MythSocket(94a6640:42): DownRef: 1
>>> 2011-01-08 16:03:16.649 Got data on select
>>> 2011-01-08 16:03:16.649 Processing ready reads
>>> 2011-01-08 16:03:16.649 MythSocket(9568098:48): write -> 48 1       9
>>> 2011-01-08 16:03:16.649 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.649 MythSocket(9568098:48):
>>> writeBlock(0x18446744072432424672, 9)
>>> 2011-01-08 16:03:16.649 Reacquired ready read lock
>>> 2011-01-08 16:03:16.649 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.649 Construct FD_SET
>>> 2011-01-08 16:03:16.649 Waiting on select..
>>> 2011-01-08 16:03:16.649 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.649 Got data on select
>>> 2011-01-08 16:03:16.649 Processing ready reads
>>> 2011-01-08 16:03:16.650 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.650 Reacquired ready read lock
>>> 2011-01-08 16:03:16.650 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.650 Construct FD_SET
>>> 2011-01-08 16:03:16.650 Waiting on select..
>>> 2011-01-08 16:03:16.650 Got data on select
>>> 2011-01-08 16:03:16.650 Processing ready reads
>>> 2011-01-08 16:03:16.650 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.650 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.650 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.650 MythSocketThread: Total read time: 0ms, on
>>> sockets {48,0ms}
>>> 2011-01-08 16:03:16.650 MythSocket(9568098:48): readBlock(0x156752520, 8) called
>>> 2011-01-08 16:03:16.650 Reacquired ready read lock
>>> 2011-01-08 16:03:16.650 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.650 MythSocket(9568098:48): readBlock(0x161331176,
>>> 29) called
>>> 2011-01-08 16:03:16.650 Construct FD_SET
>>> 2011-01-08 16:03:16.650 MythSocket(9568098:48): read  <- 48 29
>>> GET_NEXT_FREE_RECORDER[]:[]-1
>>> 2011-01-08 16:03:16.650 Waiting on select..
>>> 2011-01-08 16:03:16.650 Got data on select
>>> 2011-01-08 16:03:16.650 Getting next free recorder after : -1
>>> 2011-01-08 16:03:16.650 Processing ready reads
>>> 2011-01-08 16:03:16.650 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.651 Reacquired ready read lock
>>> 2011-01-08 16:03:16.651 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.651 Construct FD_SET
>>> 2011-01-08 16:03:16.651 Waiting on select..
>>> 2011-01-08 16:03:16.651 MSqlQuery::exec(DBManager0) SELECT data FROM
>>> settings WHERE value = 'lastfreecard' AND hostname = 'mythbackend'
>>> <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.651 MSqlQuery::exec(DBManager0) SELECT data FROM
>>> settings WHERE value = 'lastfreecard' AND hostname IS NULL <<<<
>>> Returns 1 row(s)
>>> 2011-01-08 16:03:16.652 MSqlQuery::next(DBManager0) Result: "data = 1"
>>> 2011-01-08 16:03:16.652 MSqlQuery::exec(DBManager2) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '1' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.652 MSqlQuery::next(DBManager2) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 1"
>>> 2011-01-08 16:03:16.653 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '1' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.653 MSqlQuery::next(DBManager1) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.653 MSqlQuery::exec(DBManager0) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.653 MSqlQuery::next(DBManager0) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.654 MSqlQuery::next(DBManager0) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.654 MSqlQuery::next(DBManager0) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.654 Checking card 1. Best card so far 1
>>> 2011-01-08 16:03:16.654 MSqlQuery::exec(DBManager1) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '2' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.654 MSqlQuery::next(DBManager1) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 2"
>>> 2011-01-08 16:03:16.655 MSqlQuery::exec(DBManager2) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '2' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.655 MSqlQuery::next(DBManager2) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.655 MSqlQuery::exec(DBManager0) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.656 MSqlQuery::next(DBManager0) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.656 MSqlQuery::next(DBManager0) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.656 MSqlQuery::next(DBManager0) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.656 Checking card 2. Best card so far 2
>>> 2011-01-08 16:03:16.656 MSqlQuery::exec(DBManager2) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '3' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.656 MSqlQuery::next(DBManager2) Result: "inputname
>>> = MPEG2TS, sourceid = 4, cardid = 3"
>>> 2011-01-08 16:03:16.657 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '3' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.657 Checking card 3. Best card so far 3
>>> 2011-01-08 16:03:16.658 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '5' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.658 MSqlQuery::next(DBManager0) Result: "inputname
>>> = Component, sourceid = 7, cardid = 5"
>>> 2011-01-08 16:03:16.658 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '5' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.658 MSqlQuery::next(DBManager1) Result: "inputgroupid = 1"
>>> 2011-01-08 16:03:16.659 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '1' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 1 row(s)
>>> 2011-01-08 16:03:16.659 MSqlQuery::next(DBManager2) Result: "cardid = 5"
>>> 2011-01-08 16:03:16.659 Checking card 5. Best card so far 5
>>> 2011-01-08 16:03:16.659 MSqlQuery::exec(DBManager1) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '6' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.659 MSqlQuery::next(DBManager1) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 6"
>>> 2011-01-08 16:03:16.660 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '6' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.660 MSqlQuery::next(DBManager0) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.661 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.661 MSqlQuery::next(DBManager2) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.661 MSqlQuery::next(DBManager2) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.661 MSqlQuery::next(DBManager2) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.661 Checking card 6. Best card so far 6
>>> 2011-01-08 16:03:16.661 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '7' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.662 MSqlQuery::next(DBManager0) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 7"
>>> 2011-01-08 16:03:16.662 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '7' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.662 MSqlQuery::next(DBManager1) Result: "inputgroupid = 5"
>>> 2011-01-08 16:03:16.663 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '5' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.663 MSqlQuery::next(DBManager2) Result: "cardid = 1"
>>> 2011-01-08 16:03:16.663 MSqlQuery::next(DBManager2) Result: "cardid = 6"
>>> 2011-01-08 16:03:16.663 MSqlQuery::next(DBManager2) Result: "cardid = 7"
>>> 2011-01-08 16:03:16.663 Checking card 7. Best card so far 7
>>> 2011-01-08 16:03:16.664 MSqlQuery::exec(DBManager1) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '8' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.664 MSqlQuery::next(DBManager1) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 8"
>>> 2011-01-08 16:03:16.664 MSqlQuery::exec(DBManager0) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '8' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.664 MSqlQuery::next(DBManager0) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.665 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.665 MSqlQuery::next(DBManager2) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.665 MSqlQuery::next(DBManager2) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.665 MSqlQuery::next(DBManager2) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.665 Checking card 8. Best card so far 8
>>> 2011-01-08 16:03:16.666 MSqlQuery::exec(DBManager0) SELECT inputname,
>>> sourceid, cardid FROM cardinput WHERE cardinputid = '9' <<<< Returns 1
>>> row(s)
>>> 2011-01-08 16:03:16.666 MSqlQuery::next(DBManager0) Result: "inputname
>>> = DVBInput, sourceid = 5, cardid = 9"
>>> 2011-01-08 16:03:16.666 MSqlQuery::exec(DBManager1) SELECT
>>> inputgroupid FROM inputgroup WHERE cardinputid = '9' ORDER BY
>>> inputgroupid, cardinputid, inputgroupname <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.666 MSqlQuery::next(DBManager1) Result: "inputgroupid = 4"
>>> 2011-01-08 16:03:16.667 MSqlQuery::exec(DBManager2) SELECT DISTINCT
>>> cardid FROM cardinput, inputgroup WHERE inputgroupid = '4' AND
>>> cardinput.cardinputid = inputgroup.cardinputid ORDER BY cardid <<<<
>>> Returns 3 row(s)
>>> 2011-01-08 16:03:16.667 MSqlQuery::next(DBManager2) Result: "cardid = 2"
>>> 2011-01-08 16:03:16.667 MSqlQuery::next(DBManager2) Result: "cardid = 8"
>>> 2011-01-08 16:03:16.667 MSqlQuery::next(DBManager2) Result: "cardid = 9"
>>> 2011-01-08 16:03:16.667 Checking card 9. Best card so far 9
>>> 2011-01-08 16:03:16.667 MythSocket(94a6640:42): UpRef: 2
>>> 2011-01-08 16:03:16.667 Got data on select
>>> 2011-01-08 16:03:16.667 MythSocket(94a6640:42): write -> 42 42
>>> QUERY_REMOTEENCODER 11[]:[]GET_FREE_INPUTS
>>> 2011-01-08 16:03:16.667 Processing ready reads
>>> 2011-01-08 16:03:16.667 MythSocket(94a6640:42): writeBlock(0x159617568, 50)
>>> 2011-01-08 16:03:16.667 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.668 Reacquired ready read lock
>>> 2011-01-08 16:03:16.668 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.668 Construct FD_SET
>>> 2011-01-08 16:03:16.668 Waiting on select..
>>> 2011-01-08 16:03:16.673 MythSocket(94a6640:42): readBlock(0x158771280, 8) called
>>> 2011-01-08 16:03:16.673 MythSocket(94a6640:42): readBlock(0x161049488,
>>> 33) called
>>> 2011-01-08 16:03:16.673 MythSocket(94a6640:42): read  <- 42 33
>>> MPEG2TS[]:[]4[]:[]11[]:[]11[]:[]0
>>> 2011-01-08 16:03:16.673 MythSocket(94a6640:42): DownRef: 1
>>> 2011-01-08 16:03:16.673 Got data on select
>>> 2011-01-08 16:03:16.673 Checking card 11. Best card so far 11
>>> 2011-01-08 16:03:16.673 Processing ready reads
>>> 2011-01-08 16:03:16.673 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.673 Reacquired ready read lock
>>> 2011-01-08 16:03:16.673 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.673 Construct FD_SET
>>> 2011-01-08 16:03:16.673 Waiting on select..
>>> 2011-01-08 16:03:16.674 MSqlQuery::exec(DBManager1) SELECT data FROM
>>> settings WHERE value = 'backendserverip' AND hostname = 'mythhouse'
>>> <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.674 MSqlQuery::next(DBManager1) Result: "data = 127.0.0.1"
>>> 2011-01-08 16:03:16.674 MSqlQuery::exec(DBManager0) SELECT data FROM
>>> settings WHERE value = 'backendserverport' AND hostname = 'mythhouse'
>>> <<<< Returns 1 row(s)
>>> 2011-01-08 16:03:16.674 MSqlQuery::next(DBManager0) Result: "data = 6543"
>>> 2011-01-08 16:03:16.674 MythSocket(9568098:48): write -> 48 25
>>> 11[]:[]127.0.0.1[]:[]6543
>>> 2011-01-08 16:03:16.674 MythSocket(9568098:48): writeBlock(0x161049488, 33)
>>> 2011-01-08 16:03:16.675 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.675 Got data on select
>>> 2011-01-08 16:03:16.675 Processing ready reads
>>> 2011-01-08 16:03:16.675 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.675 Reacquired ready read lock
>>> 2011-01-08 16:03:16.675 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.675 Construct FD_SET
>>> 2011-01-08 16:03:16.675 Waiting on select..
>>> 2011-01-08 16:03:16.680 Got data on select
>>> 2011-01-08 16:03:16.680 Processing ready reads
>>> 2011-01-08 16:03:16.680 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.680 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.681 MythSocketThread: Total read time: 1ms, on
>>> sockets {48,1ms}
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): readBlock(0x156752520, 8) called
>>> 2011-01-08 16:03:16.681 Reacquired ready read lock
>>> 2011-01-08 16:03:16.681 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): readBlock(0x156737584,
>>> 55) called
>>> 2011-01-08 16:03:16.681 Construct FD_SET
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): read  <- 48 55
>>> MESSAGE[]:[]SYSTEM_EVENT LIVETV_STARTED SENDER mythmini
>>> 2011-01-08 16:03:16.681 Waiting on select..
>>> 2011-01-08 16:03:16.681 Got data on select
>>> 2011-01-08 16:03:16.681 MythEvent: SYSTEM_EVENT LIVETV_STARTED SENDER mythmini
>>> 2011-01-08 16:03:16.681 Processing ready reads
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): write -> 48 2       OK
>>> 2011-01-08 16:03:16.681 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): writeBlock(0x159132736, 10)
>>> 2011-01-08 16:03:16.681 Reacquired ready read lock
>>> 2011-01-08 16:03:16.681 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.681 Construct FD_SET
>>> 2011-01-08 16:03:16.681 Waiting on select..
>>> 2011-01-08 16:03:16.681 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.681 Got data on select
>>> 2011-01-08 16:03:16.682 Processing ready reads
>>> 2011-01-08 16:03:16.682 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.682 Reacquired ready read lock
>>> 2011-01-08 16:03:16.682 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.682 Construct FD_SET
>>> 2011-01-08 16:03:16.682 Waiting on select..
>>> 2011-01-08 16:03:16.682 MSqlQuery::exec(DBManager2) SELECT data FROM
>>> settings WHERE value = 'eventcmdlivetvstarted' AND hostname =
>>> 'mythbackend' <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.682 MSqlQuery::exec(DBManager2) SELECT data FROM
>>> settings WHERE value = 'eventcmdlivetvstarted' AND hostname IS NULL
>>> <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.683 Got data on select
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e0bd38:49): write -> 49
>>> 73      BACKEND_MESSAGE[]:[]SYSTEM_EVENT LIVETV_STARTED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.683 Processing ready reads
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e0bd38:49):
>>> writeBlock(0x159533344, 81)
>>> 2011-01-08 16:03:16.683 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.683 Reacquired ready read lock
>>> 2011-01-08 16:03:16.683 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.683 Construct FD_SET
>>> 2011-01-08 16:03:16.683 Waiting on select..
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e0b9a8:50): write -> 50
>>> 73      BACKEND_MESSAGE[]:[]SYSTEM_EVENT LIVETV_STARTED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.683 Got data on select
>>> 2011-01-08 16:03:16.683 Processing ready reads
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e0b9a8:50):
>>> writeBlock(0x156661792, 81)
>>> 2011-01-08 16:03:16.683 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.683 Reacquired ready read lock
>>> 2011-01-08 16:03:16.683 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.683 Construct FD_SET
>>> 2011-01-08 16:03:16.683 Waiting on select..
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e099c0:52): write -> 52
>>> 73      BACKEND_MESSAGE[]:[]SYSTEM_EVENT LIVETV_STARTED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.683 Got data on select
>>> 2011-01-08 16:03:16.683 MythSocket(ffffffffb3e099c0:52):
>>> writeBlock(0x160975584, 81)
>>> 2011-01-08 16:03:16.683 Processing ready reads
>>> 2011-01-08 16:03:16.684 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.684 Reacquired ready read lock
>>> 2011-01-08 16:03:16.684 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.684 Construct FD_SET
>>> 2011-01-08 16:03:16.684 Waiting on select..
>>> 2011-01-08 16:03:16.814 Got data on select
>>> 2011-01-08 16:03:16.814 Processing ready reads
>>> 2011-01-08 16:03:16.814 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.814 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.814 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.815 MythSocketThread: Total read time: 0ms, on
>>> sockets {48,0ms}
>>> 2011-01-08 16:03:16.815 MythSocket(9568098:48): readBlock(0x159859144, 8) called
>>> 2011-01-08 16:03:16.815 Reacquired ready read lock
>>> 2011-01-08 16:03:16.815 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.815 MythSocket(9568098:48): readBlock(0x160849392,
>>> 22) called
>>> 2011-01-08 16:03:16.815 Construct FD_SET
>>> 2011-01-08 16:03:16.815 MythSocket(9568098:48): read  <- 48 22
>>> GET_FREE_RECORDER_LIST
>>> 2011-01-08 16:03:16.815 Waiting on select..
>>> 2011-01-08 16:03:16.815 Got data on select
>>> 2011-01-08 16:03:16.815 Processing ready reads
>>> 2011-01-08 16:03:16.815 MythSocket(94a6640:42): UpRef: 2
>>> 2011-01-08 16:03:16.815 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.815 MythSocket(94a6640:42): write -> 42 40
>>> QUERY_REMOTEENCODER 11[]:[]IS_BUSY[]:[]5
>>> 2011-01-08 16:03:16.815 Reacquired ready read lock
>>> 2011-01-08 16:03:16.815 MythSocket(94a6640:42): writeBlock(0x159127760, 48)
>>> 2011-01-08 16:03:16.815 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.815 Construct FD_SET
>>> 2011-01-08 16:03:16.815 Waiting on select..
>>> 2011-01-08 16:03:16.817 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237352136, 8) called
>>> 2011-01-08 16:03:16.817 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237421504, 43) called
>>> 2011-01-08 16:03:16.817 MythSocket(94a6640:42): read  <- 42 43
>>> 0[]:[]<EMPTY>[]:[]0[]:[]0[]:[]0[]:[]0[]:[]0
>>> 2011-01-08 16:03:16.817 MythSocket(94a6640:42): DownRef: 1
>>> 2011-01-08 16:03:16.817 Got data on select
>>> 2011-01-08 16:03:16.817 MythSocket(9568098:48): write -> 48 50
>>> 1[]:[]2[]:[]3[]:[]5[]:[]6[]:[]7[]:[]8[]:[]9[]:[]11
>>> 2011-01-08 16:03:16.817 Processing ready reads
>>> 2011-01-08 16:03:16.817 MythSocket(9568098:48):
>>> writeBlock(0x18446744072237353776, 58)
>>> 2011-01-08 16:03:16.817 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.817 Reacquired ready read lock
>>> 2011-01-08 16:03:16.817 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.818 Construct FD_SET
>>> 2011-01-08 16:03:16.818 Waiting on select..
>>> 2011-01-08 16:03:16.818 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.818 Got data on select
>>> 2011-01-08 16:03:16.818 Processing ready reads
>>> 2011-01-08 16:03:16.818 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.818 Reacquired ready read lock
>>> 2011-01-08 16:03:16.818 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.818 Construct FD_SET
>>> 2011-01-08 16:03:16.818 Waiting on select..
>>> 2011-01-08 16:03:16.819 Got data on select
>>> 2011-01-08 16:03:16.819 Processing ready reads
>>> 2011-01-08 16:03:16.819 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.819 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.820 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.820 MythSocketThread: Total read time: 1ms, on
>>> sockets {48,1ms}
>>> 2011-01-08 16:03:16.820 MythSocket(9568098:48):
>>> readBlock(0x18446744072237419040, 8) called
>>> 2011-01-08 16:03:16.820 Reacquired ready read lock
>>> 2011-01-08 16:03:16.820 MythSocket(9568098:48):
>>> readBlock(0x18446744072237421504, 44) called
>>> 2011-01-08 16:03:16.820 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.820 MythSocket(9568098:48): read  <- 48 44
>>> QUERY_RECORDER 11[]:[]GET_FREE_INPUTS[]:[]11
>>> 2011-01-08 16:03:16.820 Construct FD_SET
>>> 2011-01-08 16:03:16.820 Waiting on select..
>>> 2011-01-08 16:03:16.820 Got data on select
>>> 2011-01-08 16:03:16.820 MythSocket(94a6640:42): UpRef: 2
>>> 2011-01-08 16:03:16.820 Processing ready reads
>>> 2011-01-08 16:03:16.820 MythSocket(94a6640:42): write -> 42 49
>>> QUERY_REMOTEENCODER 11[]:[]GET_FREE_INPUTS[]:[]11
>>> 2011-01-08 16:03:16.820 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.820 MythSocket(94a6640:42):
>>> writeBlock(0x18446744072237353832, 57)
>>> 2011-01-08 16:03:16.820 Reacquired ready read lock
>>> 2011-01-08 16:03:16.820 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.820 Construct FD_SET
>>> 2011-01-08 16:03:16.820 Waiting on select..
>>> 2011-01-08 16:03:16.825 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237352136, 8) called
>>> 2011-01-08 16:03:16.825 MythSocket(94a6640:42):
>>> readBlock(0x18446744072237421720, 33) called
>>> 2011-01-08 16:03:16.825 MythSocket(94a6640:42): read  <- 42 33
>>> MPEG2TS[]:[]4[]:[]11[]:[]11[]:[]0
>>> 2011-01-08 16:03:16.825 MythSocket(94a6640:42): DownRef: 1
>>> 2011-01-08 16:03:16.825 Got data on select
>>> 2011-01-08 16:03:16.825 Processing ready reads
>>> 2011-01-08 16:03:16.825 MythSocket(9568098:48): write -> 48 33
>>> MPEG2TS[]:[]4[]:[]11[]:[]11[]:[]0
>>> 2011-01-08 16:03:16.825 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.825 MythSocket(9568098:48):
>>> writeBlock(0x18446744072237421576, 41)
>>> 2011-01-08 16:03:16.825 Reacquired ready read lock
>>> 2011-01-08 16:03:16.825 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.826 Construct FD_SET
>>> 2011-01-08 16:03:16.826 Waiting on select..
>>> 2011-01-08 16:03:16.826 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.826 Got data on select
>>> 2011-01-08 16:03:16.826 Processing ready reads
>>> 2011-01-08 16:03:16.826 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.826 Reacquired ready read lock
>>> 2011-01-08 16:03:16.826 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.826 Construct FD_SET
>>> 2011-01-08 16:03:16.826 Waiting on select..
>>> 2011-01-08 16:03:16.859 Got data on select
>>> 2011-01-08 16:03:16.859 Processing ready reads
>>> 2011-01-08 16:03:16.859 MythSocketThread(sock 0x9568098:48): socket is readable
>>> 2011-01-08 16:03:16.859 MythSocketThread(sock 0x9568098:48): calling
>>> m_cb->readyRead()
>>> 2011-01-08 16:03:16.859 MythSocket(9568098:48): UpRef: 2
>>> 2011-01-08 16:03:16.859 MythSocketThread: Total read time: 0ms, on
>>> sockets {48,0ms}
>>> 2011-01-08 16:03:16.859 MythSocket(9568098:48):
>>> readBlock(0x18446744072432435920, 8) called
>>> 2011-01-08 16:03:16.860 Reacquired ready read lock
>>> 2011-01-08 16:03:16.860 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.860 MythSocket(9568098:48):
>>> readBlock(0x18446744072432435488, 53) called
>>> 2011-01-08 16:03:16.860 Construct FD_SET
>>> 2011-01-08 16:03:16.860 Waiting on select..
>>> 2011-01-08 16:03:16.860 MythSocket(9568098:48): read  <- 48 53
>>> MESSAGE[]:[]SYSTEM_EVENT PLAY_STOPPED SENDER mythmini
>>> 2011-01-08 16:03:16.860 Got data on select
>>> 2011-01-08 16:03:16.860 MythEvent: SYSTEM_EVENT PLAY_STOPPED SENDER mythmini
>>> 2011-01-08 16:03:16.860 Processing ready reads
>>> 2011-01-08 16:03:16.860 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.860 Reacquired ready read lock
>>> 2011-01-08 16:03:16.860 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.860 Construct FD_SET
>>> 2011-01-08 16:03:16.860 Waiting on select..
>>> 2011-01-08 16:03:16.860 MythSocket(9568098:48): write -> 48 2       OK
>>> 2011-01-08 16:03:16.860 MythSocket(9568098:48):
>>> writeBlock(0x18446744072432435488, 10)
>>> 2011-01-08 16:03:16.861 MythSocket(9568098:48): DownRef: 1
>>> 2011-01-08 16:03:16.861 Got data on select
>>> 2011-01-08 16:03:16.861 Processing ready reads
>>> 2011-01-08 16:03:16.861 MSqlQuery::exec(DBManager1) SELECT data FROM
>>> settings WHERE value = 'eventcmdplaystopped' AND hostname =
>>> 'mythbackend' <<<< Returns 0 row(s)
>>> 2011-01-08 16:03:16.861 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.861 Reacquired ready read lock
>>> 2011-01-08 16:03:16.861 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.861 Construct FD_SET
>>> 2011-01-08 16:03:16.861 Waiting on select..
>>> 2011-01-08 16:03:16.861 MSqlQuery::exec(DBManager1) SELECT data FROM
>>> settings WHERE value = 'eventcmdplaystopped' AND hostname IS NULL <<<<
>>> Returns 0 row(s)
>>> 2011-01-08 16:03:16.861 Got data on select
>>> 2011-01-08 16:03:16.861 MythSocket(ffffffffb3e0bd38:49): write -> 49
>>> 71      BACKEND_MESSAGE[]:[]SYSTEM_EVENT PLAY_STOPPED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.861 Processing ready reads
>>> 2011-01-08 16:03:16.861 MythSocket(ffffffffb3e0bd38:49):
>>> writeBlock(0x158522488, 79)
>>> 2011-01-08 16:03:16.862 MythSocketThread: Total read time: 1ms, on sockets
>>> 2011-01-08 16:03:16.862 Reacquired ready read lock
>>> 2011-01-08 16:03:16.862 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.862 Construct FD_SET
>>> 2011-01-08 16:03:16.862 Waiting on select..
>>> 2011-01-08 16:03:16.862 MythSocket(ffffffffb3e0b9a8:50): write -> 50
>>> 71      BACKEND_MESSAGE[]:[]SYSTEM_EVENT PLAY_STOPPED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.862 Got data on select
>>> 2011-01-08 16:03:16.862 MythSocket(ffffffffb3e0b9a8:50):
>>> writeBlock(0x18446744072432666488, 79)
>>> 2011-01-08 16:03:16.862 Processing ready reads
>>> 2011-01-08 16:03:16.862 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.862 MythSocket(ffffffffb3e099c0:52): write -> 52
>>> 71      BACKEND_MESSAGE[]:[]SYSTEM_EVENT PLAY_STOPPED SENDER
>>> mythmini[]:[]empty
>>> 2011-01-08 16:03:16.862 Reacquired ready read lock
>>> 2011-01-08 16:03:16.862 MythSocket(ffffffffb3e099c0:52):
>>> writeBlock(0x161581304, 79)
>>> 2011-01-08 16:03:16.862 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.862 Construct FD_SET
>>> 2011-01-08 16:03:16.862 Waiting on select..
>>> 2011-01-08 16:03:16.862 Got data on select
>>> 2011-01-08 16:03:16.862 Processing ready reads
>>> 2011-01-08 16:03:16.862 MythSocketThread: Total read time: 0ms, on sockets
>>> 2011-01-08 16:03:16.862 Reacquired ready read lock
>>> 2011-01-08 16:03:16.862 ProcessAddRemoveQueues
>>> 2011-01-08 16:03:16.863 Construct FD_SET
>>> 2011-01-08 16:03:16.863 Waiting on select..
>>
>> Interesting note, if I watch LiveTV from the frontend on the slave
>> backend with this tuner, I'm able to watch LiveTV. So I tried it on
>> two of my other frontends and neither of them are able to watch LiveTV
>> from the tuner on this slave backend.
>
> Asking again, a new wrinkle. Anything currently recording on the slave
> backend is unable to be watched on a remote frontend, though once the
> recording is done it seems to work.
>
> Anyone have any idea what is going on?

oops, meant to add this output from the frontend trying to play,
2011-02-22 22:48:09.464 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://192.168.1.151:6543/4612_20110222192900.mpg' file not found
2011-02-22 22:48:09.542 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://127.0.0.1:6543/4603_20110222185900.mpg' file not found
2011-02-22 22:48:09.656 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://192.168.1.151:6543/4612_20110222192900.mpg' file not found
2011-02-22 22:48:09.704 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://127.0.0.1:6543/4603_20110222185900.mpg' file not found
2011-02-22 22:48:16.585 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://192.168.1.151:6543/4612_20110222192900.mpg' file not found
2011-02-22 22:48:16.679 PlaybackBoxHelper Error: CHECK_AVAILABILITY
'myth://127.0.0.1:6543/4603_20110222185900.mpg' file not found
-- 
Steve
http://www.mythtv.org/wiki/User:Steveadeff
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette -
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette


More information about the mythtv-users mailing list