Skip to content

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

License

Notifications You must be signed in to change notification settings

pumukit/PumukitOpencastBundle

Repository files navigation

PuMuKIT Opencast Bundle

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.

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:

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

php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published