Re: [vdr] remote control and nexus-s CI module

2007-10-29 Thread aironet
On Mon, 29 Oct 2007, Ales Jurik wrote:

> Unconnect jumper on CI module - by shorted jumper the IR sensor is at front of
> CI module.

Thanks for your reply. Unfortunately I can see only one jumper on my CI, 
which is marked: 3V/5V. I suppose it is the CAM's voltage, it is set to 
5V.
But I can see a jack input which should be the IR input. I will try to 
connect my IR receiver there, but I need an adapter, because this jack is 
a larger one that is on the nexus-s back panel.

Istvan

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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


Re: [vdr] remote control and nexus-s CI module

2007-10-29 Thread Ales Jurik
Unconnect jumper on CI module - by shorted jumper the IR sensor is at front of 
CI module.

Hi,
Ales

On Monday 29 of October 2007, [EMAIL PROTECTED] wrote:
> Hello,
>
> My issue is not strictly VDR related, but I'm using my DVB card
> exclusively with VDR for about 2 years.
> I have a nexus-s FF card with Hauppauge grey remote, and it's working ok.
> Recently I added a CI module to my sistem (with a Cryptoworks module). If
> the CI is connected with the flat cable to the FF daughterboard the remote
> stops working, although it is detected when i'm loading the dvb driver
> (dvb_ttpci) as av_7110_ir controller, and I have /dev/input/event3 but the
> rc is no more detected by the remote plugin.
> Any hint?
>
> Thanks,
> Istvan
>
> BTW: Klaus, thanks for the subtitle support!

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


[vdr] remote control and nexus-s CI module

2007-10-29 Thread aironet
Hello,

My issue is not strictly VDR related, but I'm using my DVB card 
exclusively with VDR for about 2 years.
I have a nexus-s FF card with Hauppauge grey remote, and it's working ok.
Recently I added a CI module to my sistem (with a Cryptoworks module). If 
the CI is connected with the flat cable to the FF daughterboard the remote 
stops working, although it is detected when i'm loading the dvb driver 
(dvb_ttpci) as av_7110_ir controller, and I have /dev/input/event3 but the 
rc is no more detected by the remote plugin.
Any hint?

Thanks,
Istvan

BTW: Klaus, thanks for the subtitle support!


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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


Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3

2007-10-29 Thread Antti Seppälä
Segers,Jan J.K.T. wrote:
> thanks! i just re-read the instructions on your website but i still
> dont get how to use the EXT format... whats the content of the
> iptvstream.sh? something like "vlc -vvv
> mms://livemedia.omroep.nl/vprohollanddoc-bb" ?
> 

Our README says that "The external script is responsible for supplying
IPTV plugin with MPEG2 TS data in UDP/RTP format to the listening port."

So the external script must use VLC to:

1) Receive the stream

2) Transcode it to format understood by vdr (for example mpeg2 ts)

3) Feed the data to the port which iptv plugin is listening

To achieve these tasks you could use for example this script:


#!/bin/sh

exec vlc "mms://livemedia.omroep.nl/vprohollanddoc-bb" --sout
"#transcode{vcodec=mp2v,acodec=mpga,vb=2400,ab=320}:standard{access=udp,mux=ts{pid-video=1,pid-audio=2,pid-spu=3},dst=127.0.0.1:4321}"
--intf dummy


Store it to iptv plugin configuration directory with name vlcstream.sh
and give it execute permissions.

Here's the corresponding channels.conf entry:
VLC-channel;IPTV:1:IPTV|EXT|vlcstream.sh|1:P:0:1:2:0:0:1:0:0:0

Hope this helps. =)
If you need further assistance, please contact me privately.

-- 
Antti Seppälä

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


[vdr] SVDRP cmd to change DVB device?

2007-10-29 Thread Simon Baxter
>> Can you switch MPEG decoders on the fly, perhaps through a macro/user 
>> key?
>>
>> I have one box which I share between two LCD screens.  One attached to 
>> the
>> VGA (using vdr-xine output) and the other attached to the composite 
>> output
>> of my TT-2300 dvb-c card.
>>
>> Can I switch outputs without reconfiguring/restarting VDR?
>
> Change the primary device in VDR's DVB setup menu. Don't know if it is
> possible via a macro. Maybe there exists an SVDRP command.


Any ideas on easy ways to do this? 



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