Can you please include ogg and webm in future release of s2m. I tried both extensions in the mime-types.ini file but i was unable to play the video.. I know I am missing something....I have all of them in the inline extension line of s2m download section.
- Code: Select all
<video id="video" autoplay style="width:720px;height:480px;" >
<source type="video/webm" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.webm" />
<source type="video/ogg" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.ogv" >
<source type="video/h264" src="http://site.com/f8c4d1b503f21a3bdd573b28c75a2524.mp4" >
</video>
I was able to role back to mp4 using flash player but none of video tags are working for the rest.
Thank you
Sam