Search found 15 matches

Go to advanced search

by othon2000
11 Oct 2009 19:20
Forum: VLC stream-output (sout)
Topic: Java P2P Streaming Project: JMF or JVLC?
Replies: 7
Views: 4590

Re: Java P2P Streaming Project: JMF or JVLC?

Exactly.

It was actually never my main area of interest, as a I work with consulting in business software. I've been looking closely at video streaming during one year to write my thesis and get my degree.
by othon2000
08 Oct 2009 21:52
Forum: VLC stream-output (sout)
Topic: Java P2P Streaming Project: JMF or JVLC?
Replies: 7
Views: 4590

Re: Java P2P Streaming Project: JMF or JVLC?

Cool, xlord.

I`m kind of working on a completely different area right now, but it`s nice to see something similar. Though I won`t have time to play with it.
My thesis was only written in Portuguese, otherwise I could send it to you so you could have a look at my ideas =/

See ya!
Othon
by othon2000
20 May 2009 18:07
Forum: VLC stream-output (sout)
Topic: Java P2P Streaming Project: JMF or JVLC?
Replies: 7
Views: 4590

Re: Java P2P Streaming Project: JMF or JVLC?

Unfortunately, it didn`t go on. I had too many problems with JVLC and not much support neither much willness nor time to solve them. I ended up changing the focus of my paper more to research stuff, and used VLC for some demonstrations. I wrote some java code that controls VLC using its telnet inter...
by othon2000
09 Oct 2008 22:42
Forum: General VLC media player Troubleshooting
Topic: JVLC Crash
Replies: 20
Views: 2977

Re: JVLC Crash

I had like the same enviroment as you when I built VLC/JVLC 0.9.0 also under Ubuntu 8.04.

I could play the media using jvlc, but VLM didn't work.
by othon2000
09 Oct 2008 21:01
Forum: General VLC media player Troubleshooting
Topic: JVLC Crash
Replies: 20
Views: 2977

Re: JVLC Crash

othon2000, I've been trying to make JVLC work for a year and, with the latest jar file, it has been possible to use it, although as you can see in this and many other threads, there is an existing lack of programmers and support. The issues with JVLC crashes seem to be related with JNA "transl...
by othon2000
08 Oct 2008 23:03
Forum: General VLC media player Troubleshooting
Topic: JVLC Crash
Replies: 20
Views: 2977

Re: JVLC Crash

Well, I'm happy that you can at least run something with JVLC... I tried for like a month (you can search for my posts) to make it work under windows and/or linux but had no success. Now I found a "better" solution so I cant get my P2P streaming project going: I coded a "Player" ...
by othon2000
22 Sep 2008 17:44
Forum: General VLC media player Troubleshooting
Topic: Problem building VLC -> ".loT" files
Replies: 10
Views: 1097

Re: Problem building VLC -> ".loT" files

If you just need libvlc.dll, then don't compile all the modules... You don't need those. Makes a lot of sense! But how do I compile only this module? I thought libvlc was kind of a big library compound of a lot of other modules (ther's no such folder /modules/libvlc). And do you know how do I compi...
by othon2000
22 Sep 2008 16:26
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC how to make it works?
Replies: 17
Views: 4089

Re: JVLC how to make it works?

Gonzalez, You can also run the command: NativeLibrary.addSearchPath("libvlc", PATH_WHERE_THE_JVLC_DLLS_ARE); NativeLibrary.addSearchPath("jvlc", PATH_WHERE_THE_JVLC_DLLS_ARE); But you'll proably get the same problem as me. The "original" vlc binaries doesn't seem compat...
by othon2000
22 Sep 2008 15:36
Forum: General VLC media player Troubleshooting
Topic: Problem building VLC -> ".loT" files
Replies: 10
Views: 1097

Re: Problem building VLC -> ".loT" files

Something funny (and tragic) is that it's very hard to find any thread or article anywhere about these "*.loT" files being generated because when I search I always get results with the word "lot" :(
by othon2000
22 Sep 2008 15:30
Forum: General VLC media player Troubleshooting
Topic: Problem building VLC -> ".loT" files
Replies: 10
Views: 1097

Re: Problem building VLC -> ".loT" files

Make clean; make should solve your issue. j-b, Thanks for the help, but it didn't work. And now I'm back to where the error started happening: /modules/audio_filter/spatializer I'm using Ubuntu 8.04 32 bits and I've downloaded all the required "*-dev" libraries. Could this be some library...
by othon2000
22 Sep 2008 15:14
Forum: General VLC media player Troubleshooting
Topic: Problem building VLC -> ".loT" files
Replies: 10
Views: 1097

Re: Problem building VLC -> ".loT" files

do you really need to build vlc? why don't you use a precompiled binary? XYBeR, I don't actually have to build it, all I need are the binaries to use with JVLC 0.9.0-test3 for Linux or Windows so I can develop my project. But unfortunatelly I can't find this anywhere, and the binaries that come wit...
by othon2000
19 Sep 2008 23:36
Forum: General VLC media player Troubleshooting
Topic: Problem building VLC -> ".loT" files
Replies: 10
Views: 1097

Problem building VLC -> ".loT" files

Hi. I'm trying to build vlc under linux (version 0.9.0-test3) and I'm facing some problems during "make". Some of the library files are being generated with ".loT" extension instead of ".lo". When this happens, the next library can't compile and "make" stops. ...
by othon2000
13 Sep 2008 05:29
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC Update
Replies: 8
Views: 931

Re: JVLC Update

Hi Chase. Guess we have exactly the same problem. I can't get it to run under windows because the jar I've downloaded's not compatible with the DLLs I have. This is the error raised when I try to play a video: java.lang.UnsatisfiedLinkError: Error looking up function 'libvlc_media_new': The specifie...
by othon2000
12 Sep 2008 04:13
Forum: VLC media player for Windows Troubleshooting
Topic: Latest JVLC compatible DLL
Replies: 0
Views: 172

Latest JVLC compatible DLL

Can anybody tell me where I can find the vlc dlls for the latest JVLC version - JVLC jar (version: 0.9.0-test3 date: 2008-07-27) ?

I can't get it to work, I always get an error message related to incorrect version of the dll (some function can't be found).

Thanks in advance
by othon2000
01 Sep 2008 01:16
Forum: VLC stream-output (sout)
Topic: Java P2P Streaming Project: JMF or JVLC?
Replies: 7
Views: 4590

Java P2P Streaming Project: JMF or JVLC?

Hi all. I'm a CS student in Brazil developing my "Final Project" (surely this is not the way you call it out of Brazil, but this is the way I can express myself ;) ). My project is about P2P media streaming, and I'm going to build what I called "P2P Media Framework", which will b...

Go to advanced search