Note: This only applies to AC-MXNET-CBOX-B/HA version V4.21 or higher, and only with MXnet V2 endpoints (both encoders AND decoders) for the video sub-stream. This feature is not applicable on AC-MXNET-CBOX hardware, and video sub-streams are not supported on V1 endpoints.
How to Grab the URL of a V2 Encoder's MJPEG Sub-Stream
Through MENTOR (note: Encoders only as of 1-22-26)
Step One: Log into the MENTOR interface of the CBOX-HA.
Step Two: Navigate to the AUTO-MATRIX page.
Step Three: For the desired encoder, double click on the encoder’s image preview on the left side of the page.
Step Four: On the expanded image preview window that populates, right click the preview and select “copy image address”.
Sub-stream URL Breakdown and Construction
In the above example, the URL that was copied from the V2 encoder is shown below:
http://192.168.1.222:10088/?action=stream&w=960&h=540&fps=30&bw=8000&as=0&dev=188A6A01A04E&ip=169.254.216.114&port=8080
The URL can be broken down to the following parameters:
http://{CBOX IP Address}:{Device Port Number / 10085}/?action=stream&w={Width, up to 1280}&h={height, up to 720}&bw={Bandwidth allocation(in kbps)}&as=0&dev={Endpoint MAC Address}&ip={Endpoint IP Address}&port=8080
Knowing these parameter values, a user can build a URL to access a V2 endpoint's sub-stream without manually copying from the CBOX, as well as build a sub-stream URL to access the sub-stream of a V2 decoder.
Note: An endpoint's port number and an encoder/decoder's IP address could be dynamically changed if the device is power cycled at a point in time. For a more permanent URL to utilize, it is recommended that the Device Port Number parameter is replaced with 10085, and the Encoder/decoder can be statically assigned an IP address (even if still on a link-local/APIPA IP scheme).
Obtaining the video sub-stream of an MXnet V2 Decoder
A preview sub-stream can also be viewed from an MXnet V2 Decoder. Utilizing the information above, populate the {Endpoint MAC Address} and {Endpoint IP Address} parameters with the relevant MAC/IP Information from a V2 decoder. For example, if a CBOX has an IP address of 192.168.1.222, and the desired V2 decoder has a MAC address of 188A6A024990 as well as an IP address (NOTE: set to static to ensure a permanent sub-stream URL) of 169.254.5.89, then the video sub-stream URL would be constructed as follows (using the default values for width/height/bandwidth):
http://192.168.1.222:10085/?action=stream&w=960&h=540&fps=30&bw=8000&as=0&dev=188A6A024990&ip=169.254.5.89&port=8080
The MAC Address and IP address of the desired V2 decoder can be quickly obtained by viewing the
CONFIGURE page, navigating to the
OUTPUTS/DECODERS/DISPLAYS subtab, and viewing the
IP ADDRESS /
MAC ADDRESS columns.

Using the sub-stream outside of the CBOX
Paste the copied URL (or modified URL based on the description above) wherever is desired, such as VLC media player, a supported Control System, or a new web browser tab. The preview sub-stream will populate as long as said software or device can establish a network connection to the AC-MXNET-CBOX-HA.
Image Snapshots