Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-10 Thread Rob Davis
On 06/10/2011 07:12 PM, Rob Davis wrote: AFAIKT the problem is streamdev-client only. So HTTP streaming with e.g. VLC is not affected. I need to put something else somewhere else: Ooops, my fault. I forgot to take a bracket out. Patch works.. ___

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-10 Thread Rob Davis
On 06/10/2011 02:26 AM, Frank Schmirler wrote: On Wed, 8 Jun 2011 20:43:38 +0200, Martin Dauskardt wrote When leaving OpenDvr, the bool is set to true. It will only become false again during runtime, if vdr calls the pvrinput- function SetChannelDevice() and determines the needed settings. And

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-10 Thread Frank Schmirler
On Wed, 8 Jun 2011 20:43:38 +0200, Martin Dauskardt wrote > When leaving OpenDvr, the bool is set to true. > It will only become false again during runtime, if vdr calls the > pvrinput- function SetChannelDevice() and determines the needed settings. > > And this is your problem. There are no deb

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-09 Thread Rob Davis
On 06/09/2011 05:23 PM, Rob Davis wrote: On 09/06/11 01:53, Rainer Blickle wrote: <<>>cDevice *device = 0; With this there is some improvement, however, its calling the old channel again, so if I change from channel 4 to ch

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-09 Thread Rob Davis
On 09/06/11 01:53, Rainer Blickle wrote: <<>>cDevice *device = 0; With this there is some improvement, however, its calling the old channel again, so if I change from channel 4 to channel 6 then external channel is called,

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-09 Thread Rob Davis
Ok, will try this out tonight when I get home. For info. PVRInput should treat every channel as a seperate transponder (imho). I think you hit the nail on the head though, it's not detaching the first stream before starting the second, which is why changing channel on the remote frontend from sa

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Rainer Blickle
Hi Rob, for your (and only for your) problem there could be an easier solution: When doing a channel switch streamdev queries for a new device while the current device is still active (means receivers are attached to the device). If no device could be found, streamdev detaches itself and queries

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Rainer Blickle
Hi Rob, > Can we put a check in streamdev to check if it's a pvrinput device and > recall even if the frequency is the same? > if i got it right the pvr devices hasn't to be retuned when switching the channel, but the externchannelswitch-script has to be executed. IMO it isn't a good idea to che

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 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 freque

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)

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

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 c

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

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 does

[vdr] Streamdev to Streamdev with PVRInput card

2011-06-07 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