2014-03-09, 02:17 PM
Are you making sure to put the url into the Url property and not Path?
The reason for the duplicate calls is most likely due to the failures. In the html5 video element we list out several formats. Browser tries the first one, it fails, then tries the second, etc. So we can probably fix the duplicate call just by getting to succeed the first time.
The reason for the duplicate calls is most likely due to the failures. In the html5 video element we list out several formats. Browser tries the first one, it fails, then tries the second, etc. So we can probably fix the duplicate call just by getting to succeed the first time.