Skip to content

Latest commit

 

History

History
139 lines (137 loc) · 8.06 KB

2016-01-01-index.md

File metadata and controls

139 lines (137 loc) · 8.06 KB
layout title date categories permalink
post
EMS API Definition
2016-01-01 01:01:01 +0000
jekyll update
table_of_contents
  1. Document Definitions
  2. Overview
  3. Run-Time API
    1. Accessing the Runtime API
      • ASCII
      • HTTP
      • PHP and JavaScript
      • JSON
    2. Configuring and Receiving Event Notifications
      • Sinks
    3. User Defined Variables
    4. Streams vs Stream Configs and API Command Return Values
      • Stream Configs
      • Streams
  4. EvoStream Media Server API
    1. Streams
    2. Aliasing
    3. Utility and Feature API Functions
    4. Connections
    5. Services
  5. EMS Event Notification System
    1. Stream Event Definitions
    2. Adaptive Streaming/File-based Streaming Events
      • hlsChunkCreated, hdsChunkCreated, mssChunkCreated, dashChunkCreated
      • hlsChunkClosed, hdsChunkClosed, mssChunkClosed, dashChunkClosed
      • hlsChunkError, hdsChunkError, mssChunkError, dashChunkError
      • hlsChildPlaylistUpdated, hdsChildPlaylistUpdated
      • hlsMasterPlaylistUpdated, hdsMasterPlaylistUpdated
      • mssPlaylistUpdated, dashPlaylistUpdated
    3. Web Server Events
      • streamingSessionStarted
      • streamingSessionEnded
      • fileDownloaded
    4. API Based Events
      • cliRequest
      • cliResponse
      • processStarted, processStopped
      • timerCreated
      • timerTriggered
      • timerClosed
    5. Connection Based Events
      • protocolRegisteredToApp
      • protocolUnregisteredFromApp
      • carrierCreated
      • carrierClosed
    6. Application Based Events
      • applicationStart, applicationStop
      • serverStarted
      • serverStopped
    7. Web Server Events
      • streamingSessionStarted
      • streamingSessionEnded
      • fileDownloaded
    8. Event Table of Protocol Types