Page 1 of 1

HTML5 OGG, WebM video Support

PostPosted: June 12th, 2011, 1:04 am
by drbyte
Hi Jason,

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

Re: HTML5 OGG, WebM video Support

PostPosted: June 14th, 2011, 1:43 am
by Jason Caldwell
Absolutely. Thanks for reporting this.
While I work out the best way to handle this, you might take a look at this article:
http://stackoverflow.com/questions/2756 ... in-firefox

Re: HTML5 OGG, WebM video Support

PostPosted: June 14th, 2011, 10:29 pm
by drbyte
Thank you...It seems everything is moving toward html5....I just can't understand why them companies can't make up their mind!! I think webm will take over.

Here are the soft's that I use:

Miro Video Converter - One of the best..it converts almost to all (mp4, ogg, webm, and theora). The resolution is not that high but the playback in your smartphones or tablets are near perfect.
Website: http://www.mirovideoconverter.com/

ffmpeg2theora For ogg: I would love to hug the developer of this amazing soft. Simple and Wow...You can control the resolution too. Love it
Website: http://v2v.cc/~j/ffmpeg2theora/

Now, for more control over the media, this is a great software: Handbrake
Lots of goodies but it's limited to mp4 and mkv. Great software
Website: http://handbrake.fr/

Last but not least...MediaCoder
Tons of options..you'd love this one....any media any container and it's super fast and the conversion is near perfect.
Website: http://www.mediacoderhq.com/index.htm

All of the above are open-source, gpl licensed..

Thank you for the links...looked at it but with no luck..Did i mensioned that I was using /?s2member_file_download= ..

Sam

Re: HTML5 OGG, WebM video Support

PostPosted: June 15th, 2011, 12:06 am
by Jason Caldwell
Thanks for those links Sam. Much appreciated.
I'm investigating this now.

Re: HTML5 OGG, WebM video Support

PostPosted: June 17th, 2011, 1:02 am
by Jason Caldwell
I've gotten this working in the latest development version. I'll be releasing it within the next day or two. Thank you VERY much for your assistance on this.

Re: HTML5 OGG, WebM video Support

PostPosted: June 17th, 2011, 8:07 am
by drbyte
Thank you Jason...as always...the best