Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 3.12 KB

StreamSource.md

File metadata and controls

58 lines (47 loc) · 3.12 KB

StreamSource

Properties

Name Type Description Notes
backupIpAddress String If location_method is ip_address, specify the backup IP address of the source encoder. [optional]
backupUrl String The backup RTMP playback URL of the transcoded stream. [optional]
createdAt OffsetDateTime The date and time that the stream source was created. [optional]
id String The unique alphanumeric string that identifies the stream source. [optional]
ipAddress String If location_method is ip_address, specify the primary IP address of the source encoder. [optional]
location LocationEnum If location_method is region, specify a location as close as possible to the source encoder. [optional]
locationMethod LocationMethodEnum The method used to determine the location of the stream source, either by region or based on the source encoder's ip_address. [optional]
name String A descriptive name for the stream source. Maximum 255 characters. [optional]
password String The password that you can use to configure the source encoder to authenticate to the stream source. [optional]
playbackUrl String The full RTMP playback URL. [optional]
primaryUrl String The primary RTMP playback URL of the transcoded stream. [optional]
provider String The provider of the Wowza Streaming Cloud stream source. [optional]
streamName String The name of the stream that you can use to configure the source encoder to connect to the stream source. [optional]
type TypeEnum An akamai stream source is a Wowza Streaming Cloud edge resource that send streams to a Wowza Streaming Cloud transcoder using the RTMP protocol. [optional]
updatedAt OffsetDateTime The date and time that the stream source was updated. [optional]
username String The username that you can use to configure the source encoder to authenticate to the stream source. [optional]

Enum: LocationEnum

Name Value
ASIA_PACIFIC_AUSTRALIA "asia_pacific_australia"
ASIA_PACIFIC_JAPAN "asia_pacific_japan"
ASIA_PACIFIC_SINGAPORE "asia_pacific_singapore"
ASIA_PACIFIC_TAIWAN "asia_pacific_taiwan"
EU_BELGIUM "eu_belgium"
EU_GERMANY "eu_germany"
EU_IRELAND "eu_ireland"
SOUTH_AMERICA_BRAZIL "south_america_brazil"
US_CENTRAL_IOWA "us_central_iowa"
US_EAST_VIRGINIA "us_east_virginia"
US_WEST_CALIFORNIA "us_west_california"
US_WEST_OREGON "us_west_oregon"

Enum: LocationMethodEnum

Name Value
REGION "region"
IP_ADDRESS "ip_address"

Enum: TypeEnum

Name Value
AKAMAISTREAMSOURCE "akamaiStreamSource"