teltek / pumukit-paella-player-bundle
Paella播放器套件
3.0.51
2024-09-18 08:34 UTC
Requires
- php: >=7.4
- pumukit/pumukit: ^4.0
- dev-master
- 3.0.x-dev
- 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_27240_adapt_image_to_player
- dev-feature_add_new_mime_types
- dev-test_paella_7_II
- dev-upgrading_paella_to_6.5
- dev-check_footprints_change
- dev-test_paella_7
This package is auto-updated.
Last update: 2024-09-18 09:45:09 UTC
README
基于Symfony构建的套件,用于与PuMuKIT视频平台协同工作。
此套件覆盖了Pumukit Player Bundle。它为WebTV门户添加了Paella播放器,以替代默认的Player Bundle
composer require teltek/pumukit-paella-player-bundle
为了使Paella播放器正常工作,需要卸载基础播放器
从config/bundles.php中删除以下行
Pumukit\PlayerBundle\PumukitPlayerBundle::class => ['all' => true],
从config/routes/annotations.yaml中删除以下行
pumukit_player:
resource: "@PumukitPlayerBundle/Resources/config/routing.yml"
prefix: /
删除文件config/packages/pumukit_player.yaml
在config/bundles.php中添加PaellaPlayer行
Pumukit\PaellaPlayerBundle\PumukitPaellaPlayerBundle::class => ['all' => true],
在config/routes/annotations.yaml中添加PaellaPlayer行
pumukit_player:
resource: "@PumukitPaellaPlayerBundle/Resources/config/routing.yml"
prefix: /
然后执行以下命令
$ php app/console cache:clear $ php app/console cache:clear --env=prod $ php app/console assets:install