Media Server can ingest MxPEG video (but not the audio) from a file or stream.
To ingest MxPEG video
Create a new configuration to send to Media Server with the process
action, or open an existing configuration that you want to modify.
In the [Session]
section, set the following configuration parameters:
EngineN
|
The name of a section in the configuration file that will contain the ingestion settings. |
IngestRate
|
To ingest MxPEG video from a stream, set this parameter to To ingest MxPEG video from a file set this parameter to |
For example:
[Session] Engine0=Ingest IngestRate=1
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 MxPEG . |
For example:
[Ingest] Type=MxPEG
TIP: There is no configuration parameter to specify the source. You must specify the path of the file or the URL 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.
Save and close the configuration file. Micro Focus recommends that you save your configuration files in the location specified by the ConfigDirectory
parameter.
|