ios - Video is not playing in the server but playing local in iPad? -
i using html5 <video>
tag play video in ipad/iphone playing in local when update server getting play icon , stuck there itself.
<video controls="true" preload id=videocontainer> <source src=video/abc.mp4 type=video/mp4> <source src=video/abc.ogg type=video/ogg> <source src=video/abc.webm type=video/webm> browser not back upwards video tag. </video>
create .htaccess , added next lines in it
addtype video/ogg .ogv addtype video/mp4 .mp4
ios html5 ipad
No comments:
Post a Comment