<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">On 30 November 2012 15:23, John Nissley &lt;<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">jnissley at nissley.org</a>&gt; wrote:
&gt;<i> I just updated to the latest trunk v0.26-pre-1491-g5df1322 today. After the
</i>&gt;<i> update I can not play any new or previous recordings from the HDPVR I have.
</i>
this has been fixed in
<a href="https://github.com/MythTV/mythtv/commit/cf5189fa9be465ddc732879985b002ca7ee0022b">https://github.com/MythTV/mythtv/commit/cf5189fa9be465ddc732879985b002ca7ee0022b</a>

--------------------------------------------------------------------------------

I noticed that fix this morning and can now play H.264 video but when I do my 
master backend segfaults. This happens if I play the recording on a remote frontend 
or the frontend that is part of the master backend.

Here is part of the log
2012-11-30 08:26:33.857237 I  PRW: Calling ReadStringList()
2012-11-30 08:26:33.857475 I  PRW: Calling ReadStringList()
2012-11-30 08:26:33.857746 I  Processing request for sock 100
2012-11-30 08:26:33.860419 I  PRW: command='BACKEND_MESSAGE'
2012-11-30 08:26:40.880678 E  MythSocket(246f5c0:100): ReadStringList: Error, timed out after 7000 ms.
2012-11-30 08:26:40.880902 E  Slave backend: master no longer connected
2012-11-30 08:26:40.881413 E  MythSocket(246f5c0:-1): WriteStringList: Error, called with unconnected socket.
2012-11-30 08:26:40.881429 I  No data in ProcessRequestWork()
2012-11-30 08:26:40.881623 E  MythSocket(246f5c0:-1): Failed to send command.
2012-11-30 08:26:40.881626 I  No data on sock -1
2012-11-30 08:26:40.881638 E  PlaybackSock::SendReceiveStringList(): No response.
2012-11-30 08:26:40.882801 I  Processing request for sock 106
2012-11-30 08:26:40.882907 I  PRW: Calling ReadStringList()
2012-11-30 08:26:40.883070 I  PRW: command='QUERY_RECORDINGS'
2012-11-30 08:26:40.884938 I  Processing request for sock 112
2012-11-30 08:26:40.885016 I  PRW: Calling ReadStringList()
2012-11-30 08:26:40.885144 I  PRW: command='QUERY_RECORDINGS'
2012-11-30 08:26:40.886677 C  Received Segmentation fault: Code 1, PID 1769235828, UID 25965, Value 0x7f5fa801e100
2012-11-30 08:26:40.887083 I  Reschedule requested for PLACE SlaveDisconnected
2012-11-30 08:26:41.144250 I  Processing request for sock 112

My HDPVR is on my slave backend and that backend keeps running fine and just the master 
backend crashes.

I also receive these messages scrolling on my master backend when I play MPEG2 video.

2012-11-30 08:39:51.961039 I  PRW: Calling ReadStringList()
2012-11-30 08:39:51.961520 I  PRW: command='MESSAGE'
2012-11-30 08:39:51.962675 I  Processing request for sock 106
2012-11-30 08:39:51.962752 I  PRW: Calling ReadStringList()
2012-11-30 08:39:51.963208 I  PRW: command='MESSAGE'
2012-11-30 08:39:51.963957 I  Processing request for sock 106
2012-11-30 08:39:51.964031 I  PRW: Calling ReadStringList()

But this scrolling listed above only happens when the MPEG2 stream from an HDHR is
played on a remote frontend but this may be because the actual file is sitting on the
master backend server.
</pre>
  </body>
</html>