9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
139
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
139
MA
TRIX APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v1.4.1 | Applied R-series endpoint firmware package: v1.4.1 | Applied MMU firmware package: v1.2.1 | LDC software: v1.34.0b2
9.15.9. Query the Modified Resolution of the Stream Destination
The query returns with the current resolution of the outgoing stream on the receiver which contains the
possible signal modification by the scaler or FRC.
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.Resolution
æ
pr•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.Resolution=
<resolution>
Example
ç
GET /MEDIA/STREAMS/VIDEO/D102/PORT.Resolution
æ
pr /MEDIA/STREAMS/VIDEO/D102/PORT.Resolution=3840x2160p30
9.15.10. Query the Bandwidth of the Stream
Bandwidth property provides the required Ethernet bandwidth of the stream.
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<in
|
out>
/STREAM.Bandwidth
æ
pr•/MEDIA/STREAMS/VIDEO/
<in
|
out>
/STREAM.Bandwidth=
<bandwidth>
Example
ç
GET /MEDIA/STREAMS/VIDEO/S102/STREAM.Bandwidth
æ
pr /MEDIA/STREAMS/VIDEO/S102/STREAM.Bandwidth=13.15
The bandwidth is in Gigabit/sec.
9.15.11. Query the Control Module of the Stream Destination
The query returns with the control owner of the stream destination which means that the output port is
controlled by the crosspoint or it is the part of a video wall.
Command and Response
ç
GET•/MEDIA/XP/VIDEO/
<out>
/.OwnedBy
æ
pr•/MEDIA/XP/VIDEO/
<out>
/.OwnedBy=
<control_module>
Parameters
The
<control_module>
can be
Crosspoint
or the
video wall ID
.
Example
ç
GET /MEDIA/XP/VIDEO/D101.OwnedBy
æ
pr /MEDIA/XP/VIDEO/D101.OwnedBy=Videowall1
9.15.12. Query the Bandwidth Limitation Indicator
BandwidthLimitExceeded property indicates the signal bandwidth limit has been exceeded and the stream
is disabled.
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<in
|
out>
/STREAM.BandwidthLimitExceeded
æ
pr•/MEDIA/STREAMS/VIDEO/
<in
|
out>
/STREAM.Bandwidth=
<logical_value>
Parameters
Identifier
Parameter description
Value
Explanation
<logical_value>
Bandwidth limit has
been exceeded or not.
true
The bandwidth of the Ethernet connection
does NOT allow to send/receive the stream.
false
The bandwidth of the Ethernet connection
allows to send/receive the stream.
Example
ç
GET /MEDIA/STREAMS/VIDEO/S102/STREAM.BandwidthLimitExceeded
æ
pr /MEDIA/STREAMS/VIDEO/S102/STREAM.BandwidthLimitExceeded=false
9.15.13. Query the Status of the Analog Audio Output
MuteStatus property indicates the current status of the analog audio output port.
DIFFERENCE:
The UBEX-PRO20-HDMI-F110 endpoint model is built with analog audio output port only.
Command and Response
#analogaudio
ç
GET•/MEDIA/STREAMS/AUDIO/
<out>
/Port.MuteStatus
æ
pr•/MEDIA/STREAMS/AUDIO/
<out>
/Port.MuteStatus=
<status>
Parameters
Identifier
Parameter description
Value
Explanation
<status>
Status of the analog
audio output
nosignal
No signal is transmitted on the port.
unmuted
The port is unmuted.
muted
The port is muted.
muted (unsupported)
The port is muted because the
incoming signal is unsupported.
Supported signal type: PCM, up to 48 kHz.
disrupted
The audio signal is disrupted due to
Ethernet packet loss.
Example
ç
GET /MEDIA/STREAMS/AUDIO/D103/PORT.MuteStatus
æ
pr /MEDIA/STREAMS/AUDIO/D103/PORT.MuteStatus=unmuted