Re: Running multiple instances of vdr 1.7.7 with streamdev

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Tue, 19 May 2009 19:45:30 +0100, scott wrote
> It does however switch channel when the second instance of vdr is started
> even though the second instance has no client connected.

VDR insists on tuning a channel when started. So that's how it's supposed to
be. Just keep the second instance running all of the time.

> After it has switched channel I am only able to zap to channels on the
> same transponder until I kill the second instance of vdr.

For some (historical?) reasons VTP uses priority 1 to attach its receiver. The
other client most likely uses priority 0, so it is not allowed to switch
channels. Please change the following line in streamdev's server/connectionVTP.c:

 m_LiveStreamer = new cStreamdevLiveStreamer(1);

into

 m_LiveStreamer = new cStreamdevLiveStreamer(0);


> I notice that this error is reported:
> 
> vdr: [23426] ERROR: device 10 reported an invalid number (0) of supported
> delivery systems - assuming 1
> 
> Is that significant?

No, that's ok. The assumed value 1 is fine. Should be fixed though to get rid
of the message. 

Cheers,
Frank

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux