Pogoplug + TVheadend + Raspberry Pi (Solved)
Added by stu CONNERS over 10 years ago
I`ve got a pogoplug, with the latest latest linux kernel, TVheadend 3.9.649 and an Nline. I`ve added my nline details to the code word client. The line goes green when connected. Im using a HD-Star dvb-s2 and is showing under DVB input. I have a dish pointed at 28.2e, and trying to watch live tv via xbmc on the raspberry pi. I`ve got the MPEG licence installed correctly. When I try to switch to a channel I receive the following error:
subscription: "192.168.1.88 [ XBMC Media Center ]" subscribing on "Disney XD", weight: 150, adapter: "Montage Technology DS3000 : DVB-S #0", network: "ASTRA", mux: "11914H", provider: "BSkyB", service: "Disney XD"
2014-05-14 18:28:04.116 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Continuity counter error
2014-05-14 18:28:04.133 TS: 11914H/Disney XD: MPEG2AUDIO @ #2323: Continuity counter error
2014-05-14 18:28:04.146 TS: 11914H/Disney XD: MPEG2AUDIO @ #2322: Continuity counter error
2014-05-14 18:28:04.339 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Corrupted PES header
2014-05-14 18:28:05.006 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Continuity counter error, 864 duplicate log lines suppressed
2014-05-14 18:28:05.017 TS: 11914H/Disney XD: MPEG2AUDIO @ #2323: Continuity counter error, 18 duplicate log lines suppressed
2014-05-14 18:28:05.020 TS: 11914H/Disney XD: MPEG2AUDIO @ #2322: Continuity counter error, 30 duplicate log lines suppressed
2014-05-14 18:28:05.180 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Corrupted PES header, 4 duplicate log lines suppressed
2014-05-14 18:28:05.390 TS: 11914H/Disney XD: CA @ #1285: Continuity counter error
2014-05-14 18:28:06.006 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Continuity counter error, 1944 duplicate log lines suppressed
2014-05-14 18:28:06.009 TS: 11914H/Disney XD: MPEG2AUDIO @ #2323: Continuity counter error, 36 duplicate log lines suppressed
2014-05-14 18:28:06.031 TS: 11914H/Disney XD: MPEG2AUDIO @ #2322: Continuity counter error, 59 duplicate log lines suppressed
2014-05-14 18:28:06.395 TS: 11914H/Disney XD: MPEG2VIDEO @ #2321: Corrupted PES header, 8 duplicate log lines suppressed
2014-05-14 18:28:06.674 TS: 11914H/Disney XD: CA @ #1285: Continuity counter error, 2 duplicate log lines suppressed
2014-05-14 18:28:06.988 subscription: "192.168.1.88 [ XBMC Media Center ]" unsubscribing from "Disney XD"
Can anyone please help me out. I`ve plugged the HD Star box directly into the raspberry pi running openelec and with some fiddling, it does work. TV Guide, channel changes, Nline in Code word client, and seems stable. When using the pogoplug nothing seems to work at all. Running everything on the raspberry pi causes way to much lag, so this is my next option. Any help would be great.
Replies (6)
RE: Pogoplug + TVheadend + Raspberry Pi - Added by stu CONNERS over 10 years ago
Bump. has anyone managed to descramble on a Pogoplug? I`ve tried all fixes for this problem but, I still cant descramble. I know the dish id lined up perfect, The nline works, and I know my etup is working, As Freesat HD works fine.
RE: Pogoplug + TVheadend + Raspberry Pi - Added by Gary Brown over 10 years ago
ok lets get some more info for us to help.
where is the nline coming from?
where is your tvheadend installed? on the pogoplug or raspberry pi?
RE: Pogoplug + TVheadend + Raspberry Pi - Added by stu CONNERS over 10 years ago
Tvheadend is installed on the Pogoplug V2. Ive tried the 3.4 stable, and the latest git. Both give the same error in the debug log. The nline points towards oscam which connects fine. I tried tvheadend on a raspberry pi with openelec and tvheadend installed. Inserted the same details in the CWC client, and it works fine. So i know my nline/oscam/card are working fine together.
Like i said, I can watch freesat HD fine on the pogoplug. Watched football fine for 3 hours without a single glitch. So Im taking it that my dish is fine. Ive tried using a powered hub so see if that makes any difference, But got the same errors. Ive tried a fresh install of archlinux, But again same errors.
EDIT: Bit more informtion. The CWC is connecting correctly, As looking at the debug window, I can see tvheadend requesting the key, and it being retuned fine.
uname -r returns 3.15.1-1-ARCH
RE: Pogoplug + TVheadend + Raspberry Pi - Added by Gary Brown over 10 years ago
So far this is only a guess but I think thay your version of tvheadend doesn't have the dvbcsa part enabled. try compiling the program again but when doing the config before make add --enable-dvbcsa to the list of commands.
RE: Pogoplug + TVheadend + Raspberry Pi - Added by stu CONNERS over 10 years ago
your right it isnt enabled when building. Now need to find out how to compile my own version. Cant add --enable-dvbcsa, I receive the following error:
checking for cc dvbcsa/dvbcsa.h ... fail
ERROR: Failed to find dvbcsa support (use --disable-dvbcsa)
I`ve looked on github and cant seem to find a single reference to dvbcsa. Is there something extra or part of the source-code?
RE: Pogoplug + TVheadend + Raspberry Pi - Added by stu CONNERS over 10 years ago
Solved. Finally fixed the problem, Everything is working fine now. Needed to install dvbcsa separately then enable --enable-dvbcsa in PKGBUILD. This is based on Arch Linux on the Pogoplug V2.