You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

MaxColor MJPEG Network Video Stream


Overview

MaxColor Transmitters and Receivers create a Motion-JPEG video stream viewable over the network - without audio - at up to 30 fps.


M-JPEG URL

http://[mc-ip]:8080/?action=stream

Replace [mc-ip] with the IP address of the Receiver or Transmitter to view.


Defaults

The Motion-JPEG video stream has these settings by default:

  • Enabled: yes
  • Resolution: 640x360
  • Framerate: 30fps
  • 5 Mbps maximum bandwidth
  • Port: 8080

Settings

The command below applies the default settings listed above.

astparam s ss_stream_option 640,360,30,5000,0,10;astparam save;reboot

The default settings can be modified to alter the M-JPEG stream by sending the command via telnet or through the CLI of the Transmitter/Receiver with altered values. Any changes should be tested to confirm they do not interfere with HDMI video.

astparam s ss_stream_option $WIDTH,$HEIGHT,$FPS,5000,0,10;astparam save;reboot

Parameter Default Maximum Value
$WIDTH 640 1280
$HEIGHT 360 720
$FPS 30 30

Examples:

  • astparam s ss_stream_option 1280,720,30,5000,0,10;astparam save;reboot
  • astparam s ss_stream_option 320,180,10,5000,0,10;astparam save;reboot
  • 452
  • 21-Mar-2023
  • 997 Views