PHPackages                             cloudinary/video-live-streaming - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cloudinary/video-live-streaming

ActiveLibrary

cloudinary/video-live-streaming
===============================

Use the Video Live Streaming API to create and manage your RTMP live streams. This includes managing outputs as well as manually starting and stopping streams. See the \[live streaming guide\](https://cloudinary.com/documentation/video\_live\_streaming) for information on how to use the Live Streaming API to stream video to your users. \*\*Note\*\*: The Live Streaming API is currently in development and is available as a Public Beta, which means we value your feedback, so please feel free to \[share any thoughts with us\](https://support.cloudinary.com/hc/en-us/requests/new). The API supports Basic Authentication using your Cloudinary API Key and API Secret (which can be found on the Dashboard page of your \[Cloudinary Console\](https://console.cloudinary.com/pm)).

0.1.1(1y ago)13MITPHPPHP ^8.1

Since Oct 6Pushed 1y ago11 watchersCompare

[ Source](https://github.com/cloudinary/video-live-streaming-php)[ Packagist](https://packagist.org/packages/cloudinary/video-live-streaming)[ Docs](https://support.cloudinary.com)[ RSS](/packages/cloudinary-video-live-streaming/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Video Live Streaming (Beta) PHP SDK
===================================

[](#video-live-streaming-beta-php-sdk)

Use the Video Live Streaming API to create and manage your RTMP live streams. This includes managing outputs as well as manually starting and stopping streams. See the [live streaming guide](https://cloudinary.com/documentation/video_live_streaming) for information on how to use the Live Streaming API to stream video to your users.

**Note**: The Live Streaming API is currently in development and is available as a Public Beta, which means we value your feedback, so please feel free to [share any thoughts with us](https://support.cloudinary.com/hc/en-us/requests/new).

The API supports Basic Authentication using your Cloudinary API Key and API Secret (which can be found on the Dashboard page of your [Cloudinary Console](https://console.cloudinary.com/pm)).

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "cloudinary/video-live-streaming": "*"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
