选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

Working with data plane APIs in AWS Elemental MediaPackage

聚焦模式
Working with data plane APIs in AWS Elemental MediaPackage - AWS Elemental MediaPackage v2
此页面尚未翻译为您的语言。 请求翻译

MediaPackage uses three data plane actions for ingesting and egressing video content. MediaPackage does not use these actions to configure Channel Group, Channel, or Origin Endpoint resources.

PutObject

During ingest, uploads video segments from an encoder into a MediaPackage channel.

To call PutObject, perform an HTTP GET request to the ingest URL for a channel.

For more information about video format requirements for PutObject, see Supported input types.

GetObject

Download video segments from an origin endpoint in MediaPackage.

To call GetObject, perform an HTTP GET request to an egress URL on an origin endpoint.

GetHeadObject

Retrieves just the HTTP headers of the video content.

To call GetHeadObject, perform an HTTP HEAD request to an egress URL on an origin endpoint.

You can dynamically produce client manifests by appending parameters to the playback request. The following topics provide information about the available query parameters:

HarvestObject

Uploads the specified manifest or segment directly to a bucket in Amazon S3. For information about harvesting live-to-VOD assets in MediaPackage, see Creating live-to-VOD assets with MediaPackage.

To call HarvestObject, perform an HTTP POST request to an egress URL, including the manifest or segment path. In the request headers, include the S3 destination bucket name and key.

Example
POST egress_domain/channelGroup/ChannelGroupName/channel/ChannelName/originEndpoint/OriginEndpointName/manifest_or_segment_path HTTP/1.1 X-Amz-Source-MediaPackage-S3-Dst-Bucket-Name: amzn-s3-demo-bucket/path X-Amz-Source-MediaPackage-S3-Dst-Object-Key: amzn-s3-demo-bucket-key

本页内容

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。