MJPEG Encoder
The MJPEG encoder encodes video in MJPEG format and makes it available on the specified TCP port.
Configuration Parameter | Description |
---|---|
Access-Control-Allow-Origin | The value to set for the Access-Control-Allow-Origin response header. |
BufferDuration | The amount of time to wait before streaming the first video frame, to create a buffer that can help ensure smooth playback. |
ImageInput | The name of the image track to encode. |
OutURLBase | The base URL that can be used to access the MJPEG stream. |
Port | The TCP port to use to stream the video. |
Type | The type of encoding engine to use. Set this parameter to mjpeg . |
VideoSize | The size of the encoded video, in pixels |
The MJPEG Encoder produces a proxy track, named taskName.Proxy
, where taskName
is the name of the encoding task.