teltek / pmk2-paella-player-bundle
Paella Player Bundle
Installs: 1 430
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.2
- pumukit/pumukit: ^4.0
- dev-master
- 4.0.x-dev
- 3.0.x-dev
- 3.0.53
- 3.0.52
- 3.0.51
- 3.0.50
- 3.0.49
- 3.0.48
- 3.0.47
- 3.0.46
- 3.0.45
- 3.0.44
- 3.0.43
- 3.0.42
- 3.0.41
- 3.0.40
- 3.0.39
- 3.0.38
- 3.0.37
- 3.0.36
- 3.0.35
- 3.0.34
- 3.0.33
- 3.0.32
- 3.0.31
- 3.0.30
- 3.0.29
- 3.0.28
- 3.0.27
- 3.0.26
- 3.0.25
- 3.0.24
- 3.0.23
- 3.0.22
- 3.0.21
- 3.0.20
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.5.x-dev
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.x-dev
- 1.2.x-dev
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.0.x-dev
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-bugfix_27298_play_hls_videos
- dev-feature_add_new_mime_types
This package is auto-updated.
Last update: 2024-11-06 15:01:27 UTC
README
Bundle based on Symfony to work with the PuMuKIT Video Platform.
This bundle overrides the Pumukit Player Bundle. It adds a Paella Player to the WebTV Portal to be used instead of the default Player Bundle
composer require teltek/pumukit-paella-player-bundle
The base Player needs to be uninstalled in order for the Paella Player to work properly:
Remove the next line from config/bundles.php
Pumukit\PlayerBundle\PumukitPlayerBundle::class => ['all' => true],
Remove the next lines from config/routes/annotations.yaml
pumukit_player:
resource: "@PumukitPlayerBundle/Resources/config/routing.yml"
prefix: /
Remove file config/packages/pumukit_player.yaml
Add PaellaPlayer line from config/bundles.php
Pumukit\PaellaPlayerBundle\PumukitPaellaPlayerBundle::class => ['all' => true],
Add PaellaPlayer lines on config/routes/annotations.yaml
pumukit_player:
resource: "@PumukitPaellaPlayerBundle/Resources/config/routing.yml"
prefix: /
Then execute the following commands
$ php app/console cache:clear $ php app/console cache:clear --env=prod $ php app/console assets:install