CLI Command Reference
metadata
Makito
X User’s Guide, v2.2, Issue 02
302
E
XAMPLE
#2: C
REATING A
S
TREAM WITH
SDI M
ETADATA
[S
OURCE
ID=1]
1.
Start the SDI metadata encoder instance using the following command:
#metadata 1 start
2.
Create a stream with video, audio and metadata using the following syntax:
#stream create addr=<IPaddr> port=<UDPport> vid=0 aud=0 data=1
3.
Verify the metadata encoder stats:
# metadata 1 get all
The system will return the metadata information:
Metadata ID
: 1
Name
: (None)
Configuration:
Type
: HD-SDI
Format
: KLV
Statistics:
State
: STOPPED
Rx Bytes
: 0
Rx OK Messages : 0
Rx Corrupt Messages : 0
E
XAMPLE
#3: S
TREAMING WITH
UDP M
ETADATA
[S
OURCE
ID=2]
1.
Create a UDP metadata encoder instance using the following syntax:
metadata create [addr=<IP source>] port=<dest port>
Ex:
# metadata create port=8500
The system will return the following message, including the UDP metadata ID:
Metadata source created successfully - ID: 2.
2.
Start the UDP metadata encoder using the following syntax:
# metadata <ID> start
Ex:
# metadata 2 start
3.
Create a stream with video, audio and metadata using the following syntax:
stream create [addr=<dest IP>] port=<dest port> vid=<id> aud=<id>
data=<id>
Ex (showing multiple metadata stream):
# stream create addr=10.64.1.124 port=1234
encap=ts-udp videosrc=1 audiosrc=1 datasrc=1,3