Mailing List archive

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

[vdr] Re: Remote Control Plugin 0.3.3 tcp control



Suur Karu wrote:
> Oliver Endriss wrote:
> > 
> > vdr -P"remote -p tcp:3333"
> >     wait for a telnet connection on tcp port 3333
> >     (use 'telnet vdr 3333' to access this port)
> 
> Hi!
> I'm using vdr-1.3.18 with Airstar2 DVB-T card and can't understand
> how this plugin works.
> After established telnet connection I see message "VDR Remote Plugin - 
> tcp:3333" and no possibility to control vdr. Any key pressing has no effect.
> May be I missed something? Before successfully used control-0.0.2 
> plugin, but this one doesn't compile under 1.3.18.

Whenever you use a new remote control for the first time, you have to
go through the key learning procedure.

Unfortunately there is no clean way to display key learning messages on
the telnet session. I would be happy if Klaus would pass these messages
through the cStatus interface...

For now you need an output device with a real OSD like a FF card to see
these messages. The skincurses plugin should work, too.

If you don't have an output device you could add something like this to
your remote.conf:

remote-tcp:3333.Up         0000000000415B1B
remote-tcp:3333.Down       0000000000425B1B
remote-tcp:3333.Menu       000000007E315B1B
remote-tcp:3333.Ok         000000000000000D
remote-tcp:3333.Back       000000007E345B1B
remote-tcp:3333.Left       0000000000445B1B
remote-tcp:3333.Right      0000000000435B1B
remote-tcp:3333.Red        00000000415B5B1B
remote-tcp:3333.Green      00000000425B5B1B
remote-tcp:3333.Yellow     00000000435B5B1B
remote-tcp:3333.Blue       00000000445B5B1B
remote-tcp:3333.0          0000000000000030
remote-tcp:3333.1          0000000000000031
remote-tcp:3333.2          0000000000000032
remote-tcp:3333.3          0000000000000033
remote-tcp:3333.4          0000000000000034
remote-tcp:3333.5          0000000000000035
remote-tcp:3333.6          0000000000000036
remote-tcp:3333.7          0000000000000037
remote-tcp:3333.8          0000000000000038
remote-tcp:3333.9          0000000000000039
remote-tcp:3333.Channel+   000000007E355B1B
remote-tcp:3333.Channel-   000000007E365B1B
remote-tcp:3333.Volume+    000000007E325B1B
remote-tcp:3333.Volume-    000000007E335B1B
remote-tcp:3333.User1      00000000455B5B1B
remote-tcp:3333.User2      0000007E37315B1B
remote-tcp:3333.User3      0000007E38315B1B
remote-tcp:3333.User4      0000007E39315B1B
remote-tcp:3333.User5      0000007E30325B1B
remote-tcp:3333.User6      0000007E31325B1B
remote-tcp:3333.User7      0000007E33325B1B
remote-tcp:3333.User8      0000007E34325B1B
remote-tcp:3333.User9      0000000000505B1B

(As you can see, the key codes are ASCII codes.)

Oliver

-- 
--------------------------------------------------------
VDR Remote Plugin available at
http://www.escape-edv.de/endriss/vdr/
--------------------------------------------------------




Home | Main Index | Thread Index