You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API provides a way to list, create, and run channels. Channels consist of inputs (ingest), transcoding settings like codecs and bitrates, and outputs (publishing). List calls use cursor-based pagination with [RFC 5988](https://tools.ietf.org/html/rfc5988) Link headers. Clients *should* read this header and follow the next link to read all pages of results. # noqa: E501
The version of the OpenAPI document: 0.0.0
Contact: support@istreamplanet.com
Generated by: https://openapi-generator.tech
"""
from setuptools import setup, find_packages # noqa: H301
This API provides a way to list, create, and run channels. Channels consist of inputs (ingest), transcoding settings like codecs and bitrates, and outputs (publishing). List calls use cursor-based pagination with [RFC 5988](https://tools.ietf.org/html/rfc5988) Link headers. Clients *should* read this header and follow the next link to read all pages of results. # noqa: E501