Bundle based on Symfony to work with the PuMuKIT2 Video Platform.
This bundle overrides the PuMuKIT-2 BasePlayer Bundle. It adds a Paella Player to the WebTV Portal to be used instead of the default JW Player Bundle
Step 1 requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require teltek/pmk2-paella-player-bundle
The JWPlayerBundle needs to be uninstalled in order for the Paella Player to work propertly:
Uninstall the bundle by executing the following line command. This command updates the Kernel to remove the bundle (app/AppKernel.php) and unloads the boundle routes from (app/config/routing.yml).
$ php app/console pumukit:install:bundle --uninstall Pumukit/JWPlayerBundle/PumukitJWPlayerBundle
After uninstalling the default JWPlayer, install the bundle by executing the same command as before, without the --uninstall option and with the PaellaPlayerBundle namespace this time. .
$ php app/console pumukit:install:bundle Pumukit/PaellaPlayerBundle/PumukitPaellaPlayerBundle
$ php app/console cache:clear
$ php app/console cache:clear --env=prod
$ php app/console assets:install