Re: [vdr] Patch suggestion: Force CAM reset before upcoming recording
On Wed, Feb 29, 2012 at 12:18:00PM +0100, Klaus Schmidinger wrote: > On 29.02.2012 12:13, Heikki Manninen wrote: > >I have a number of different Conax CAM modules from different manufacturers > >and all of them disappear from VDR after a couple of days running. Hitting > >CAM reset on the CI menu will bring it back "online". Naturally all Conax > >channel recordings will fail silently as a result of this until the CAM has > >been brought back up. Switching to an encrypted channel just gives the > >standard "channel not available" message. > > > >This happens (for me) with Satelco DVB-C card with Satelco CI. From what I > >understand, this seems to be a common problem though I'm not sure whether it > >is limited to Satelco devices only. > > > >Would it be possible to force CAM reset on all CI slots when VDR is trying > >to start recording non-FTA channel? > > Wouldn't it be better to fix the actual problem and prevent > the CAM from "disappearing"? Hola, For me this seems to be driver issue, not VDRs fault. CI poll ioctl write seems to fail sometimes with my KNC One (saa7146) budget cards . Following patch seems to help in my case: --- dvbci.c 2007-01-04 14:49:10.0 +0200 +++ ../vdr-1.7.21/dvbci.c 2011-10-12 10:49:45.689684447 +0300 @@ -62,8 +62,10 @@ void cDvbCiAdapter::Write(const uint8_t *Buffer, int Length) { if (Buffer && Length > 0) { - if (safe_write(fd, Buffer, Length) != Length) +if (safe_write(fd, Buffer, Length) != Length) { esyslog("ERROR: can't write to CI adapter on device %d: %m", device->De viceNumber()); + Reset(device->DeviceNumber()); +} } } -- Kende ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] vdr-1.7.29 + h264 MBAFF
Klaus Schmidinger [klaus.schmidin...@tvdr.de] kirjoitti: >Here's the right one. All HD channels I've subscribed work with this patch here in finnish Elisa cable (C More, Eurosport, Yle, MTV3, Nelonen). -- Kende ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR test series about frame detector
On 01/14/2014 10:34 PM, Eike wrote: I need reports which number your stream resulted in (the "Maximum TS package frame size") and what you've tested (Cable? Satellite? Terrestrical? HD, SD? Your country?). The result is interesting even if it is 5 or 6. Thanks in advance, Eike Hallo, I checked several files recorded from Finnish Elisa cable, both SD and HD. All had maximum value 5. -- Kende ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] CAM questions
On 05/07/2014 01:37 PM, Michal Novotny wrote: Are CI somehow paired with a specific card or tuner? Let's say I have DVB-S with CI (Hauppauge WinTV-NOVA-CI PCI) and DVB-C card without CI (TerraTec Cinergy T PCIe dual). Would it work so that the encrypted stream from DVB-C is decrypted by Conax CAM in CI that is attached to DVB-S card? Pairing is between the CAM and the smartcard, it's not paired to the tuner or TV so you can place your CAM to any device and it still decrypts. I've never tried to use DVB-S card for decrypting DVB-C stream but I don't see why it wouldn't work. How many channels can be typically decrypted at the same time? Is it limited by the maximum number of pids or by the bandwidth that the CAM is able to decrypt? VDR asks from the CAM how many streams it can decrypt so it depends on the CAM. My goal is to be able to watch one channel and record at least other 2 channels. So I'd like to buy TBS6680 dual tuner with dual CI (but I would use just one CAM and the second CI slot would stay unused). I would use this card together with the TerraTec Cinergy T. So there would be 3 DVB-C tuners and one CAM. Would this combination work as I wish? It should. I have two TDA10023 single tuner DVB-C PCI cards and one TBS6285 quad tuner DVB-C PCIe card with CI attached to one of the TDA10023 cards. Decryption works on any card but only one channel at the time with my Conax CAM. Please note that at least TBS6285 is still early development and it's not that reliable or error free. I have constant bit errors on one of the four tuners and occasional freezes that require kernel module reloading. -- Kende ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr