Bug #1443
closedDVB-S signal problems cause buffer/clients to drop
100%
Description
Updated TVH to a more recent code build from git master (previously running my own branch), xbmc is now having issues and it seems to be related to signal problems from the satellite dish.
My tuners aren't 100% signal quality so they do occasionally drop quality causing the odd Transport error indicator. Earlier versions of TVH seemed to handle these fine, occasionally I got XBMC stutter but then resume the feed (expected really). But now what happens is you get the stutter, XBMC then freezes completely and in the TVH log I get:
Dec 02 10:34:12 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: Transport error indicator Dec 02 10:34:12 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: MPEG2VIDEO @ #2333: Continuity counter error Dec 02 10:34:12 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: MPEG2AUDIO @ #2334: Continuity counter error Dec 02 10:34:13 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: Transport error indicator, 9 duplicate log lines suppressed Dec 02 10:34:13 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: MPEG2VIDEO @ #2333: Continuity counter error, 1 duplicate log lines suppressed Dec 02 10:34:13 [WARNING]:TS: Montage DS3103/TS2022/ASTRA: 11,307,000 kHz Vertical (Default (Port 0, Universal LNB))/PopGirl: MPEG2AUDIO @ #2334: Continuity counter error, 1 duplicate log lines suppressed Dec 02 10:42:10 [INFO]:htsp: 192.168.55.15 [ xbmc2 | XBMC Media Center ]: Disconnected Dec 02 10:42:10 [INFO]:subscription: "192.168.55.15 [ xbmc2 | XBMC Media Center ]" unsubscribing from "Pop Girl" Dec 02 10:42:10 [INFO]:htsp: @/share/locale/en/LC_MESSAGES/libc.mo: Write error -- Broken pipe Dec 02 10:42:19 [INFO]:htsp: Got connection from 192.168.55.15 Dec 02 10:42:19 [INFO]:htsp: 192.168.55.15: Welcomed client software: XBMC Media Center Dec 02 10:42:19 [INFO]:htsp: 192.168.55.15 [ XBMC Media Center ]: Identified as user xbmc2
The interesting part here is the corrupted htsp line about broken pipe and libc.mo
I've upgraded one of my XBMC clients to Frodo (Openelec build), the other is still on Eden, both exhibit the same problems so I don't believe its a client issue, it started when I pulled my local branch to tvh master so assume its something there. Will slowly revert back to try and determine the PR thats done it.