Search found 6 matches

Go to advanced search

by ZeeByeZon
17 Jan 2014 14:46
Forum: Development around libVLC
Topic: Compilation issues on Windows / msys
Replies: 3
Views: 1099

Re: Compilation issues on Windows / msys

OK I fixed this one. For the record, the problem comes from the version of m4. I downloaded the m4 binary version 1.4.16. The autoconf tool now compiles (it did not before). Now the configuration os the compilation of vlc itself fails: checking for mad.h... yes checking for mad_bit_init in -lmad... ...
by ZeeByeZon
17 Jan 2014 11:01
Forum: Development around libVLC
Topic: Compilation issues on Windows / msys
Replies: 3
Views: 1099

Re: Compilation issues on Windows / msys

It seems like something called 'autoreconf' is missing in the msys package.
I do not know these tools. Can anyone help me to understand ?

There is a file named configure.ac in the vlc root directory. My understanding is that autoreconf should use it to generate a file named 'configure'...
by ZeeByeZon
16 Jan 2014 18:04
Forum: Development around libVLC
Topic: Compilation issues on Windows / msys
Replies: 3
Views: 1099

Compilation issues on Windows / msys

Hi I need to buils VLC natively on windows 7 (professional edition, 64bits). I follow the instructions strictly. At the 'precompiled 3rd party libraries' step, on 'make prebuilt', a few error logs are listed, like Cannot create symlink to `libpng16.la': No such file or directory . Same for "cac...
by ZeeByeZon
13 Jan 2014 16:15
Forum: Development around libVLC
Topic: Multi-screen video set
Replies: 5
Views: 1635

Re: Multi-screen video set

Thank you for your answers. I tried just launching several media player, each with its own media. I observed lacks of synchronization after a few minutes. So you say I need to patch libVLC to achieve synchronous reading. I'm completely new to libVLC, I use vlc-qt from Tadej Novak. I think I'm gonna ...
by ZeeByeZon
10 Jan 2014 16:23
Forum: Development around libVLC
Topic: Multi-screen video set
Replies: 5
Views: 1635

Re: Multi-screen video set

Yes, same encoder, same encoding format, same framerate.
I'm not sure for the picture size.
by ZeeByeZon
10 Jan 2014 09:50
Forum: Development around libVLC
Topic: Multi-screen video set
Replies: 5
Views: 1635

Multi-screen video set

Hi I would like to develop a video player based on libVlc to display several videos (up to 5) with frame accurate synchronization. It is something like using the --input-slave option of the VLC command line. I do not find how to do this using the libVlc API. For example using libvlc_media_player_set...

Go to advanced search