PHPackages                             martin1982/live-broadcast-sonata-admin-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. [Admin Panels](/categories/admin)
4. /
5. martin1982/live-broadcast-sonata-admin-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

martin1982/live-broadcast-sonata-admin-bundle
=============================================

Sonata plugin for the live broadcast bundle

v4.0.1(3y ago)23653[1 issues](https://github.com/Martin1982/live-broadcast-sonata-admin-bundle/issues)MITPHPPHP &gt;=8.0CI failing

Since Aug 4Pushed 3y agoCompare

[ Source](https://github.com/Martin1982/live-broadcast-sonata-admin-bundle)[ Packagist](https://packagist.org/packages/martin1982/live-broadcast-sonata-admin-bundle)[ RSS](/packages/martin1982-live-broadcast-sonata-admin-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (12)Versions (15)Used By (0)

Live Broadcast Sonata Admin Bundle
==================================

[](#live-broadcast-sonata-admin-bundle)

[![Build status](https://github.com/martin1982/live-broadcast-sonata-admin-bundle/workflows/Static%20analysis%20of%20live-broadcast-sonata-admin-bundle/badge.svg)](https://github.com/martin1982/live-broadcast-sonata-admin-bundle/workflows/Static%20analysis%20of%20live-broadcast-sonata-admin-bundle/badge.svg)[![Latest stable version](https://camo.githubusercontent.com/f9e53e7c1b8359146c5487b17ff4e0285d4e21c9143de0cc6d929c0faea78fbc/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d736f6e6174612d61646d696e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/martin1982/live-broadcast-sonata-admin-bundle)

[![License](https://camo.githubusercontent.com/f73b6738c99b179e0a494d59f3722d3ef49f27a73f229bbfce280ddfc1149a83/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d736f6e6174612d61646d696e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/martin1982/live-broadcast-sonata-admin-bundle)[![Total downloads](https://camo.githubusercontent.com/0e67b39b070b19b79c36a630ae831578a7b1cdf77389db1093bed4295fecbf5e/68747470733a2f2f706f7365722e707567782e6f72672f6d617274696e313938322f6c6976652d62726f6164636173742d736f6e6174612d61646d696e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/martin1982/live-broadcast-sonata-admin-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)
- [Admin GUI support](#admin-gui-support)

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, URLs 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:

```
