[vdr] [ANNOUNCE] vdr-rotorng-0.1.0

2011-06-08 Thread Morfsta
Hi, The first version of my plugin rotorng has been released here: - http://projects.vdr-developer.org/projects/plg-rotor-ng This plugin allows you to steer a disecq 1.1 rotor, find satellites with a signal meter and to store them at given positions. It also has a rudimentary channel scanner

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-08 Thread Rob Davis
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 quite

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Rainer Blickle
Hi Rob, I also don't think its a pvrinput problem because: 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

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Rob Davis
Hi Rob, I also don't think its a pvrinput problem because: 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

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread L. Hanisch
Hi, Am 08.06.2011 22:25, schrieb Rainer Blickle: Hi Rob, I also don't think its a pvrinput problem because: 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)