Uiza Documentation
2020-03-26
2020-03-26
  • Hola! 👋
  • Getting Started
    • Introduction
    • Authentication
    • Errors
    • Quick Starts
      • Live Streaming
      • Video Streaming
    • Pagination
    • Recommended Specifications
    • Postman Collections
    • Sample Streaming Apps
      • NodeJS Live Streaming App
      • Java Live Streaming App
      • Python Live Streaming App
      • How to integrate live streaming into an Android App using Uiza’s Live API
    • Versioning
  • API Reference
    • Live Entities
      • Create A Live Entity
      • Retrieve A Live Entity
      • Update A Live Entity
      • Delete A Live Entity
      • List All Live Entities
      • Enable Live Entity DVR
      • Disable Live Entity DVR
    • Live Sessions
      • Retrieve A Live Session
      • List All Live Sessions
    • Video Entities
      • Retrieve A Video Entity
      • Update A Video Entity
      • Publish A Video Entity
      • Delete A Video Entity
      • List All Video Entities
    • Video Presets
      • Create a Video Preset
      • Retrieve a Video Preset
      • Update a Video Preset
      • Delete a Video Preset
      • List all Video Presets
      • Add Profile(s) to Video Preset
      • Remove Profile(s) from Video Preset
    • Video Profiles
      • List All Video Profiles
    • Events
      • Retrieve An Event
      • List All Events
      • Event Types
    • Webhook Endpoints
      • Create Webhook Endpoint
      • Retrieve Webhook Endpoint
      • Update Webhook Endpoint
      • Delete Webhook Endpoint
      • List All Webhook Endpoints
      • Enable A Webhook Endpoint
      • Disable A Webhook Endpoint
  • SDK REFERENCE
    • Introduction
    • Android SDK
      • Android Player SDK
      • Android Broadcast SDK
    • iOS SDK
      • iOS Player SDK
      • iOS Broadcast SDK
    • Web Player SDK
  • API UPGRADES
    • Release Notes
    • API Changelog
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

Live Sessions

PreviousDisable Live Entity DVRNextRetrieve A Live Session

Last updated 5 years ago

Was this helpful?

A live_session is the event where a live signal is ingested and broadcasted uninterruptedly. An individual live_entity could contain multiple live sessions.

The API allows you to list all sessions that belong to a live_entity which is identified by its id, or retrieve a specific live_session.

The session object

Attributes

id string

The unique identifier for the live session.

live_entity_id string

The unique identifier for the live_entity whose sessions are going to be retrieved.

ingest_key string

The stream key of the live_entity that is requested.

duration number

The duration of one live_session is counted from the moment Uiza receives the first signal of the live feed until the last signal of that live feed. Broadcasting sessions do not contain any duration.

created_at string

The timestamp, at which a live_session is created automatically when Uiza receives a live signal, follows the .

updated_at string

The timestamp, at which the most recent update to the live_session occurred, follows the .

ISO 8601 standard
ISO 8601 standard