9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
118
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
118
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.9.4. Adding Tags to the Destination
The following characters are allowed in the
<tag>
parameter: non-capital letters (
a-z
), capital letters (
A-Z
),
numbers (
0-9
), and special characters (
- . _ ~ : / ? # [ ] @ ! $ & ( ) + = *
).
Command and Response
ç
CALL•/MEDIA/STREAMS/VIDEO/
<out>
:addTags(
<tag>
)
æ
mO•/MEDIA/STREAMS/VIDEO/
<out>
:addTags=
Example
ç
CALL /MEDIA/STREAMS/VIDEO/D401:addTags(4K30;intro)
æ
mO /MEDIA/STREAMS/VIDEO/D401:addTags=
9.9.5. Deleting Tags of the Destination
Command and Response
ç
CALL•/MEDIA/STREAMS/VIDEO/
<out>
:removeTags(
<tag>
)
æ
mO•/MEDIA/STREAMS/VIDEO/
<out>
:removeTags=
Example
ç
CALL /MEDIA/STREAMS/VIDEO/D101:removeTags(cartoon;1080p)
æ
mO /MEDIA/STREAMS/VIDEO/D101:removeTags=
9.9.6. Deleting All Tags of the Destination
Command and Response
ç
CALL•/MEDIA/STREAMS/VIDEO/
<out>
:removeAllTags()
æ
mO•/MEDIA/STREAMS/VIDEO/
<out>
:removeAllTags=
Example
ç
CALL /MEDIA/STREAMS/VIDEO/D101:removeAllTags()
æ
mO /MEDIA/STREAMS/VIDEO/D101:removeAllTags=
9.9.7. Query All the Tags of the Device
The query returns with all the tags which belongs to the device. One tag is always reserved for the MAC
address of the endpoint.
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<out>
.DeviceTags
æ
pr•/MEDIA/STREAMS/VIDEO/
<out>
.DeviceTags=
<tag>
Example
ç
GET /MEDIA/STREAMS/VIDEO/D201.DeviceTags
æ
pr /MEDIA/STREAMS/VIDEO/D201.DeviceTags=RX_MeetingRoom;A8:D2:36:F0:00:34;4K60;#2
9.9.8. Enable/Disable the Stream
Command and Response
#streamenable
ç
SET•/MEDIA/STREAMS/VIDEO/
<out>
/STREAM.Enabled=
<logical_value>
æ
pw•/MEDIA/STREAMS/VIDEO/
<out>
/STREAM.Enabled=
<logical_value>
Parameters
Identifier
Parameter description
Value
Explanation
<logical_value>
The stream is unmuted or
muted.
true
The stream is enabled (unmuted).
false
The stream is disabled (muted).
Example
ç
SET /MEDIA/STREAMS/VIDEO/D101/STREAM.Enabled=true
æ
pw /MEDIA/STREAMS/VIDEO/D101/STREAM.Enabled=true
9.9.9. Resolution Setting
The resolution which is set here will be enforced only if the
ResolutionMode
is set to
Forced
. See the details
about the Resolution Mode Setting in the next section.
Command and Response
ç
SET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.ResolutionSetting=
<resolution>
æ
pw•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.ResolutionSetting=
<resolution>
Example
ç
SET /MEDIA/STREAMS/VIDEO/D601/PORT.ResolutionSetting=3840x2160p60
æ
pw /MEDIA/STREAMS/VIDEO/D601/PORT.ResolutionSetting=3840x2160p60
INFO:
The entire list of available resolutions can be find in the
Resolutions of the Scaler / FRC
section.
#scaler #frc