Search found 6 matches

Go to advanced search

by ivee
03 Aug 2019 20:51
Forum: Development around libVLC
Topic: Disable the creation of new window with MediaPlayer.play()
Replies: 1
Views: 2274

Disable the creation of new window with MediaPlayer.play()

Hello I would like to use libvlc MediaPlayer object to play audio only (sound track in case of video files). Is it possible using python vlc bindings to prevent the new window from appearing when MediaPlayer.play() is called but hwnd not assigned? import vlc if __name__ == '__main__': audioPlayer = ...
by ivee
29 Mar 2017 15:41
Forum: Development around libVLC
Topic: Migrating from command line to API initialization
Replies: 3
Views: 1369

Re: Migrating from command line to API initialization

The guideline is to use 0 as argc and either NULL, or (more pedantic) a pointer to NULL, as argv. Yes. Thanks. But is there an easier way to find a way to do with api whatever command line argument does? For example it is really hard to repeat using api the thing that "--no-sub-autodetect-file...
by ivee
10 Mar 2017 12:40
Forum: Development around libVLC
Topic: Migrating from command line to API initialization
Replies: 3
Views: 1369

Migrating from command line to API initialization

libvlc_new() function has the following statement concerning the use of command line arguments There is absolutely no warranty or promise of forward, backward and cross-platform compatibility with regards to libvlc_new() arguments. We recommend that you do not use them, other than when debugging. Bu...
by ivee
21 Dec 2016 11:36
Forum: Development around libVLC
Topic: Win32Compile instructions
Replies: 2
Views: 1362

Win32Compile instructions

I think it would be very helpful to add to https://wiki.videolan.org/Win32Compile/ the reqirement of mingw-w64 of version 5.0 As of today for example apt-get install mingw-w64 on UBUNTU installs version 4.0.2. It won't build because of the lack of wrl library. To build VLC you have to build and inst...
by ivee
15 Dec 2016 13:50
Forum: Development around libVLC
Topic: VLC contribs Biulding error on Ubuntu
Replies: 2
Views: 1217

Re: VLC contribs Biulding error on Ubuntu

I mean if I run configure and make for the library that produces error the code of the library is built
by ivee
15 Dec 2016 13:42
Forum: Development around libVLC
Topic: VLC contribs Biulding error on Ubuntu
Replies: 2
Views: 1217

VLC contribs Biulding error on Ubuntu

I am having a problem with building VLC contribs for windows with MinGW-w64 under ubuntu. As I run sudo make the following error appear. It happens with many other libraries (cd freetype-2.6.3 && ../../../contrib/src/pkg-static.sh "builds/unix/freetype2.in") mv: cannot move ‘builds...

Go to advanced search