[vdr] RE: FF card substitute - Budget and PVR 350?

2006-10-20 Thread Martin Dauskardt
Date: Fri, 20 Oct 2006 15:14:57 +1300 From: Richard Scobie [EMAIL PROTECTED] Subject: [vdr] FF card substitute - Budget and PVR 350? I note that Hauppauge no longer list the Nexus DVB-S FF card and was wondering if anyone has succeeded in using the PVR 350, which has a hardware MPEG2

[vdr] need help with TrickSpeed Code

2006-11-19 Thread Martin Dauskardt
The pvr350-Plugin uses the following code: void cPvr350Device::TrickSpeed(int Speed) { printf(Set speed %d\n,Speed); m_RingBuffer-Clear(); SetPlayMode(m_PlayMode); } With this code it makes no matter if the vdr-setup is set to Multispeed mode or not -it always provides

[vdr] [ANNOUNCE] pvr350-Plugin -new development snapshot

2007-06-10 Thread Martin Dauskardt
I just announced it in the vdrportal forum, but it may also be interesting for non-german speaking vdr users. The pvr350-plugin implements an output device for the PVR350 TV out, using the hardware mpeg2 decoder. It was originally written by Dominic Morris, but he stopped development. Based on

[vdr] How To use DeviceStillPicture ?

2008-01-06 Thread Martin Dauskardt
I have seen that plugins use this in a different way. For example in this order: DevicePlay DeviceStillPicture DeviceFreeze So the next action to display a new Stillimage would start with DevicePlay Others call neither Freeze nor Play. The dvd-Plugin calls DeviceClear and

Re: [vdr] Transfer-Mode without remux

2008-02-03 Thread Martin Dauskardt
Hi Klaus, sending TS payload data directly to the device shouldn`t become a generally method. Please be aware that there are other output devices which can`t handle TS data. For example, the decoder of the PVR350 needs a multiplexed Audio/Video PES. Greets, Martin

Re: [vdr] Problem with v1.6.0 and two DBS-S cards

2008-09-16 Thread Martin Dauskardt
From: Stefan-W. Hahn [EMAIL PROTECTED] I'm running two DVB-S cards (Nexus FF and Nova). The update was without any problem. When recording on one program I can view at the same time just the channels of the same bouquet but no other ones (two cards!!). But recording simultaniously on two

[vdr] [ANNOUNCE] pvr350-2008-09-07

2008-10-04 Thread Martin Dauskardt
Today I announced this version in the german vdrportal forum. The last time I announced a new pvr350 plugin-version here in the ML was June 2007. So it is time to write here again to keep the non-german-speaking users informed. The pvr350-plugin implements an output device for the PVR350 TV

[vdr] [ANNOUNCE] pvrinput-2008-10-04

2008-10-04 Thread Martin Dauskardt
The pvrinput plugin uses a Hauppauge PVR card as an input device. All cards supported by the ivtv or pvrusb2 driver should work. (Tested with PVR150, PVR250, PVR350, PVR500, PVRUSB2). Winfried Koehler and I work on this plugin since the original maintainer stopped development in 2006. As far as

Re: [vdr] Which extension for TS files?

2009-01-04 Thread Martin Dauskardt
From: Klaus Schmidinger klaus.schmidin...@cadsoft.de Up to now VDR has used names like 001.vdr for its recording files. While moving to Transport Stream as the recording format, I need to use a different file name extension, and so was wondering which one to use. My first idea was *.ts, for

Re: [vdr] Pvrinput and HVR1300

2009-03-05 Thread Martin Dauskardt
The HVR 1300 is not supported by the pvrinput plugin. Card/driver work in a very different way from ivtv-supported cards, using a second device for the mpeg encoder. It is not sure if pvrinput will ever support this card. ___ vdr mailing list

Re: [vdr] Pvrinput and HVR1300

2009-03-05 Thread Martin Dauskardt
There is basic preparation for a future support in the pvrinput plugin, but it can't work for now. I know that for sure because I am one of the pvrinput developers. The other developer who worked with the HVR1300 wrote a status report in the german vdrportal recently:

Re: [vdr] Pvrinput and HVR1300

2009-03-06 Thread Martin Dauskardt
So does anyone know if the same applies for analogtv plugin also? \\Kartsa Forget the analogtv-plugin. Development stopped years ago. It does not support the current v4l2 mpeg API, so even a PVR150/250/350 would not work. My advise: Sell your HVR 1300 to a Windows user and buy a PVR150 + a

Re: [vdr] Pvrinput and HVR1300

2009-03-09 Thread Martin Dauskardt
My advise: Sell your HVR 1300 to a Windows user and buy a PVR150 + a Linux-supported DVB-T USB-stick. I have actually been thinking of that possibility also. The problem is there are no PVR150 available. At least I have not seen those for a while. Would PVR250 be as good/easy to

Re: [vdr] Pvrinput and HVR1300

2009-03-09 Thread Martin Dauskardt
In Germany the PVR150 ist still available in serveral web shops, while the PVR 250 seems to be out of stock everywhere. Are any of them delivering to other European countries? Or if youo could tell me which sells it I can find out my self. try www.amazon.de They sell PVR 150 for

Re: [vdr] Analog TV plugin

2009-07-08 Thread Martin Dauskardt
Date: Wed, 08 Jul 2009 07:45:05 +0200 From: Thomas Netousek t...@netousek.com Subject: Re: [vdr] Analog TV plugin To: VDR Mailing List vdr@linuxtv.org Message-ID: 4a543261.5070...@netousek.com Content-Type: text/plain; charset=ISO-8859-1 I suggest you use a card with hardware MPEG encoder

