CLI Command Reference
stream
Makito
X User’s Guide, v2.2, Issue 02
357
IMPORTANT
The Multicast address range is from
224.0.0.0
to
239.255.255.255
.
Multicast addresses from
224.0.0.0
to
224.0.0.255
are reserved for multicast
maintenance protocols and should not be used by streaming sessions. We
recommend that you use a multicast address from the Organization-Local scope
(
239.192.0.0/14
).
STREAM
E
XAMPLES
adaptive
no
(
ts-srt
) When set to
yes
enables Network Adaptive Encoding.
NAE directs the video encoder to adapt to
changing network throughput used by the
SRT stream during operational use with the
goal of maximizing video quality for a given
network. NAE may adjust video bitrate
depending on measured link throughput
without stream tear-down and re-build.
# stream create addr=192.0.2.106 port=2000 start=yes
Creates a streaming session to IP Address
192.0.2.106
at port 2000; starts streaming
immediately.
Returns the following confirmation and stream ID:
Stream created successfully - ID : 3
# stream create addr=192.0.2.235 port=1234 stillimage=haivision.mp4
Creates and starts a streaming session. Specifies a static image to replace the “real”
video stream when streaming is paused.
# stream create addr=10.64.1.124 port=1234 encap=ts-udp videosrc=1
audiosrc=1 datasrc=1,3
Creates and starts a multiple metadata streaming session.
# stream create addr=10.64.1.124 port=1234 encap=ts-udp videosrc=1
audiosrc=0,2,4 audiopid=36,37,38
Creates a TS stream with multi-track audio using audio encoders 0, 2 and 4. The
corresponding audio PIDs are 36, 37 and 38.
# stream 3 pause
Pauses the stream created above (stream ID 3), which activates the still image.
Parameter
Default (Cont.)
Description/Values (Cont.)