applicationName |
String |
The application name from the pull stream source URL. |
[optional] |
billingMode |
BillingModeEnum |
The billing mode for the transcoder. The default is pay_as_you_go. |
[optional] |
broadcastLocation |
BroadcastLocationEnum |
The location where Wowza Streaming Cloud transcodes your stream. Choose a location as close as possible to your video source. |
[optional] |
bufferSize |
BufferSizeEnum |
The size, in milliseconds, of the incoming buffer. 0 means no buffer. The default is 4000 (4 seconds). |
[optional] |
closedCaptionType |
ClosedCaptionTypeEnum |
The type of closed caption data being passed from the source. The default, none, indicates that no data is being provided. cea indicates that a CEA closed captioning data stream is being provided. on_text indicates that an onTextData closed captioning data stream is being provided. both indicates that both CEA and onTextData closed captioning data streams are being provided. |
[optional] |
createdAt |
OffsetDateTime |
The date and time that the transcoder was created. |
[optional] |
deliveryMethod |
DeliveryMethodEnum |
The type of connection between the source encoder and the transcoder. The default, pull, instructs the transcoder to pull the video from the source. push instructs the source to push the stream to the transcoder. cdn uses a stream source to deliver the stream to the transcoder. |
[optional] |
deliveryProtocols |
List<String |
An array of playback protocols enabled for this transcoder. By default, rtmp, rtsp, and wowz are returned. |
[optional] |
description |
String |
An optional description of the transcoder. |
[optional] |
directPlaybackUrls |
List<PlaybackUrl |
An array of direct playback URLs the transcoder's delivery protocols. Each protocol has a URL for the source and a URL for each output rendition. |
[optional] |
disableAuthentication |
Boolean |
Authentication is required by default for RTMP and RTSP push connections from a video source to the transcoder. Specify true to disable authentication with the video source. |
[optional] |
domainName |
String |
The domain name from the pull stream source URL. |
[optional] |
id |
String |
The unique alphanumeric string that identifies the transcoder. |
[optional] |
idleTimeout |
Integer |
The amount of idle time, in seconds, before the transcoder automatically shuts down. Valid values are the integers 0 (never shuts down) to 172800 (48 hours). The default is 1200 (20 minutes). |
[optional] |
lowLatency |
Boolean |
If true, turns off the sort packet buffer and speeds the time it takes to decode and deliver video data to the player. The default is false. |
[optional] |
name |
String |
A descriptive name for the transcoder. Maximum 200 characters. |
[optional] |
outputs |
List<Output |
Output renditions associated with the transcoder. |
[optional] |
password |
String |
A password for authenticating an RTMP or RTSP push connection. Can contain only uppercase and lowercase letters; numbers; and the period (.), underscore (_), and hyphen (-) characters. No other special characters can be used. |
[optional] |
playMaximumConnections |
PlayMaximumConnectionsEnum |
The number of users who are allowed to connect directly to the transcoder. |
[optional] |
protocol |
ProtocolEnum |
The transport protocol for the source video. The default is rtmp. |
[optional] |
recording |
Boolean |
If true, creates a recording of the transcoded output. The default is false. |
[optional] |
sourcePort |
Integer |
The port used for RTMP pull connections to Wowza Streaming Cloud. |
[optional] |
sourceUrl |
String |
For the delivery_method pull. Enter the source's web address without the preceding protocol or the trailing slash (/). |
[optional] |
streamExtension |
String |
For the delivery_method push. Some encoders append an extension to their stream names. If the device you're using does this, enter the extension. |
[optional] |
streamName |
String |
The stream name from the pull stream source URL. |
[optional] |
streamSmoother |
Boolean |
A dynamic buffer that helps stabilize streams in rough network conditions, but adds latency. Specify true to enable stream smoothing. The default is false. |
[optional] |
streamSourceId |
String |
For the delivery_method cdn. The alphanumeric string that identifies the stream source that you want to use to deliver the stream to the transcoder. |
[optional] |
suppressStreamTargetStart |
Boolean |
If true, disables stream targets when the transcoder starts. If false (the default), the targets start when the transcoder starts. |
[optional] |
transcoderType |
TranscoderTypeEnum |
The type of transcoder, either transcoded for streams that are transcoded into adaptive bitrate renditions or passthrough for streams that aren't processed by the transcoder. The default is transcoded. |
[optional] |
updatedAt |
OffsetDateTime |
The date and time that the transcoder was updated. |
[optional] |
username |
String |
A username for authenticating an RTMP or RTSP push connection. Can contain only uppercase and lowercase letters; numbers; and the period (.), underscore (_), and hyphen (-) characters. No other special characters can be used. |
[optional] |
watermark |
Boolean |
Embeds an image into the transcoded stream for copyright protection. Specify true to embed a watermark image. |
[optional] |
watermarkHeight |
Integer |
The height, in pixels, of the watermark image. If blank, Wowza Streaming Cloud uses the original image height. |
[optional] |
watermarkImageUrl |
String |
The path to a GIF, JPEG, or PNG image that is embedded in all bitrate renditions of the stream. Watermark image files must be 2.5 MB or smaller. |
[optional] |
watermarkOpacity |
WatermarkOpacityEnum |
The opacity, or percentage of transparency, of the watermark. 0 is fully transparent; 100 is fully opaque. |
[optional] |
watermarkPosition |
WatermarkPositionEnum |
The corner of the video frame in which you want the watermark to appear. The default is top-left. |
[optional] |
watermarkWidth |
Integer |
The width, in pixels, of the watermark image. If blank, Wowza Streaming Cloud uses the original image width. |
[optional] |