Important note
As it is distributed, DWP uses the jplayer library hosted at jplayer.org.
It appears the library is no longer hosted there, and so, DWP crashes.
To solve the problem, apply following modification to daisywp.html
:
Replace line
<script src="http://www.jplayer.org/latest/js/jquery.jplayer.min.js"></script>with
<script src="http://cdnjs.cloudflare.com/ajax/libs/jplayer/2.7.1/jquery.jplayer/jquery.jplayer.min.js"></script>