Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 946 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 946 Bytes

DASHPlayer

A simple Java implementation of a DASH client for video streaming developed for my Bachelor's degree final exam.

Dependencies

All libraries are located in the lib/ folder, link them to your IDE. The video player is based on VLCJ that uses LibVLC, install the VLC application to get it.

To activate DDASH algorithm you need to start the Learning agent:

python Agent.py

located in src/python_lib/

===========================================

This directory contains the source code of my bachelor's degree final exam.

Bachelor Degree in Information Engineering University of Padua, Italy

Copyright and license information can be found in the file LICENSE. Additional information can be found in the file NOTICE.

Authors

This work is based on the project of Iacopo Mandatelli, Matteo Biasetton, Luca Piazzon. Final implementation of adaptive algorithms Davide Talon.