Non si dispone dei permessi necessari per modificare questa pagina, per il seguente motivo:

La funzione richiesta è riservata agli utenti che appartengono al gruppo: Utenti.


È possibile visualizzare e copiare il codice sorgente di questa pagina.

Torna a Tapas.

TAPAS: a Tool for rApid Prototyping of Adaptive Streaming algorithms[edit]

TAPAS is an open-source Tool for rApid Prototyping of Adaptive Streaming control algorithms. TAPAS is a flexible and extensible video streaming client written in python language that allows to easily design and carry out experimental performance evaluations of adaptive streaming controllers without needing to write the code to download video segments, parse manifest files, and decode the video. TAPAS currently supports DASH and HLS and has been designed to minimize the CPU and memory footprint so that experiments involving a large number of concurrent video flows can be carried out using a single client machine.

TAPAS is built on the components shown in the following figure.

Tapascomponents.png

In order to implement a new controller it is sufficient to create a new controller class, f.i. MyController, in a python file placed in the controller/ directory. The MyController class has to inherit from baseController class and implement only a few methods. For an exhaustive description, please refer to the available documentation shipped with the source code and the TAPAS paper (see References section).

Download[edit]

The latest (and first) release of TAPAS is: TAPAS v1.0

References[edit]