Applications represent a common group of streams. Streams on different applications cannot be used together, such as in a switchboard. Applications also control the origin server setting for its streams.
Application Name
The application name must begin with "username-"
Sample value:username-origin
Type of Streaming Application
Enum:origin, chorigin, vod, webrtc
Default:origin
Sample value:vod
Advanced App Flags, multiple flags can be combined using a logical AND
Flags:
Default:0
Sample value:10
HLS Playback URL
Hostnames must resolve to a valid IP address.
Sample value:
RTMP Playback URL
Hostnames must resolve to a valid IP address.
Sample value:
DASH Playback URL
Hostnames must resolve to a valid IP address.
Sample value:
Type of Streaming Application
Enum:origin, chorigin, vod, webrtc
Sample value:vod
Live streams
Get the Apps object with id username-origin.
https://api.scaleengine.net/v2/apps/username-origin
curl --user 158:8fc8c48da81e6a2a06a9556379bf798af508dc0792497c678b4c3532ba8b637f https://api.scaleengine.net/v2/apps/username-origin
None
{ "id": "N/A", "cdn_id": "8123", "name": "username-origin", "type": "vod", "flags": "10", "origin": "", "origin_id": "1234", "backup": "", "backup_id": "1234", "app_template": "default", "config": "", "playback_hls": "", "playback_rtmp": "", "playback_dash": "", "usage_app_id": "", "origin_debug": "https://example-origin.secdn.net/debug", "playback_debug": "https://example-hls.secdn.net/debug" }
This object is read-only and cannot be created.
This object is read-only and cannot be updated.
This object is read-only and cannot be deleted.
You do not have access to modify this field
Missing one or more required fields
Data type does not conform to required field type
The value exceeded maximum length allowed
The application name must begin with "username-"
The value must match one of the predefined values
The value must match one or more of the predefined flags
Hostnames must resolve to a valid IP address.