<br><div class="gmail_quote">On Fri, Nov 6, 2009 at 9:42 AM, Douglas Pearless <span dir="ltr">&lt;<a href="mailto:Douglas.Pearless@pearless.co.nz">Douglas.Pearless@pearless.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>Hi,</p>
  <p>I have decided to try my HDHomeRun on DVB-C (telstraclear).</p>
  <p>I have configure it and I can watch channel 68 &quot;Choose&quot; by manually tuning it using HDHomerun config program and piping the stream to VLC as it is unencrypted.</p>
  <p>I added it to mythtv and note that I have the very latest build from the avenard repo (0.22) and mythbackend segfaults.</p>
  <p>running the backend with -v all to capture the debug messages I get:</p>
  <p> 2009-11-06 11:14:46.034 HDHRSH(172.22.0.124-0): Successfully connected to device<br>2009-11-06 11:14:46.034 HDHRSH: Creating new stream handler 172.22.0.124-0 for 172.22.0.124-0<br>2009-11-06 11:14:46.035 MSqlQuery::exec() &quot;SELECT cardinputid,        inputname,   startchan,        tunechan,    externalcommand,        sourceid FROM cardinput WHERE cardid = &#39;7&#39;&quot;<br>
2009-11-06 11:14:46.035 MSqlQuery::exec() &quot;SELECT channum, callsign, channel.chanid,        atsc_major_chan, atsc_minor_chan,        name, icon, mplexid, visible FROM channel WHERE sourceid=&#39;4&#39; &quot;<br>2009-11-06 11:14:46.035 ChannelBase(7): Input #7: &#39;MPEG2TS&#39; schan(68) sourceid(4) ccid(7)<br>
2009-11-06 11:14:46.035 ChannelBase(7): Current Input #7: &#39;MPEG2TS&#39;<br>2009-11-06 11:14:46.036 MSqlQuery::exec() &quot;SELECT inputgroupid FROM inputgroup WHERE cardinputid = &#39;7&#39; ORDER BY inputgroupid, cardinputid, inputgroupname&quot;<br>
2009-11-06 11:14:46.036 HDHRChan(172.22.0.124-0): SetChannelByString(68)<br>2009-11-06 11:14:46.036 HDHRChan(172.22.0.124-0): Opening HDHR channel<br>2009-11-06 11:14:46.036 MSqlQuery::exec() &quot;SELECT channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum      = &#39;68&#39;           AND       channel.sourceid     = cardinput.sourceid AND       cardinput.inputname  = &#39;MPEG2TS&#39;             AND       cardinput.cardid     = capturecard.cardid AND       capturecard.cardid   = &#39;7&#39;            AND       capturecard.hostname = &#39;mythtv&#39;&quot;<br>
2009-11-06 11:14:46.037 MSqlQuery::exec() &quot;SELECT inputgroupid FROM inputgroup WHERE cardinputid = &#39;7&#39; ORDER BY inputgroupid, cardinputid, inputgroupname&quot;<br>2009-11-06 11:14:46.038 MSqlQuery::exec() &quot;SELECT finetune, freqid, tvformat, freqtable,        commmethod, mplexid,        atsc_major_chan, atsc_minor_chan, serviceid FROM channel, videosource WHERE videosource.sourceid = channel.sourceid AND       channum              = &#39;68&#39;         AND       channel.sourceid     = &#39;4&#39;&quot;<br>
2009-11-06 11:14:46.038 HDHRChan(172.22.0.124-0): Tuning to :114643968<br>2009-11-06 11:14:46.038 HDHRSH(172.22.0.124-0): Tuning channel :114643968 (was none)<br>Segmentation fault<br></p>
  <p>I note that channel 68 is 610000000 Hz, and program 401.</p>
  <p>Has anyone got this working or am I on the bleeding edge?</p></blockquote><div>I had a similar experience a couple of weekends ago (HDHomerun doing DVB-T) and ended up having to go back to a rev of .22 that was working for me. Of course I had removed the packages and updated to the latest from the repo only to find this issue. It had been long enough the rev I was using was no longer around so I was forced to download the specific rev (21866) of the src and compile it myself.<br>
<br>Looks like it is happening in the same spot, here a snip of my log:<br><br>2009-10-25 16:56:26.807 MSqlQuery::exec() &quot;SELECT channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum      = &#39;10&#39;           AND       channel.sourceid     = cardinput.sourceid AND       cardinput.inputname  = &#39;MPEG2TS&#39;             AND       cardinput.cardid     = capturecard.cardid AND       capturecard.cardid   = &#39;7&#39;            AND       capturecard.hostname = &#39;mythtv&#39;&quot;<br>
2009-10-25 16:56:26.819 MSqlQuery::exec() &quot;SELECT inputgroupid FROM inputgroup WHERE cardinputid = &#39;3&#39; ORDER BY inputgroupid, cardinputid, inputgroupname&quot;<br>2009-10-25 16:56:26.832 MSqlQuery::exec() &quot;SELECT finetune, freqid, tvformat, freqtable,        commmethod, mplexid,        atsc_major_chan, atsc_minor_chan, serviceid FROM channel, videosource WHERE videosource.sourceid = channel.sourceid AND       channum              = &#39;10&#39;         AND       channel.sourceid     = &#39;1&#39;&quot;<br>
2009-10-25 16:56:26.844 MSqlQuery::exec() &quot;SELECT transportid, networkid, frequency, modulation, sistandard FROM dtv_multiplex WHERE mplexid = &#39;6&#39;&quot;<br>2009-10-25 16:56:26.855 HDHRChan(12104329-1): Tuning to :778000000<br>
2009-10-25 16:56:26.867 HDHRSH(12104329-1): Tuning channel :778000000 (was none)<br><br>Not had a chance to revisit this problem yet (in AU on work at the mo) so don&#39;t have a lot of advice for you except to say to are not alone :-)<br>
<br>Mark<br></div></div>