Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.83 KB

StreamSourceAkamai.md

File metadata and controls

50 lines (41 loc) · 2.83 KB

StreamSourceAkamai

Properties

Name Type Description Notes
backupIpAddress String If location_method is ip_address, 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 Akamai stream source was created. [optional]
id String The unique alphanumeric string that identifies the Akamai stream source. [optional]
ipAddress String If location_method is ip_address, 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 Akamai stream source, either by region or based on the source encoder's ip_address. [optional]
name String A descriptive name for the Akamai stream source. Maximum 255 characters. [optional]
password String The password that you can use to configure the source encoder to authenticate to the Akamai 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 Akamai stream source. [optional]
streamName String The name of the stream that you can use to configure the source encoder to connect to the Akamai stream source. [optional]
updatedAt OffsetDateTime The date and time that the Akamai stream source was updated. [optional]
username String The username that you can use to configure the source encoder to authenticate to the Akamai 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"