I am using the code below in order to play the video. It works perfectly for iOS but on android unfortunately it is not working.
<video width="450" height="300" poster="thumbs/pic.jpg" controls>
<source src="http://player.vimeo.com/external/76336826.sd.mp4?s=dd361715fad172bf26ba0ad91635c4f9" type="video/mp4"/>
</video>
The picture below shows how controls look like on an Android device.