Ingest Video from a Stream

To ingest video from a stream, follow these steps.

To ingest video from a stream

  1. Create a new configuration or open an existing configuration to send to Media Server with the process action. Alternatively, you can modify the Media Server configuration file (mediaserver.cfg).

  2. In the [Ingest] section, set the following configuration parameters:

    IngestRate The rate at which Media Server ingests video. If you are ingesting video from a stream, you must set this parameter to 1.
    IngestEngine The name of a section in the configuration file that will contain the ingestion settings

    For example:

    [Ingest]
    IngestRate=1
    IngestEngine=VideoStream
  3. Create a new section in the configuration file to contain the ingestion settings, and set the following parameters:

    Type The ingest engine to use. Set this parameter to libav.
    IngestTime

    (Optional) The ingest engine produces output tracks that contain timestamped records. You can use this parameter to control the timestamp values, which is useful if you are ingesting video that was originally broadcast at an earlier time. Specify the time in epoch seconds.

    MaximumDuration (Optional) The maximum amount of video and audio to ingest, before stopping ingestion. If you do not set this parameter, there is no limit on the amount of video and audio that is ingested. If the maximum duration is reached, Media Server stops ingestion but does finish processing any frames that have already been ingested.

    For example:

    [VideoStream]
    Type=libav
    

    Tip: There is no configuration parameter to specify the source. You must specify the IP address of the stream that you want to ingest as the value of the Source parameter in the Process action, when you start processing.

    For more information about the parameters you can set to configure ingestion, refer to the Media Server Reference.

  4. Save and close the configuration file. If you modified the Media Server configuration file, you must restart Media Server for your changes to take effect.


_HP_HTML5_bannerTitle.htm