Creates a new output profile.

Behavior: Creates a new Nomad.Common.Models.Live.LiveOutputProfileModel record for configuring live output encoding settings. A starter object can be obtained from M:Nomad.Controller.Live.LiveOutputProfileController.New.

Authorization: Requires an authenticated user with a valid bearer token.

Side Effects:

  • A new output profile record is persisted.

Error Scenarios:

  • Returns 400 if the output profile model fails validation.
  • Returns 401 if the request is not authenticated.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A Nomad.Common.Models.Live.LiveOutputProfileModel object containing the output profile configuration.

Represents a live output encoding profile with video and audio settings.

uuid | null

Gets or sets the unique identifier of the output profile.

string | null

Gets or sets the display name of the output profile.

string | null

Gets or sets acceptable values:

  • {leave null/empty }
  • H264
  • H265
int32 | null

Gets or sets video output width. For example 1920.

int32 | null

Gets or sets video output height. For example 1080.

string | null

Gets or sets acceptable values:

  • {leave null/empty }
  • CBR
  • VBR
int32 | null

Gets or sets the video bitrate in bytes. For example, 2mbps = 2048000.

float | null

Gets or sets the video frames per second in decimal format. 29.97, 60.0 are some examples.

int32 | null

Gets or sets the audio bitrate in bytes. For example, 128KB = 128000.

outputType
object | null

Gets or sets the output type from MediaLiveOutputTypes.

boolean

Gets or sets a value indicating whether we are enabled.

string | null

Gets or sets the primary output destination url for our MediaLive single output rendition only.

string | null

Gets or sets the primary streamkey for our MediaLive output destination single output rendition only.

string | null

Gets or sets the secondary output destination url for our MediaLive single output rendition only.

string | null

Gets or sets the secondary streamkey for our MediaLive output destination single output rendition only.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json