[webkit-dev] [WinCairo] : ENABLE_VIDEO => how to activate HTML5 video tag ?

Justin Haygood justin.haygood at reaktix.com
Mon Oct 14 20:29:21 PDT 2013


Would it be possible to use Media Foundation with a fall back? You can't depend on Media Foundation even on Windows Vista+ anyway (N editions don't have it), but it's a COM API so you can detect that it is not available to use something else.

From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-bounces at lists.webkit.org] On Behalf Of Mital Vora
Sent: Monday, October 14, 2013 10:29 PM
To: Brent Fulgham
Cc: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO => how to activate HTML5 video tag ?

Hi Alex,

So Our Choices so far:

GStreamer
FFMPeg (http://www.ffmpeg.org/)
Media Foundation (http://msdn.microsoft.com/en-us/library/windows/desktop/ms696274(v=vs.85).aspx)
WebM (http://www.webmproject.org/)

Chrome's part source code for:

FFMpeg: http://src.chromium.org/viewvc/chrome/trunk/src/media/ffmpeg/
WebM: http://src.chromium.org/viewvc/chrome/trunk/src/media/webm/



Regards,

Mital Vora.

On Mon, Oct 14, 2013 at 11:38 PM, Brent Fulgham <bfulgham at apple.com<mailto:bfulgham at apple.com>> wrote:
The only problem with Media Foundation is that it is Vista-and-newer only.  There is no Windows XP version.

-Brent

On Oct 14, 2013, at 10:23 AM, Brent Fulgham <bfulgham at apple.com<mailto:bfulgham at apple.com>> wrote:


Alex, Brendan:

I do think that something like Media Foundation would be a useful way to go, since WinCairo is pretty solidly Windows-only.

-Brent


On Oct 14, 2013, at 10:00 AM, Brendan Long <self at brendanlong.com<mailto:self at brendanlong.com>> wrote:


On 10/14/2013 10:39 AM, Mital Vora wrote:
* are we considering any other possibilities besides gstreamer like ffmpeg (http://www.ffmpeg.org/) or any other.
By the way, if this is just for Windows, you may want to look at Media Foundation<https://en.wikipedia.org/wiki/Media_Foundation>.

Also, I took at look at the media players before Chromium was removed, and I didn't see an FFMPEG media player. Maybe Chromium's media player has always been in the Chromium tree instead of the WebKit tree.
_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>
https://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>
https://lists.webkit.org/mailman/listinfo/webkit-dev


_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org<mailto:webkit-dev at lists.webkit.org>
https://lists.webkit.org/mailman/listinfo/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20131015/417e9d0f/attachment.html>


More information about the webkit-dev mailing list