ncloud_vodstation_create_channel
Create a new VOD Station streaming channel with customizable protocols, CDN settings, and segmentation options. Use dry-run to preview without creating.
Instructions
Create a new VOD Station streaming channel. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating the channel | |
| createCdn | No | Whether to auto-create a Global Edge CDN | |
| channelName | Yes | Channel name (3-20 chars) | |
| cdnProfileId | No | Global Edge profile ID (required when createCdn=true) | |
| protocolList | No | Streaming protocols (HLS, DASH) | |
| cdnRegionType | No | CDN service region (required when createCdn=true) | |
| segmentDuration | No | Playback time per segment in seconds (default: 10) | |
| storageBucketName | Yes | Object Storage bucket name containing video files | |
| accessPrivateFiles | No | Whether to allow access to private files in the bucket | |
| segmentDurationOption | No | Segmentation method: BASIC (regular intervals) or VARIABLE (keyframe-based) | BASIC |