Demos for MPEG-DASH and DRM.
First run prepare-videos.sh to do video downloading and transcoding.
It needs wget and ffmpeg.
Then set up a web server for video steaming.
For example, run python -m http.server (Python 3) or python -m SimpleHTTPServer (Python 2).