Added an MP4 video file link in the example/test HTML file

This commit is contained in:
Gregory Ballantine 2018-02-26 17:38:48 -05:00
parent d2c2917a8b
commit 86d5090f80

View File

@ -21,6 +21,10 @@
{
'link': 'http://techslides.com/demos/sample-videos/small.ogv',
'type': 'video/ogg',
},
{
'link': 'http://techslides.com/demos/sample-videos/small.mp4',
'type': 'video/mp4',
}
]
});