9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
114
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
114
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.7.3. Query the Status of All Video Ports
The query returns with all information about the source streams and the destinations. The respond contains
the following information:
#status
▪
Enable/disable status
▪
Signal presence
▪
Crosspoint status (which stream is connected to the destination port)
▪
Bandwidth information
▪
Source/destination names, tags
▪
Device tags
▪
Resolution, refresh rate
▪
HDCP information
▪
Locking status
Command and Response
ç
GET•/MEDIA/XP/VIDEO/*.*
æ
pr•/MEDIA/XP/VIDEO/*.*
9.7.4. Query the Number of the Source Ports
The query returns with the number of all source (input) ports including the disabled ones.
Command and Response
ç
GET•/MEDIA/XP/VIDEO.SourcePortCount
æ
pr•/MEDIA/XP/VIDEO.SourcePortCount=
<number>
Example
ç
GET /MEDIA/XP/VIDEO.SourcePortCount
æ
pr /MEDIA/XP/VIDEO.SourcePortCount=21
9.7.5. Query the Number of the Destination Ports
The query returns with the number of all destination (output) ports including the disabled ones.
Command and Response
ç
GET•/MEDIA/XP/VIDEO.DestinationPortCount
æ
pr•/MEDIA/XP/VIDEO.DestinationPortCount=
<number>
Example
ç
GET /MEDIA/XP/VIDEO.DestinationPortCount
æ
pr /MEDIA/XP/VIDEO.DestinationPortCount=23
9.8. Video Stream Settings - Source (Input) Side
Parameters
Parameter
Description
Formula
<in>
Input stream coming from the TX / TRX
S
<logical_devive_ID><stream_nr>
9.8.1. Query the Name of the Stream
INFO:
The default name of the stream is the MAC address of the endpoint device and the stream number
separated by a dot. Example:
A8:D2:36:F0:00:03
.
S1
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<in>
.SourceName
æ
pw•/MEDIA/STREAMS/VIDEO/
<in>
.SourceName=
<name>
Example
ç
GET /MEDIA/STREAMS/VIDEO/S2301.SourceName
æ
pw /MEDIA/STREAMS/VIDEO/S2301.SourceName=Casablanca
9.8.2. Setting the Name of the Stream
Command and Response
ç
SET•/MEDIA/STREAMS/VIDEO/
<in>
.SourceName=
<name>
æ
pw•/MEDIA/STREAMS/VIDEO/
<in>
.SourceName=
<name>
Example
ç
SET /MEDIA/STREAMS/VIDEO/S102.SourceName=MyLittlePony_S01E01
æ
pw /MEDIA/STREAMS/VIDEO/S102.SourceName=MyLittlePony_S01E01
9.8.3. Query the Tags of the Stream
The query returns with the tags which are added by the user.
Command and Response
ç
GET•/MEDIA/STREAMS/VIDEO/
<in>
.Tags
æ
pr•/MEDIA/STREAMS/VIDEO/
<in>
.Tags=
<tag>
Example
ç
GET /MEDIA/STREAMS/VIDEO/S102.Tags
æ
pr /MEDIA/STREAMS/VIDEO/S102.Tags=4K60;movie;Die_Hard_2
#tag