![Haivision Makito User Manual Download Page 243](http://html.mh-extra.com/html/haivision/makito/makito_user-manual_579766243.webp)
CLI Command Reference
stream
Makito User’s Guide, v2.1.0, Issue 01
243
IMPORTANT
you can specify up to eight streams – up to a maximum of 50 Mbps
video bitrate (or 35 Mbps video bitrate with AES and FEC enabled).
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
# 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.
# 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.
Returns the following confirmation and stream ID:
Stream created successfully - ID : 3
# stream 3 pause
Pauses the stream created above, which activates the
still image.
# stream 3 resume
Resumes the stream created above.
# stream create addr=192.0.2.235
port=1234 vid=0 aud=0
# videnc 1 start
# audenc 1 start
# stream create addr=198.51.100.106
port=1234 vid=1 aud=1
Creates two “HiLo” streams, the first using the High
Video and Audio encoder, and the 2nd using the Low
Video and Audio encoder.
TIP:
The
videnc
and
audenc
commands are required
to activate the Low Video and Audio encoder because
the High encoders are activated by default.