[mythtv-users] Commercial Flagging (UK, DVB-T)

phipps-hutton at sky.com phipps-hutton at sky.com
Tue Mar 5 10:20:38 UTC 2013


Quoting Roger Siddons <dizygotheca at ntlworld.com>:


> Hope you don't mind that I've added my 'improved' version to your Wiki page.
> It's tunable and does a reasonable job of animations for me.

Great stuff Roger though I think it's your Wiki page now ;-)

I get a segfualt at the end that is fixed with this patch:

--- /bfd/snapshots/hourly.0/mythtv/bin/silence.cpp      2013-03-04  
19:26:57.000000000 +0000
+++ silence.cpp 2013-03-05 10:05:32.490654368 +0000
@@ -414,9 +414,10 @@
              currentCluster.restart(thisSilence);
      }
      // log silence
-    report("debug", thisSilence->state_log[thisSilence->state], "Silence",
-           thisSilence->start, thisSilence->end,
-           thisSilence->interval, thisSilence->power);
+    if (thisSilence)
+        report("debug", thisSilence->state_log[thisSilence->state],  
"Silence",
+               thisSilence->start, thisSilence->end,
+               thisSilence->interval, thisSilence->power);
  }

I've not used this very long but is it waiting for the next set of  
silences before recording the last advert break? It just seems to take  
longer to record a break than I was expecting.

Cheers,
Tim.




More information about the mythtv-users mailing list