Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 274 Bytes

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).