This project provides a simple webpage to evaluate QoE metrics reported by a 5GMS client during a DASH streaming session.
assets
: Contains static files used inindex.html
samples
: Contains the QoE metrics reports in XML format. By default, the webpage parses and visualizes the data fromsample.xml
src
: The source code of the UI
Install the dependencies: npm install
- Start the application server:
npm start
- Navigate to
http://localhost:3000/
in your browser