Amazon Kinesis Video Streams website screenshot

Amazon Kinesis Video Streams

Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning, playback, and other processing. It automatically provisions and elastically scales all the infrastructure needed to ingest streaming video data from millions of devices.

1 APIs 5 Features
IoTMachine LearningMediaVideo Streaming

APIs

Amazon Kinesis Video Streams API

The Amazon Kinesis Video Streams API provides programmatic access to create and manage video streams, signaling channels, and WebRTC connections for streaming video from connect...

Collections

Pricing Plans

Rate Limits

FinOps

Features

Durable Video Storage

Stores, encrypts, and indexes video data in streams and allows access to data through APIs.

WebRTC Support

Provides signaling and relay services for two-way real-time media streaming between WebRTC-enabled devices.

ML Integration

Integrates with Amazon Rekognition Video for real-time computer vision and object detection.

Scalable Ingestion

Automatically provisions and elastically scales infrastructure to ingest video from millions of devices.

Playback

Supports live and on-demand playback with HLS streaming.

Use Cases

Smart Home Security

Stream video from security cameras for real-time monitoring and alerts.

Industrial Monitoring

Monitor manufacturing processes and equipment with video analytics.

Autonomous Vehicles

Ingest sensor and video streams from autonomous vehicles for ML model training.

Live Video Streaming

Deliver live video streams to viewers with low latency using WebRTC.

Integrations

Amazon Rekognition

Analyze streaming video with computer vision for object and face detection.

AWS IoT Core

Connect IoT cameras and devices to stream video to Amazon Kinesis Video Streams.

Amazon SageMaker

Use video data for machine learning model training and inference.

Semantic Vocabularies

Amazon Kinesis Video Streams Context

2 classes · 7 properties

JSON-LD

API Governance Rules

Amazon Kinesis Video Streams API Rules

16 rules · 9 errors 7 warnings

SPECTRAL

JSON Structure

Amazon Kinesis Video Streams Stream Structure

5 properties

JSON STRUCTURE

Example Payloads

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Kinesis Video Streams API
  version: '2024-01-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Streams
    type: folder
  items:
  - info:
      name: Amazon Kinesis Video Streams List Streams
      type: http
    http:
      method: GET
      url: https://kinesisvideo.us-east-1.amazonaws.com/streams
    docs: Returns an array of StreamInfo objects.
  - info:
      name: Amazon Kinesis Video Streams Create Stream
      type: http
    http:
      method: POST
      url: https://kinesisvideo.us-east-1.amazonaws.com/streams
    docs: Creates a new Kinesis video stream.
  - info:
      name: Amazon Kinesis Video Streams Describe Stream
      type: http
    http:
      method: GET
      url: https://kinesisvideo.us-east-1.amazonaws.com/streams/:StreamName
      params:
      - name: StreamName
        value: ''
        type: path
        description: The name of the stream.
    docs: Returns the most current information about the specified stream.
  - info:
      name: Amazon Kinesis Video Streams Update Stream
      type: http
    http:
      method: PUT
      url: https://kinesisvideo.us-east-1.amazonaws.com/streams/:StreamName
      params:
      - name: StreamName
        value: ''
        type: path
        description: The name of the stream.
    docs: Updates stream metadata, such as the device name and media type.
  - info:
      name: Amazon Kinesis Video Streams Delete Stream
      type: http
    http:
      method: DELETE
      url: https://kinesisvideo.us-east-1.amazonaws.com/streams/:StreamName
      params:
      - name: StreamName
        value: ''
        type: path
        description: The name of the stream.
    docs: Deletes a Kinesis video stream and the data contained in the stream.
- info:
    name: Signaling Channels
    type: folder
  items:
  - info:
      name: Amazon Kinesis Video Streams List Signaling Channels
      type: http
    http:
      method: GET
      url: https://kinesisvideo.us-east-1.amazonaws.com/channels
    docs: Returns an array of ChannelInfo objects.
  - info:
      name: Amazon Kinesis Video Streams Create Signaling Channel
      type: http
    http:
      method: POST
      url: https://kinesisvideo.us-east-1.amazonaws.com/channels
    docs: Creates a signaling channel.
  - info:
      name: Amazon Kinesis Video Streams Describe Signaling Channel
      type: http
    http:
      method: GET
      url: https://kinesisvideo.us-east-1.amazonaws.com/channels/:ChannelName
      params:
      - name: ChannelName
        value: ''
        type: path
        description: The name of the channel.
    docs: Returns the most current information about the signaling channel.
  - info:
      name: Amazon Kinesis Video Streams Delete Signaling Channel
      type: http
    http:
      method: DELETE
      url: https://kinesisvideo.us-east-1.amazonaws.com/channels/:ChannelName
      params:
      - name: ChannelName
        value: ''
        type: path
        description: The name of the channel.
    docs: Deletes a specified signaling channel.
bundled: true