Re: [vdr] Analog TV plugin

2009-07-11 Thread Martin Dauskardt
Date: Wed, 08 Jul 2009 14:14:08 +0200 From: Thomas Netousek t...@netousek.com Subject: Re: [vdr] Analog TV plugin Hi Martin, first of all thanks for your work ! I am using the HVR1900 which has a DVB-T and an analog part purely for the capturing from analog. I am using the pvrusb2

Re: [vdr] PVRInput and Streamdev

2009-08-05 Thread Martin Dauskardt
There is a bug in pvrinput which may also effect streamdev. (I know for sure that the bug leads to no picture with vdr 1.7.8) Have a look in reader.c There is at four places a wrong assignment. Instead of ts_buffer[1] = (first ? 0x40 : 0x00) || (kVideoPid 8); it has to be bitwise:

Re: [vdr] femon plugin doesn't work ERROR (femonosd.c, 504): Function not implemented

2009-09-15 Thread Martin Dauskardt
Sep 15 08:37:36 video vdr: [17541] ERROR: cOsd::SetAreas returned 6 Your OSD is running out of memory. The only cure is to shrink your current OSD size. Rolf, you know that this happens with the vdr default OSD size? With my FF DVB-C (2 MB) and vdr 1.7.9 I have the following default

Re: [vdr] PVRinput Ideas..

2010-01-08 Thread Martin Dauskardt
Am Donnerstag, 7. Januar 2010 04:10:21 schrieb Rob Davis: Would it be possible to get the pvrinput plugin to be able to create different channels line which all call the same s-video channel this works: Test1:1:PVRINPUT|SVIDEO1:P:0:301=2:300:305:0:9012:0:0:0

Re: [vdr] Hauppauge PVR HD

2010-01-13 Thread Martin Dauskardt
Date: Tue, 12 Jan 2010 11:00:49 -0600 From: Rob Davis r...@davis-family.info Subject: [vdr] Hauppauge PVR HD Does anyone have any experience with this? Does it work with the pvr-input plugin? there is a linux driver and support for mythtv. But pvrinput does not support it, as it is

Re: [vdr] Timer macros vs. filename in Edit timers

2010-03-08 Thread Martin Dauskardt
I can give you a setup option that switches between the old and the new version - if it really turns out to be necessary. Anything else would probably quickly become rocket science ,-) Klaus As already mentioned by Udo, the current behaviour often generates useless names when using search

Re: [vdr] PVRINPUT plugin and black/cinema bars

2010-04-26 Thread Martin Dauskardt
From: Simon Baxter linu...@nzbaxters.com Subject: [vdr] PVRINPUT plugin and black/cinema bars Hi Everyone My machine has (among others) a PVR-500 dual-channel analog card and I'm running vdr-1.6.0 with pvrinput-2008-07-05. you should upgrade to our new pvrinput version:

Re: [vdr] PVRINPUT plugin and black/cinema bars

2010-04-26 Thread Martin Dauskardt
From: VDR User user@gmail.com Subject: Re: [vdr] PVRINPUT plugin and black/cinema bars I am pretty sure that your TV station broadcasts analogue TV not anamorphic, which means it delivers the black bars to prevent the aspect ?ratio of a 16:9 content. The 'black bars' are called

Re: [vdr] vdr Digest, Vol 63, Issue 32

2010-04-26 Thread Martin Dauskardt
Date: Tue, 27 Apr 2010 07:03:50 +1200 From: Simon Baxter linu...@nzbaxters.com Subject: Re: [vdr] PVRINPUT plugin and black/cinema bars Found the original hack (attached). It will take time to have a look at your code. Just to let you know: The current pvrinput source allows to execute

Re: [vdr] AvetTV a761

2011-02-13 Thread Martin Dauskardt
And yet. If I try use Avertv a761 and PRV 150 with pvrinput plugin, I have vdr crash: It seems that the driver for your a761 registers also an analog video device. pvrinput tries to open it and sends a VIDIOC_QUERYCAP to determine if it's a device it can handle. But the driver don't like

Re: [vdr] AvetTV a761

2011-02-13 Thread Martin Dauskardt
From: ? ?? (Pridvorov Andrey) ua0...@bk.ru It crash also: root@ua0lnjvdr:/var/log# v4l2-ctl -D -d /dev/video0 then it is for sure a serious driver bug. You should report this to linux-me...@vger.kernel.org ___ vdr mailing list

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Martin Dauskardt
I have a PVR500 with the PVRInput plugin running on my Backend. I am using an old Hauppauge FF DVB-s card just as a frontend on another low powered system in order to throw the PVRInput channels to the kitchen. On the backend it's all working, however, switching between channels doesn't

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-09 Thread Martin Dauskardt
streamdev doesn't query for a new device if the current and the next channel has the same transponder. This is checked via the following define: channels.h:#define ISTRANSPONDER(f1, f2) (abs((f1) - (f2)) 4) //XXX All the channels in channel.conf have the same frequency, so

[vdr] [announce]: pvr350-1.7.5

2014-02-28 Thread Martin Dauskardt
There maybe a handful people still using the Hauppauge PVR350 card as output device. Although I have stopped active development, I will adapt the plugin as long as possible for newer vdr versions. I believe that the PVR350 is still a good choice in case you have a SD Tube TV and don't need