azure - HTML5 video stopped working in Chrome (or playing but breaks) -
my asp.net application using html5 video , working in every browser. somehow today stopped working in chrome. or if starts working, somehow it's playing full of breaks.
in mozilla , ie it's working ok. ideas?
the app hosted on azure cloud , sql database there too.
<video id="dolphinvideo" autoplay preload="auto" style="width: 100% !important;"> <source src='<%# string.format("/files/{0}.webm", eval("videoid")) %>' type='video/webm'> <source src='<%# string.format("/files/{0}.mp4", eval("videoid")) %>' type='video/mp4'> </video>
edit javascript code cause.
Comments
Post a Comment