I have developed a django-framework websites, in that video is playing in Chrome, Firefox, IE but I am facing problem with playing video on safari mac.
Video is uploaded on aws ec2 ubuntu machine.
<video id="video" muted controls class="col p-0" poster="http://54.197.43.10/static/images/bg/poster.png" preload="auto">
<source src="http://54.197.43.10/media/video/cds_1nTIdN6.mp4" type="video/mp4">
<source src="http://54.197.43.10/media/video/cds_1nTIdN6.ogg" type="video/ogg; codecs=theora, vorbis">
<source src="http://54.197.43.10/media/video/cds_1nTIdN6.webm" type="video/webm; codecs=vp8, vorbis">
</video>
Is there anything which block server videos on safari ??