teltek / pumukit-opencast-bundle
PuMuKIT 的 Opencast 组件包
2.2.4
2023-01-11 08:27 UTC
Requires
- php: >=7.2
- pumukit/pumukit: >=3.9
- dev-master
- 2.2.x-dev
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.x-dev
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature_27121_update_opencast_bundle
- dev-feature_command_delete_empty_persona_series
- dev-feature_25870_logging_count_mmo_with_mediapackage
This package is auto-updated.
Last update: 2024-09-20 15:31:10 UTC
README
此组件包用于将 Opencast 支持添加到 PuMuKIT 平台。使用它,您可以在 PuMuKIT Web TV 门户中导入和发布 Opencast 服务器上托管的视频。
composer require teltek/pumukit-opencast-bundle
如果没有,请将以下内容添加到 config/bundles.php
Pumukit\OpencastBundle\PumukitOpencastBundle::class => ['all' => true]
使用 pumukit:init:repo
命令导入 Opencast 的特定权限配置文件
php bin/console pumukit:permission:update Administrator ROLE_ACCESS_IMPORTER php bin/console pumukit:permission:update Publisher ROLE_ACCESS_IMPORTER php bin/console pumukit:permission:update Ingestor ROLE_ACCESS_IMPORTER
然后执行以下命令
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install