video - html5 player does not show in IE 11 when src is base 64 string -


the page referred here: http://www.rtbaileyphd.com/src/testjunk/html5videoproblem.out.html there should 2 html5 video players showing there. both play same video, first 1 src file has been base 64 encoded , embedded html. source specified src="data:video/mp4;base64,aaa...". approach mandatory application. in 2nd video standard approach of using src="http://..." used. if view page in chrome, firefox, or opera both players show. however, ie 11 1st video player not show unless hover mouse on supposed be. can video play if that. problem resolved if autoplay option added, not want videos automatically play. there way put image of player underneath actual, invisible player? tried poster attribute, poster image not show either.

after posting, answer came me. since video show if autoplay turned on, add autoplay video tag, , since have javascript page initialization function anyway, add javascript pause videos after page first shown. see pause multiple html5 videos javascript.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -