Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polimediaupv/paella

Paella standalone html 5 multistream player
https://github.com/polimediaupv/paella

Last synced: 5 days ago
JSON representation

Paella standalone html 5 multistream player

Awesome Lists containing this project

README

        

About Paella Player 6.x
=============

Paella Player 7 has been rewritten from scratch using more current tools, to support technologies such as React or Svelte. For this reason, the development of Paella Player 6.x has been discontinued. No further updates of new features will be made. For the time being, updates of third-party dependency libraries and resolution of particularly serious bugs will continue, but it is recommended to migrate to version 7 as soon as possible.

- [More information about Paella Player 7](https://github.com/polimediaupv/paella-core/blob/main/doc/paella_player_7_presentation.md)
- [Main Paella Player 7 github repository](https://github.com/polimediaupv/paella-player)

Paella Player 7 repositories
----------------------------

Paella Player version 7 has been developed following a different approach. The new player is divided into a base library (paella-core) and several plugin libraries developed by the Polytechnic University of Valencia (UPV) and other institutions. The main repository of Paella Player 7 is assembled from the libraries developed by the UPV. You can compile it to use it in your website, or to start from a code base to develop your own player.

You can consult the official documentation in the [paella-core github repository](https://github.com/polimediaupv/paella-core/blob/main/doc/index.md)

Build and Install Paella Player 6
-----------------

To build Paella, run:

```sh
% npm install
% npm run build
% npm run serve
```

You can get more information about Paella and its development in the [documentation](https://paellaplayer.upv.es/docs/).