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: [email protected] [mailto:[email protected]] On Behalf Of Mital Vora Sent: Monday, October 14, 2013 10:29 PM To: Brent Fulgham Cc: [email protected] 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 <[email protected]<mailto:[email protected]>> 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 <[email protected]<mailto:[email protected]>> 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 <[email protected]<mailto:[email protected]>> 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 [email protected]<mailto:[email protected]> https://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected]<mailto:[email protected]> https://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected]<mailto:[email protected]> https://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

