Wowza vod_streams API
The VOD stream operations are deprecated in 2.0. Use the /videos endpoints instead. Operations related to video on demand (VOD) streams, which are created through the ``/live_streams`` or ``/transcoders`` resources. A VOD stream is a recording of a live stream that viewers can replay at a later date. After the broadcast is over and the live stream or transcoder is stopped, Wowza Video creates the VOD stream and generates a playback URL. See [About VOD Streams](https://www.wowza.com/docs/create-a-vod-stream#about-vod-streams) to learn more.
Wowza vod_streams API is one of 48 APIs that Wowza publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include vod_streams. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, and a changelog.
This API exposes 4 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.
Requests are made against a single base URL, http://localhost:8087.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Wowza vod_streams API declares
2 security schemes
for authenticating requests.
It accepts HTTP basic authentication (basicAuth).
It uses HTTP digest authentication (digestAuth).
By default, every request must be authenticated.
basicAuth— HTTP Basic Authentication using Wowza Streaming Engine admin credentialsdigestAuth— HTTP Digest Authentication
Paths & Operations 4
Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 PATCH. Each is listed below with its method, path, parameters, and response codes.
The VOD stream operations are deprecated in 2.0. Use the /videos endpoints instead. Operations related to video on demand (VOD) streams, which are created through the /livestreams…
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are vod_stream (19 properties), Error404 (1 property), vod_stream_update_input (1 property), vod_streams (1 property). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Wowza 12
Other APIs Wowza publishes across the network.