Change The Autoselect Mode; Query The Input Port Priority; Change The Input Port Priority; Mute An Input Port - Lightware UMX-TPS-TX100 Series User Manual

Hide thumbs Also See for UMX-TPS-TX100 Series:
Table of Contents

Advertisement

 
7. LW3 Programmers' Reference
7.4.6. Change the Autoselect Mode
Command and Response
Î CALL·/MEDIA/VIDEO/XP:setDestinationPortAutoselect(<out1_set>;<out2_set>;<...>;<out#_set>)
Í mO·/MEDIA/VIDEO/XP.setDestinationPortAutoselect
Parameters
See the previous section.
Example 1
Î CALL /MEDIA/VIDEO/XP:setDestinationPortAutoselect(O1:EP)
Í mO /MEDIA/VIDEO/XP:setDestinationPortAutoselect
The setting is changed to EP: Autoselect is enabled (E); the mode is set to priority detect (P).
Example 2
Î CALL /MEDIA/VIDEO/XP:setDestinationPortAutoselect(O1:D)
Í mO /MEDIA/VIDEO/XP:setDestinationPortAutoselect
The setting is changed to DPM: Autoselect is disabled (D). The other settings remain unchanged. Since the
outputs are linked, the change will affect local and link out.
7.4.7. Query the Input Port Priority
Command and Response
Î GET·/MEDIA/VIDEO/XP.PortPriorityList
Í pr·/MEDIA/VIDEO/XP.PortPrioirtyList=
The response shows the priority of each output one after another. The priority number can be from 0 to 31;
0 is the highest- and 30 is the lowest priority. 31 means that the port will be skipped from the priority list.
Parameters
<out#_list>
The input port priority order of the given output port: <in1>,<in2>,<...>,<in>
Example
Î GET /MEDIA/VIDEO/XP.PortPriorityList
Í pr /MEDIA/VIDEO/XP.PortPriorityList=0,1,2,3,4,5
Parameters
Video input port
I1
Priority
0
Highest priority is assigned to I1 port.
ATTENTION! The same priority number can be set to different input ports. When the priority numbers
match, the input port with the lowest port number will have the highest priority.
<out1_list>;<out2_list>;<...>;<out#_list>
Output
I2
I3
I4
I5
1
2
3
4
UMX-TPS-TX100 series – User's Manual
7.4.8. Change the Input Port Priority
Command and Response
Î CALL·/MEDIA/VIDEO/XP:setAutoselectionPriority (<in>\(<out>\):<prio>);(<in>\(<out>\):<prio>)
Í mO·/MEDIA/VIDEO/XP:setAutoselectionPrioirty
Parameters
<prio>
Priority number from 0 to 31, equal numbers are allowed (31 means that the port will be
skipped from the priority list).
An input port priority can be set on an output port. Many settings can be executed by separating a semicolon
(no space), see the example below.
Example
Î CALL /MEDIA/VIDEO/XP:setAutoselectionPriority(I1\(O1\):4;I2\(O1\):4)
Í mO /MEDIA/VIDEO/XP:setAutoselectionPriority
Explanation
The priority number of input 1 and Input 2 has been set to 4 on output 1. The example shows that certain
control characters have been escaped: the backslash "\" character is inserted before the "(" and ")" characters.
See more information about the escaping in the
7.4.9. Mute an Input Port
Command and Response
Î CALL·/MEDIA/VIDEO/XP:muteSource(<in>)
Í mO·/MEDIA/VIDEO/XP:muteSource
Example
Î CALL /MEDIA/VIDEO/XP:muteSource(I1)
Í mO /MEDIA/VIDEO/XP:muteSource
7.4.10. Unmute an Input Port
Command and Response
Î CALL·/MEDIA/VIDEO/XP:unmuteSource(<in>)
Í mO·/MEDIA/VIDEO/XP:unmuteSource
Example
I6
Î CALL /MEDIA/VIDEO/XP:unmuteSource(I1)
5
Í mO /MEDIA/VIDEO/XP:unmuteSource
Escaping
section.
78

Advertisement

Table of Contents
loading

Table of Contents