I have the question about remaping of the keys in STB Amino 140.
There is a problem, when i try to remap channel's keys on the RC.
This is the javaScript code example of my key's remaping
Code: Select all
ASTB.WithChannels(1);
ASTB.SetChannel(0, "udp://239.99.64.7:1234");
ASTB.SaveChannels();
I checked the file of the channels "chnls.txt". This file contains a string "00: udp://239.99.64.7:1234".
Can enybody help me with this problem?
Thanks.