Updates an existing output profile.

Behavior: Updates an output profile record using the values from the provided Nomad.Common.Models.Live.LiveOutputProfileModel.

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

Side Effects:

  • The output profile record is updated in the data store.

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

The Nomad.Common.Models.Live.LiveOutputProfileModel containing updated values.

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