Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumukit/pumukitopencastbundle
This bundle is used to add Opencast support to the PuMuKIT platform. With it, videos hosted in your Opencast server can be imported and published into your PuMuKIT Web TV Portal
https://github.com/pumukit/pumukitopencastbundle
Last synced: 1 day ago
JSON representation
This bundle is used to add Opencast support to the PuMuKIT platform. With it, videos hosted in your Opencast server can be imported and published into your PuMuKIT Web TV Portal
- Host: GitHub
- URL: https://github.com/pumukit/pumukitopencastbundle
- Owner: pumukit
- License: agpl-3.0
- Created: 2019-08-20T11:12:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T17:49:46.000Z (10 days ago)
- Last Synced: 2024-12-17T18:42:23.925Z (10 days ago)
- Language: PHP
- Homepage:
- Size: 660 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PuMuKIT Opencast Bundle
=======================This bundle is used to add [Opencast](http://www.opencast.org/) support to the PuMuKIT platform. With it, videos hosted in your Opencast server can be imported and published into your PuMuKIT Web TV Portal.
```bash
composer require teltek/pumukit-opencast-bundle
```if not, add this to config/bundles.php
```
Pumukit\OpencastBundle\PumukitOpencastBundle::class => ['all' => true]
```Import specific permission profiles for Opencast using `pumukit:init:repo` command:
```bash
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
```Then execute the following commands
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```