html5 - HTML video Doesnt play -
<html> <head> <link rel="stylesheet" type="text/css" href="video.css"> </head> <body> <div id="banner" class="headercontent"> <div id="header"> <div id="headercontent" class="headercontent"> <video autoplay id="awsome_video" > <source src="http://derrylahan.comze.com/promo.mp4" type="video/mp4"> </video> <div class="overlay"> <h1 id="rowdy"> rowdy rondy rousey </h1> <a href="test.html" id="enter">enter</a> </div> </div> </div> </body> </html> this code works mp4 video not 1 ideas ?
thanks in advance works fine off line not on server im using 000webhost free hosting
when open inspect element on chrome , @ net work can see things loading message " failed write temp file: requested file or directory not found @ time operation processed." displayed @ bottom of screen
when have video on server. can stream src="http://serverip_or_domain/location_of_video.mp4". need make sure permissions of .mp4 file correct. (use chmod).
Comments
Post a Comment