PHPackages                             martin1982/live-broadcast-easyadmin-bundle - 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. martin1982/live-broadcast-easyadmin-bundle

ActiveSymfony-bundle

martin1982/live-broadcast-easyadmin-bundle
==========================================

Easyadmin plugin for the live broadcast bundle

1182PHP

Since Mar 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Martin1982/live-broadcast-easyadmin-bundle)[ Packagist](https://packagist.org/packages/martin1982/live-broadcast-easyadmin-bundle)[ RSS](/packages/martin1982-live-broadcast-easyadmin-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Live Broadcast Bundle
=====================

[](#live-broadcast-bundle)

[![Build status](https://github.com/martin1982/live-broadcast-easyadmin-bundle/workflows/Static%20analysis%20of%20live-broadcast-easyadmin-bundle/badge.svg)](https://github.com/martin1982/live-broadcast-easyadmin-bundle/workflows/Static%20analysis%20of%20live-broadcast-easyadmin-bundle/badge.svg)

[![Latest stable version](https://camo.githubusercontent.com/8d8bb562bcc6a575cc6d6e5717305b97aa36a66e0ea617aa96408a2a0e2c767c/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d62756e646c652f762f737461626c65)](https://packagist.org/packages/martin1982/live-broadcast-bundle)[![Latest unstable version](https://camo.githubusercontent.com/c0a2e0828e66405c3beaf022cbad0a6f98db53a7d472485e9a2d65243a2b921f/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/martin1982/live-broadcast-bundle)

[![License](https://camo.githubusercontent.com/92de15d4c62dc7bdf824bab43a34ab372fa54fc3e48765d06ffb895c84f60b08/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d62756e646c652f6c6963656e7365)](https://packagist.org/packages/martin1982/live-broadcast-bundle)[![Total downloads](https://camo.githubusercontent.com/521f76ca6b96e88d81fde28582be0b84abdf69f5b86900158ee6d441e329ee72/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/martin1982/live-broadcast-bundle)

Table of contents
-----------------

[](#table-of-contents)

- [About](#about)
- [Prerequisites](#prerequisites)
- [Basic installation](#basic-installation)
- [Enabling Facebook Live](#enabling-facebook-live)
- [Enabling YouTube Live](#enabling-youtube-live)
- [Add new output platforms](#add-new-output-platforms)

About
-----

[](#about)

The Live Broadcast Bundle will make it possible to plan live video streams to various channels like Twitch, YouTube Live, Facebook Live (referred to as Output or Channels).

As "Input" we support files, URL's or existing RTMP streams.

For more info you can view the latest recorded presentation below, check the demo project at  or read on;

[![IMAGE ALT TEXT](https://camo.githubusercontent.com/0296f23c3f30650e10288aec90c187973434c1b84bf3b6688e95872017a49670/687474703a2f2f696d672e796f75747562652e636f6d2f76692f6178757458626c4172684d2f302e6a7067)](http://www.youtube.com/watch?v=axutXblArhM "High quality live broadcasting with PHP by @Martin1982 at @PHPamersfoort")

Prerequisites
-------------

[](#prerequisites)

The Broadcaster needs a few commands;

- `ffmpeg 3.x or higher`

On Linux:

- `ps`
- `kill`

On Mac:

- `ps`
- `grep`
- `kill`

On Windows:

- `tasklist`
- `taskkill`

To test these prerequisites the Symfony command `livebroadcaster:test:shell` can be used after the installation described below.

Basic installation
------------------

[](#basic-installation)

This bundle will be made available on Packagist. You can then install it using Composer:

```
$ composer require martin1982/live-broadcast-bundle
```

Next, for Symfony &lt; 4 enable the bundle in the kernel:

```
