Deprecated: Function create_function() is deprecated in /home/bluekitc/public_html/ringwald.ch/libxine-java/pmwiki.php on line 456

Main.EclipseXinePlayer History

Hide minor edits - Show changes to output

Changed lines 12-15 from:
It looks like installation and deployment will be the biggest obstacle due to the JNI part of libxine-java, getting Eclipse to let us play a movie in a window is actually quite easy, once you understand that you need to provide an ''editor'' instead of a ''view'' to be able to support a double-click on a movie file.

To give it a try you'll need Eclipse with the Plug-In Development Environment (PDE) installed
. First, install libxine-java [[Main.Installation | normally]]. Now, check out the eclipse-xine-player sources. For some tricky reason I don't quite understand yet, you have to remove the just installed libxine.jar from the system directory and place it into newly created eclise-xine-player folder. Now, you can start up Eclipse and press the "Launch Eclipse Application" link in the plug-in editor view.
to:
It looks like that installation and deployment will be the biggest obstacles due to the JNI part of libxine-java. Getting Eclipse to let us double-click on a movie file and play it in a window is actually quite easy, once you understand that you need to provide an ''editor'' instead of a ''view''.

To give it a try, you'll need Eclipse with the Plug-In Development Environment (PDE) installed. First, install libxine-java [[Main.Installation | normally]]. Now, check out the eclipse-xine-player sources
. For some tricky reason I don't quite understand yet, you have to remove the just installed libxine.jar from the system directory and place it into newly created eclipse-xine-player folder. Now, you can start up Eclipse and press the "Launch Eclipse Application" link in the plug-in editor view.
Changed lines 6-7 from:
Imagine you're developing a multimedia application which plays different animation (e.g. e-learning) and you have quite some different movie files. If you double-click on of them in the Navigator, an external player opens (hopefully). But wouldn't it be more convenient if a new (editor) window opens with basic playback control?
to:
Imagine you're developing a multimedia application which plays different animations (e.g. e-learning) and you have quite some different movie files. If you double-click on of them in the Navigator, an external player opens (hopefully). But wouldn't it be more convenient if a new (editor) window opens with basic playback control?
Added line 8:
%center%http://libxine-java.ringwald.ch/img/eclipse-xine-thumb.png"Screenshot of video playing inside Eclipse" | '''Screenshot of video playing inside Eclipse'''
Deleted line 15:
%center%http://libxine-java.ringwald.ch/img/eclipse-xine-thumb.png"Screenshot of video playing inside Eclipse" | '''Screenshot of video playing inside Eclipse'''
Added line 15:
%center%http://libxine-java.ringwald.ch/img/eclipse-xine-thumb.png"Screenshot of video playing inside Eclipse" | '''Screenshot of video playing inside Eclipse'''
Added lines 1-14:
! Eclipse Xine Player

Now that libxine-java supports SWT, it is only natural to provide an Eclipse Plug-In, especially since Eclipse and Eclipse Plug-Ins are really en vogue. :)

What's it good for?
Imagine you're developing a multimedia application which plays different animation (e.g. e-learning) and you have quite some different movie files. If you double-click on of them in the Navigator, an external player opens (hopefully). But wouldn't it be more convenient if a new (editor) window opens with basic playback control?

That's the goal now. I've created a new SVN branch for this: \\
@@http://libxine-java.svn.sourceforge.net/viewvc/libxine-java/branches/eclipse-xine-player/@@

It looks like installation and deployment will be the biggest obstacle due to the JNI part of libxine-java, getting Eclipse to let us play a movie in a window is actually quite easy, once you understand that you need to provide an ''editor'' instead of a ''view'' to be able to support a double-click on a movie file.

To give it a try you'll need Eclipse with the Plug-In Development Environment (PDE) installed. First, install libxine-java [[Main.Installation | normally]]. Now, check out the eclipse-xine-player sources. For some tricky reason I don't quite understand yet, you have to remove the just installed libxine.jar from the system directory and place it into newly created eclise-xine-player folder. Now, you can start up Eclipse and press the "Launch Eclipse Application" link in the plug-in editor view.