Releases: Martin1982/live-broadcast-bundle
v4.0.1 Fix YouTube transitions
Fixed a bug where YouTube transitions to end a stream resulted in an error
V4.0.0 Multi-admin possibility
As of Release v4.0 the Sonata admin is no longer part of this package, martin1982/live-broadcast-sonata-admin-bundle can be used as a replacement if you were using Sonata Admin
v3.1.2 Updated Google Services API package
Updated the Google Services API package
v3.1.1 Google Services package upgrade
Upgraded the Google Services package
Upgraded Guzzle
Guzzle upgrade to ^v7.0 for require-dev
v3.0.0 BC breaking release
Dropped support for Symfony 3
v2.1.3 Updated Google Services
Update to the latest Google Services package at time of release
v2.1.2 Fix for uploading thumbnails to YouTube
This version fixes a bug that thumbnails did not get uploaded to YouTube anymore.
V2.1.1 Fix for multiple YouTube channels
When using multiple YouTube channels streams could be halted when not receiving a broadcast. This release contains a fix that should fix this issue.
Furthermore some admin descriptions and code optimizations have been applied.
v2.1.0 - Queue system and more logging
With the release of v2.1.0 some latency issues which could close the entity manager should be resolved. This release also contains a contribution where there is more logging in place.
Queueing is based on the Symfony Messenger component, which by default runs in sequence. Please consult the component's documentation to configure async service calls to API's based on queue dispatches.