Skip to content

polimediaupv/paella-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f9cc9f · Nov 26, 2024
May 7, 2024
Jan 12, 2023
May 8, 2024
Nov 26, 2024
Jul 12, 2024
May 7, 2024
Nov 26, 2024
Jan 13, 2023
May 7, 2024
Nov 18, 2022
Nov 25, 2022
Jan 13, 2023
Nov 3, 2022
Nov 21, 2022
Feb 24, 2021
Sep 11, 2024
Nov 26, 2024
May 8, 2024
Mar 24, 2023
May 6, 2021
May 11, 2021
Aug 1, 2023
Feb 24, 2021
May 8, 2023
Nov 25, 2022
Jan 19, 2023

Repository files navigation

Paella Player (version 7 and beyond) core libraries

The Paella (pronounced 'paeja') Player is an HTML 5 multistream player, developed by the Universitat Politècnica de València. It is specially designed for lecture recordings, like Opencast lectures or Polimedia pills.

Paella Player is capable of playing multiple audio and video streams synchronously and can be integrated into almost any video platform using its powerful and easy to use plugin architecture.

You can find out more about Paella on the Paella Player Web Page.

Build and Install

This repository is the Paella Player core library. To build it, run:

% npm install
% npm run build

You can also debug the Paella Player core features with the included minimal player example:

% npm install
% npm run dev

You can get more information about Paella and its development in the documentation.