Search found 9 matches

Go to advanced search

by vinifr
09 May 2014 14:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building static vlc
Replies: 4
Views: 2073

Re: Building static vlc

ok, thanks for your reply.
by vinifr
09 May 2014 02:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building static vlc
Replies: 4
Views: 2073

Re: Building static vlc

Is there any way around this and build a 100% static VLC for Linux?

For Windows works: http://projectsymphony.blogspot.com.br/ ... ux-to.html, I dont undertand why.

thanks for your help.
by vinifr
08 May 2014 21:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Building static vlc
Replies: 4
Views: 2073

Building static vlc

I have build static libs fdk-aac, FFmpeg, x264, live555. I'm using Ubuntu 13.10. But VLC building fail if I try: CPPFLAGS="-I/root/vlc/vlc_build/vlcdeps/usr/include" LDFLAGS="-L/root/vlc/vlc_build/vlcdeps/usr/lib" PKG_CONFIG_PATH="/root/vlc/vlc_build/vlcdeps/usr/lib/pkgconfi...
by vinifr
20 Jun 2013 02:08
Forum: Development around libVLC
Topic: Changing the volume in a playlist
Replies: 1
Views: 430

Re: Changing the volume in a playlist

Hi, I found the solution. :D Just call the function libvlc_media_list_player_set_media_player(). After that the function libvlc_audio_set_volume() starts to work. :geek:
by vinifr
29 May 2013 20:47
Forum: Development around libVLC
Topic: Changing the volume in a playlist
Replies: 1
Views: 430

Changing the volume in a playlist

Is it possible to change the volume on a playlist? I tried various way and could not. :( There is a specific libvlc_audio_set_volume for playlist? log: [0x40f00598] pulse audio output error: PulseAudio server connection failure: Connection refused #include <stdio.h> #include <stdlib.h> #include <vlc...
by vinifr
24 May 2013 23:40
Forum: Development around libVLC
Topic: Error when using SampleCode SDL
Replies: 4
Views: 1128

Re: Error when using SampleCode SDL

Now I get it! :lol: You have reason, i changed to ' libvlc_video_set_format(mp, "RV32", VIDEOWIDTH, VIDEOHEIGHT, VIDEOWIDTH*4); ' and i get this: [0x44a37d00] main filter error: Failed to create video filter2 [0x44a363f0] main filter error: Failed to create video filter2 [0x44a34dc0] main ...
by vinifr
24 May 2013 13:27
Forum: Development around libVLC
Topic: Error when using SampleCode SDL
Replies: 4
Views: 1128

Re: Error when using SampleCode SDL

I beg your pardon, but I do not understand. :oops: Do you mean that vlc can playback a video using custom decoder like cedar, but libvlc does not? Because there are lots of callback functions. If I use another graphical library can work? Like libx11 or libqt. The result is the same? thanks for your ...
by vinifr
24 May 2013 02:49
Forum: Development around libVLC
Topic: Error when using SampleCode SDL
Replies: 4
Views: 1128

Error when using SampleCode SDL

Hi guys, I am getting an error: http://pastebin.com/NrxBq2Ts . But do not know if it's bad code: http://pastebin.com/3nCSh2F0 or unstable kernel. :( I am using Ubuntu linaro 12.11 and kernel sunxi-v3.0.76-r0 in cubieboard. kernel: https://github.com/linux-sunxi/linux-sunxi/tree/sunxi-v3.0.76-r0 cubi...
by vinifr
21 May 2013 00:29
Forum: Development around libVLC
Topic: Force fullscreen to display (linux) (X11)
Replies: 4
Views: 1278

Re: Force fullscreen to display (linux) (X11)

So, is it not possible to playback a video using only libvlc? http://wiki.videolan.org/LibVLC_Tutorial (Sample LibVLC Code)
Must to use a secondary library like libgtk, libqt, libsdl or libx11?

Go to advanced search