HTML5 video tag with https source -


is possible play video via html5 video tag using https video source? our page entirely in https, when browse getting mixed http/https mode message. video configured use https source changing http somehow. don't see 302 redirects coming web server. browser dependent? we've tried possible browsers. code snipplet below developer tool output.

<video id="homepagecentervideo_html5_api" class="vjs-tech" preload="auto" data-setup="{}" poster="/cmsimages/static_image.jpg" src="https://www.domain.com/video/makes_it_easy.mp4" controls="">     <source src="https://www.domain.com/video/makes_it_easy.mp4" type="video/mp4"> </video> 

if copy uri , paste url bar, can see changes https http , still don't see 302 redirects coming server.

we got html5 video work using https, still don't know why. back-end server iis. directory housing video file named "video". if change name of directory, or put video file in directory it's able stream using https fine. if rename directory "video" won't work , uses http. weird, we're assuming has iis settings somewhere.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -