Search found 9 matches

Go to advanced search

by godotvt
31 Mar 2009 09:33
Forum: Development around libVLC
Topic: Stream playList
Replies: 1
Views: 493

Re: Stream playList

This forum is alive?
by godotvt
30 Mar 2009 09:44
Forum: Development around libVLC
Topic: Stream playList
Replies: 1
Views: 493

Stream playList

Hi , I want to stream a play list wirh jvlc library. At first i use : MediaDescriptor[] ds =new MediaDescriptor[3]; MediaList ml; MediaListPlayer mlp; I pass the parameter to stream at the Mediadescription with the method addOption(String),the stream work but for only one song then i try with deprec...
by godotvt
27 Mar 2009 09:33
Forum: Development around libVLC
Topic: PlayList
Replies: 2
Views: 719

Re: PlayList

You think tha it possible to do a streaming playList with the class PLAYLIST?
by godotvt
25 Mar 2009 11:50
Forum: Development around libVLC
Topic: PlayList
Replies: 2
Views: 719

PlayList

I want to create e and play a playlist with jvlc library.I read the reference and i saw tha the class was deprecated;so i try to use : MediaPlayer MediaDescriptor MediaPlayerListener MediaList MediaListPlayer This is may code public class VlcDemo { public static void main(String[] args) throws Inter...
by godotvt
06 Mar 2009 12:13
Forum: VLC media player for Windows Troubleshooting
Topic: GUIDE: Programmatic Access to VLC from Java in Windows
Replies: 6
Views: 7663

Re: GUIDE: Programmatic Access to VLC from Java in Windows

If use this pass when i press run i have this proble: Exception in thread "main" java.lang.UnsatisfiedLinkError: no jvlc in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(Syst...
by godotvt
05 Mar 2009 15:19
Forum: Development around libVLC
Topic: Exception in thread "main" java.lang.UnsatisfiedLinkError
Replies: 0
Views: 875

Exception in thread "main" java.lang.UnsatisfiedLinkError

Hi, I try to play media file with jvlc. I use this code: public class VlcTest { public static void main(String[] args) { JVLC jvlc = new JVLC(p); NativeLibrary.addSearchPath("libvlc", "C:\\Programmi\\VideoLAN\\VLC"); String pathplugin="--plugins-path=C:\\Programmi\\VideoLAN\...
by godotvt
05 Mar 2009 13:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with JVLC 0.9 and VLCExample
Replies: 3
Views: 1625

Re: Problem with JVLC 0.9 and VLCExample

Hi i have the same problem but i dont't find vlc 0.9.1 there are version 0.9.0-0.9.2-......0.9.8 but i don' find 0.9.1! If i use this version 0.9.x i have the diffrent problem : java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc'. Now i use the version of 0.8 Somebody resolve thisproblem...
by godotvt
04 Mar 2009 12:40
Forum: General VLC media player Troubleshooting
Topic: JVLC crashes JVM
Replies: 3
Views: 893

Re: JVLC crashes JVM

I have the same problem if i istance JVCL without arg like this JVLC jvlc = new JVLC() The jvm crash if i use this code String vlcPluginFolder="C:\\Programmi\\VideoLAN\\VLC\\plugins"; JVLC jvlc = new JVLC(new String[] {"vlc","--plugin-path=" + vlcPluginFolder }); MediaD...
by godotvt
03 Mar 2009 17:45
Forum: Development around libVLC
Topic: An unexpected error has been detected by Java Runtime Enviro
Replies: 0
Views: 630

An unexpected error has been detected by Java Runtime Enviro

Hi i try to do a method to manage (play ,stop,pause,volume controll) media file with vcl and i use jvlc-core-0.9.0-SNAPSHOT-20080727.jar. At First i create this class to play a file ( i find a several example but i have alaways the same problem) public class VlcTest { public static void main(String[...

Go to advanced search