BARIX Streaming Client Installation Guide Page 38

  • Download
  • Add to my manuals
  • Print
  • Page
    / 63
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 37
chapter 4.1 User Interface Development Kit. The remote.ini file in the sub folder
webuidevkit/streamapp contains the commands for each button in a separate
line. The file format is comma-separated and the values are case-sensitive. Don't
write spaces between the separation, the only space needed is the one after the IR
coding token (“NE: “ stands for NEC coding). Every line that doesn't contain an IR
remote control command is handled as a comment.
The first field is the IR remote control code sequence received from the remote
control (e.g. ”NE: 00FE7887“ for the play button).
A “*“ in the second field tells the IR handler that this button is accepted for
repetition (as defined for Volume + and Volume -).
The third field is not used and should be empty.
The fourth and following fields contain commands. The commands can be chained
using the ampersand ('&') character. The commands are executed in the given
sequence.
In fourth field, an “L” followed by a decimal number tells to the IR handler to
switch to numbered level for the next command. To select the command for the
corresponding level, simply add more fields to the end of the line for that button.
The fifth field is for the level 1, the sixth field is for the level 2 and so on. The
maximal level is 255. The selected level is declined after 2 seconds or when the
next button is pressed.
Example: Execute NEXTSONG command upon pushing the +SONG button on the
remote control when in level 0: ”NE: 00FE48B7,,,c=4
Channel number selection can be implemented using IR Remote Control. There is a
three digit buffer in the firmware, that can be used with “r=x” and “c=1”
commands. The “r=0”...“r=9” commands push digits to the buffer and the “c=1”
command sets the value of the NUM variable to the current value of the buffer. The
buffer is cleared to the “currently being played” value if no digit have been pressed
for 5 seconds.
Excerpt of the remote.ini file contained in the “Streaming Client Update Kit”
Exstreamer Remote Control NEC 00FE
NE: 00FE7887,,,c=1
NE: 00FE08F7,,,c=2
NE: 00FED827,,,c=3
NE: 00FE48B7,,,c=4
NE: 00FE6897,,,c=5
NE: 00FEF807,,,c=8
NE: 00FE00FF,,,c=15
NE: 00FEB04F,,,c=16
NE: 00FEA857,*,,c=19
NE: 00FEC837,*,,c=20
NE: 00FEB847,,,c=30
NE: 00FE38C7,,,c=77
NE: 00FE30CF,,,r=0
NE: 00FE40BF,,,r=1
NE: 00FEC03F,,,r=2
NE: 00FE20DF,,,r=3
NE: 00FEA05F,,,r=4
NE: 00FE609F,,,r=5
NE: 00FEE01F,,,r=6
NE: 00FE10EF,,,r=7
NE: 00FE906F,,,r=8
NE: 00FE50AF,,,r=9
NE: 00FED02F,,,s=
NE: 00FE8877,,,c=104
NE: 00FE807F,,,c=103
BARIX AG | 38/63
Page view 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 62 63

Comments to this Manuals

No comments