PVR Demo / Numeric Keypad instead of JumpSMS
#1
Hi,

I'm using the PVR demo addon to get some IPTV UDP Stream from a network. Everything is working fine, but I'm using a crestron controler and I want to use the numeric keypad to select a TV channel.
For exemple:
---if i press numeric keypad "5" and then "enter" it will play the TV channel N°5
---if i press numeric keypad "2" and "3" in a short time then "enter" it will play the TV channel N°23

I've check the keyboard and remote xml files with no results... Any Idea?
Actually, the Jump SMS is working, depending on how my TV Channels are named...

Thanks in advance
Reply
#2
Hi could you please explain me how can setup this pvr with my channels list?
I don't know where the channels list file is placed!
Reply
#3
Hi,

in Program Files / Xbmc / addons / PVR demo (if it's the addons that you're using) and so:
pvr addon settings.xml file
here is an example for a UDP Stream:

<channel>
<name>Demo TV Channel1</name>
<radio>0</radio>
<number>1</number>
<encryption>0</encryption>
<icon>C:\Users\eba\Desktop\TF1.png</icon>
<stream>udp://224.10.10.1:1234</stream>
</channel>
<channel>
<name>Demo TV Channel 2</name>
<radio>0</radio>
<number>2</number>
<encryption>0</encryption>
<icon/>
<stream/>
</channel>


Is someone is able to answer to the first request of this post?

Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
PVR Demo / Numeric Keypad instead of JumpSMS0