You can make requests to HPE Media Server by using either GET or POST HTTP request methods.
GetStatus
action. For more information, see Send Actions by Using a GET Method.HPE recommends that you send video data to HPE Media Server by providing a URL or a path to a file. Video files are very large and sending them over HTTP, as either multipart/form-data or a base64 encoded string, could cause HPE Media Server to slow and potentially lead to interruptions in service. Image, audio, and text files are generally much smaller and so you can send these files over HTTP.
HPE Media Server accepts HTTP strings that contain a maximum of 64,000 characters, and uploaded files with a maximum size of 10,000,000 bytes. You can override the default settings by setting the MaxInputString
and MaxFileUploadSize
configuration parameters in the [Server]
section of the configuration file.
|