Origin server configuration

Table of contents

  1. Overview
  2. Streams URLs
  3. HTTP server settings
  4. RAM drive configuration
  5. Apache HTTP server configuration
  1. Overview

    In "OTT" output mode, publication can be done locally (pull mode). Chunks and playlists are stored locally and are exposed through an embedded HTTP server.
  2. Streams URLs base path

    http://[IP]:[PORT_NUMBER]/baseDirectory/...

    Default TCP port number is 8080

  3. HTTP server settings

    Output mode Extension Content-Type Cache-Control: max-age Access-Control-Allow-Origin
    HLS m3u8 application/vnd.apple.mpegurl 1 N/A
    HLS ts video/MP2T 2 x DVR N/A
    HLS aac audio/aac 2 x DVR N/A
    HLS mp2 audio/mpeg 2 x DVR N/A
    HLS ac3 audio/ac3 2 x DVR N/A
    HLS ec3 audio/ec3 2 x DVR N/A
    HLS webvtt text/webvtt 2 x DVR N/A
    MPEG-DASH mpd application/dash+xml 1 *
    MPEG-DASH/LSS mp4 video/mp4 2 x DVR *
  4. RAM drive configuration

    For performance purposes, local publication is stored on a RAM drive. By default RAM drive size is 1024MB.
    RAM drive settings can be changed from HTTP RestFUL API.

    HTTP RestFUL API is explained in a dedicated documentation.

  5. HTTP server configuration

    Root path of HTTP server is configured automatically
    By default, HTTP server port is 8080.
    HTTP server settings can be changed from HTTP RestFUL API.

    HTTP RestFUL API is explained in a dedicated documentation.