Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Video playback support?
Video playback support? [message #645562] Sat, 18 December 2010 01:21 Go to next message
Greg Brown is currently offline Greg BrownFriend
Messages: 16
Registered: December 2010
Junior Member
Hi all,

Just wondering if there is any standard support for video playback in an Eclipse application. I thought there might be something similar to org.eclipse.swt.browser.Browser (e.g. org.eclipse.swt.media.MediaPlayer) but I could not find anything.

I'm sure I could use the Browser class to host a page containing a video, but it would be nice if there was a dedicated media playback component.

Any suggestions?

Thanks,
Greg
Re: Video playback support? [message #645808 is a reply to message #645562] Mon, 20 December 2010 16:20 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Greg,

SWT doesn't offer this. The closest you could get would be to use OLE to
embed an available player, as demonstrated in the snippets linked below.
The obvious problem with this is that it won't work on non-Windows
platforms.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org. eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet264 .java
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org. eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet265 .java

Grant


"Greg Brown" <gk_brown@verizon.net> wrote in message
news:ieh21m$3rh$1@news.eclipse.org...
> Hi all,
>
> Just wondering if there is any standard support for video playback in an
> Eclipse application. I thought there might be something similar to
> org.eclipse.swt.browser.Browser (e.g. org.eclipse.swt.media.MediaPlayer)
> but I could not find anything.
> I'm sure I could use the Browser class to host a page containing a video,
> but it would be nice if there was a dedicated media playback component.
>
> Any suggestions?
>
> Thanks,
> Greg
>
Re: Video playback support? [message #645983 is a reply to message #645562] Tue, 21 December 2010 13:17 Go to previous message
Greg Brown is currently offline Greg BrownFriend
Messages: 16
Registered: December 2010
Junior Member
I suspected as much but wanted to confirm. Thanks.
Greg
Previous Topic:How to Disable Breadcrumbs
Next Topic:HowTo avoid minimal size of text in ControlContribution in Local Toolbar?
Goto Forum:
  


Current Time: Thu Apr 25 21:20:30 GMT 2024

Powered by FUDForum. Page generated in 0.04007 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top