-
I using DJ Native Swing for playing a playlist of videos in a multimedial Kiosk project. Instantiating the player I put in the options of playing the parameter "loop". I see that the heap memory continues to grow and even calling the GC can not free up resources. The crash happens after about 3 days of viewing the video.
Is there a way to release memory and resources? or can I catch...
2009-10-12 09:29:37 UTC in The DJ Project
-
Work Fine!!
Thanks
Gaspare Novara.
2009-09-25 10:53:57 UTC in The DJ Project
-
I post thi message in VLC Developer Forum: Browser Plugin fails to load XSPF files
Here link:
http://forum.videolan.org/viewtopic.php?f=32&t=65603
Best regards
Gaspare Novara.
2009-09-25 09:29:57 UTC in The DJ Project
-
Now I try DJNativeSwing-SWT-0-9-9-20090922 with VLC 0.9.9 with your JVLCplayer - Simple example, but this solution not work with playlist and neither with video file.
2009-09-24 08:16:05 UTC in The DJ Project
-
Actually I work with DJNativeSwing-SWT-0-9-9-20090702 and the VLC 0.9.9 and I can see my playlist and set some parameter like LOOP.
The only one problem is that sometimes the player not start correctely, in this way my player is white (maybe Native interface not start) and I have this console output:
java.lang.NullPointerException at...
2009-09-24 07:59:20 UTC in The DJ Project
-
My actual configurations is: VLC 0.9.9 and DJNativeSwing-SWT-0-9-9-20090702
My player code (with crash problem) is:
/*
* Christopher Deckers (chrriis@nextencia.net)
* http://www.nextencia.net
*
* See the file "readme.txt" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
package player;
import...
2009-09-23 11:38:55 UTC in The DJ Project
-
Today I tried to use your example JVLCPlayer-Simple Example (DJNativeSwing-SWT-0-9-9-20090922.zip) and I installed VLC 1.0. after I created a playlist with VLC (XSPF file) but the Java player is unable to view the videos (playlist not start).
I then tried to install VLC 0.9.9 but the results as is the same.
As with previous versions (DJNativeSwing-SWT-0-9-9-20090702) and the VLC 0.9.9 I can...
2009-09-23 11:30:32 UTC in The DJ Project
-
I using the last versione of Native Swing, 0.9.9
and the bug occurring always.
Gaspare.
2009-09-22 07:32:34 UTC in The DJ Project
-
Hi Christopher,
Some 'time happens to me a strange error when I try to launch JVLCPlayer, white screen on player and this message on the console:
java.lang.NullPointerException
at chrriis.dj.nativeswing.swtimpl.components.JVLCPlayer$NWebBrowserObject.getObjectHtmlConfiguration(JVLCPlayer.java:76)
at...
2009-09-21 14:48:26 UTC in The DJ Project
-
OK !!!! This solution work fine!
Thanks a lot for your help!
Gaspare Novara.
2009-07-20 08:49:54 UTC in The DJ Project