Paella needs to know certain information to play your videos.
So, You need to pass all that information to paella. Paella provides you three ways to pass that information.
Paella is able lo read a file data.json
to obtain the information needed to play the videos.
This is the simplest way to play videos with paella as you don’t need to program anything or modify
any html file.
Using this method you need to have a repository folder and, there your data.json
files and configure paella
to use that repository.
To know more about this, please read How to integrate paella in your portal: the easy way
If you don’t want to have a repository folder or you want to embed Paella into your own html page, you can read How to integrate paella in your portal: the intermediate way
However, You can program (in javascript) some adaptors that Paella can use to obtain all the information needed.
To know more about this, please read How to integrate paella in your portal: the advanced way
There are some implementation to integrate Paella in third party portals:
If you want to use Paella as a engage player for opencast, please go to the paella-opencast project to read how to build the paella engage bundle.
Paella can be integrated into edX with an XBlock. Please go to the Paella Xblock project to read how to use it.