How To Obtain and Utilize the Video Sub-Stream of a V2 Encoder on an AC-MXNET-CBOX-B/HA

How To Obtain and Utilize the Video Sub-Stream && Image Snapshots of MXnet 1G Endpoints on an AC-MXNET-CBOX-B/HA

How To: Obtain a MXnet 1G Encoder's video sub-stream URL && Image Snapshots to be utilized by Third Party Devices

This document describes how to obtain a URL that allows access to the Motion JPEG video sub-stream generated by a V2 encoder, as well as the method for utilizing a URL to download static image snapshots of V2 and V1 encoders.
Note: This only applies to AC-MXNET-CBOX-B/HA version V4.21 or higher, and only with MXnet V2 encoders for the video sub-stream. This feature is not applicable on AC-MXNET-CBOX hardware, and video sub-streams are not supported on V1 encoders. 


How to Grab the URL of a V2 Encoder's MJPEG Sub-Stream


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

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}:{Encoder Port Number}/?action=stream&w={Width, up to 1280}&h={height, up to 720}&bw={Bandwidth allocation(in kbps)}&as=0&dev={Encoder MAC Address}&ip={Encoder IP Address}&port=8080

Knowing these parameter values, a user can build a URL to access a V2 encoder's sub-stream without manually copying from the CBOX. 

Note: The encoder's port number and IP address could be dynamically changed if the device is power cycled at a point in time. For a more permanent URL to utilize, the Encoder Port Number parameter can be replaced with 10085, and the Encoder can be statically assigned an IP address (even if still on a link-local/APIPA IP scheme).

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

    • Related Articles

    • AC-MXNET-CBOX ~ V2.73 ~ 03/14/2025

      NOTICE: If your CBOX is reading firmware as a version of V4.XX, please navigate to this page here: https://support.avproedge.com/portal/en/kb/articles/ac-mxnet-cbox-b-firmware Note: Please update the CBOX first, before attempting updates on the ...
    • AC-MXNET-CBOX-HA ~ V4.32 ~ 07/28/2025

      NOTE: If your CBOX is reading firmware with a version number of V2.XX, please navigate to this page here: https://support.avproedge.com/portal/en/kb/articles/ac-mxnet-cbox-firmware Please update the CBOX first, before attempting updates on the ...
    • AC-MXNET-10G-CBOX ~ V3.44 ~ 04/18/2025

      Note: Please update your CBOX before upgrading your endpoints. Download Link for Latest Version Here: https://avproglobal.egnyte.com/dl/Kp3uwWjE9c V3.44 Bug Fixes and Improvements Adjusted SDDP announcement parameters to be inline with control system ...
    • An Introduction Guide to the AC-MXNET-DANTE-CBOX

      An Introduction Guide to the AC-MXNET-DANTE-CBOX This article goes over the majority of features that are currently available for the AC-MXNET-DANTE-CBOX, such as configuring and monitoring devices, performing route subscriptions, and more. Note: the ...
    • How To: Using the MXNET API ~ V1.26.1

      Kevin Wang, Director of Product Management, goes through using the MXNET API to control and configure the MXNet CBOX Direct. Current API Version: V1.26.1 Control Box Version: V4.26 and above Instructions and API attached