video is not playing in safari browser although it's working fine in chrome is there any issue with video tag or am i missing something. i know i have given two different resources for video but even after giving same resources it was not working fine.Here is my code.
<video controls muted playsinline loop preload><source src="/css/images/hero-video-webm" type="video/webm"><source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg"> Your browser does not support the video tag.</video>