Google Cloud Video Live Stream API client library
Project description
Live Stream: transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtual environment using venv. venv is a tool that creates isolated Python environments. These isolated environments can have separate versions of Python packages, which allows you to isolate one project’s dependencies from the dependencies of other projects.
With venv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Code samples and snippets
Code samples and snippets live in the samples/ folder.
Supported Python Versions
Our client libraries are compatible with all current active and maintenance versions of Python.
Python >= 3.7
Unsupported Python Versions
Python <= 3.6
If you are using an end-of-life version of Python, we recommend that you update as soon as possible to an actively supported version.
Mac/Linux
python3 -m venv <your-env>
source <your-env>/bin/activate
pip install google-cloud-video-live-stream
Windows
py -m venv <your-env>
.\<your-env>\Scripts\activate
pip install google-cloud-video-live-stream
Next Steps
Read the Client Library Documentation for Live Stream to see other available methods on the client.
Read the Live Stream Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-video-live-stream-1.7.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eae1ccae227fd306157b9c206a425df0f3fd17fdd6375f8938880c7bc282e93 |
|
MD5 | c0d684567802e86085dde9811e65cbb3 |
|
BLAKE2b-256 | 4a7d899204b8a2524a460607dc473804ece823ac8812484c94f962e15233fd2c |
Hashes for google_cloud_video_live_stream-1.7.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44566cd14cd1fcd8bf0b28c05ff78035579df1d180024db080329054ae587134 |
|
MD5 | 26d483c110262fc05f15b9247cac8b5e |
|
BLAKE2b-256 | beeabad1483a0635001688aacb4935ba839480f7ef2ea6422557e969f724a24b |