Search found 24 matches

Go to advanced search

by basos
13 Apr 2009 22:08
Forum: Development around libVLC
Topic: NEW API FUNC [vlc_config_update]
Replies: 0
Views: 478

NEW API FUNC [vlc_config_update]

There is implemented a new libvlc function named libvlc_config_update Its purpose is to update a module's command configuration parameter real time (while the module is in use). It also updates the module's config anyway, for to remember the settings between playbacks and optionaly for permanent sto...
by basos
01 Mar 2009 01:19
Forum: VLC media player for Windows Troubleshooting
Topic: vlc video freezes
Replies: 97
Views: 81968

Re: vlc video freezes

This one is not fixed cause : a) it's obscure ( it could be decoder, video output, and i don't know which other vlc subsytem that has a picture buffer) b) It's not a simpe logical error and even more not a simple implementation error (no illegal exceptions ). It's a complex logical error. c) It's da...
by basos
26 Feb 2009 04:55
Forum: VLC media player for Windows Troubleshooting
Topic: Capture device from virtual camera devices
Replies: 8
Views: 3014

Re: Capture device from virtual camera devices

Hello, i found sthing.
https://trac.videolan.org/vlc/ticket/2546

It seems that the problem is in some vlc chroma convertions.
We are testing ...
by basos
26 Feb 2009 04:47
Forum: General VLC media player Troubleshooting
Topic: video freezes, sound keeps going
Replies: 66
Views: 148683

Re: video freezes, sound keeps going

Damn it happens! I have also to report this problem in vlc098a. the messages that spits are main warning: decoder/packetizer fifo full (data not consumed quickly enough), resetting fifo! main warning: late picture skipped (408116) main warning: late picture skipped (438963) and i am using a dshow vi...
by basos
22 Feb 2009 01:18
Forum: VLC media player for Windows Troubleshooting
Topic: Capture device from virtual camera devices
Replies: 8
Views: 3014

Re: Capture device from virtual camera devices

Thanks for the reply. Yes that's what i was talking about. In my system (with capture card) only in some Video standards (PAL_B is one of them) the next panel with video format spits. But in my case color space has more options. When you say "only this it's shown to be selected " you mean ...
by basos
21 Feb 2009 23:26
Forum: VLC media player for Windows Troubleshooting
Topic: Setting capture card color settings via command line...
Replies: 3
Views: 413

Re: Setting capture card color settings via command line...

Hello, would you make a test with dshow:// --dshow-chroma=RGB32 and tell us if u have the desired chroma ? Also when u say "If I manually go through the capture process and select properties its fine" do u mean the vlc capture properties or the dhsow ones ? [The latter are standalone pop-u...
by basos
21 Feb 2009 23:10
Forum: VLC media player for Windows Troubleshooting
Topic: Capture device from virtual camera devices
Replies: 8
Views: 3014

Re: Capture device from virtual camera devices

Hello, this time im trying to rework some issues with the dshow plugin. One of them is the observed inconsistency for chroma/width/height values setup in vlc configuration panels and the ones that are used indeed from the inderlying direct show video capture filter. What im saying is that these para...
by basos
29 Oct 2008 01:26
Forum: General VLC media player Troubleshooting
Topic: wxVLCBackend - libvlc integration into wx / c++ apps
Replies: 4
Views: 1925

Re: wxVLCBackend - libvlc integration into wx / c++ apps

I agree to both ... Wiki page can be found here .... Also it would be nice to add to the main developers corner page (where editing is not allowed !) in the bindings section.. About git. I'll maintain wxVLCbackend there until it is integrated into wxWidgets (if it is). So i could write there (how??)...
by basos
28 Oct 2008 18:25
Forum: General VLC media player Troubleshooting
Topic: wxVLCBackend - libvlc integration into wx / c++ apps
Replies: 4
Views: 1925

Re: wxVLCBackend - libvlc integration into wx / c++ apps

This is a new test application .. Patch against what ?
by basos
28 Oct 2008 13:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to embed VLC into a GUI-based C/C++ application
Replies: 6
Views: 3732

Re: How to embed VLC into a GUI-based C/C++ application

My last project (that im still working on) deals with this issue. But its still young..

Take a look here

But don't be impatient. There no full solutions here, yet.
You could (at least) find your c++ guidelines there..
Also code testing and contribution back to the community is important.

basos
by basos
28 Oct 2008 12:59
Forum: General VLC media player Troubleshooting
Topic: wxVLCBackend - libvlc integration into wx / c++ apps
Replies: 4
Views: 1925

wxVLCBackend - libvlc integration into wx / c++ apps

Although vlc is moving away from wxwidgets this is an attemp to move wxwidgets towards vlc (libvlc to be more precise).. The libvlc API is fairly new and VERY promissing.. It exports ALL the functionality of vlc into a nice c API . On the other hand wxWidgets is a very rich ( and also community base...
by basos
22 Aug 2008 12:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Libvlc:: daemon mode on for wrong cmd args
Replies: 0
Views: 413

Libvlc:: daemon mode on for wrong cmd args

Just to document one strange behaivour that obscures bug finding. Scenario: 0. Use Linux system VLC0.9 1. Use a c/c++ program and try to initialize libvlc but put a wrong argument (e.g. -no-audio instead of --no-audio) 2. Run your program within a command prompt and observe it exiting without any er...
by basos
09 Aug 2008 09:18
Forum: VLC media player for Windows Troubleshooting
Topic: VLC crashes when I take a snapshot!!
Replies: 18
Views: 8829

Re: VLC crashes when I take a snapshot!!

Hello,
i m sure you should provide vlc version
it would be nice to run vlc -v2 from a command line and provide the output.
Finaly the best is to download a nightly and run within a debbuger like gdb providing a backtrace
by basos
09 Aug 2008 00:21
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

Ooops i missed that.. Ok everything is in the new folder (after running make package-win32-base)..
VLC_HELP thanx for the help.
by basos
08 Aug 2008 11:47
Forum: Web and scripting
Topic: Libvlc realtime parameter
Replies: 0
Views: 594

Libvlc realtime parameter

Hello, I want to update module parameters realtime (during video playback) and more precisely video filter parameters thru the libvlb API. For example motion blur factor. Looking at the libvlc API i found libvlc_media_add_option. But looking at the code i saw that this adds an option once . Is there...
by basos
08 Aug 2008 10:59
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

i've discovered some things : the -lws2_32 and friends come from vlc-config [vlc-config --libs plugin gnutls ] So we have to mod @ vlc-config : line 144 from libs="${libs} -L/usr/win32/lib -lgnutls -lgcrypt -lz -lws2_32" to libs="${libs} -L/usr/win32/lib -lgnutls -lgcrypt -lz -lws2_32...
by basos
06 Aug 2008 15:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

No there is no such file under vlc main source tree
Does it have to do with mingw version ? Or libs ?
by basos
04 Aug 2008 19:27
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

Yes this is the case. I confirmed it by manually executing the compilation command for libgnutls. But now i am not sure where should i put -lgpg-error . Looked at Modules.am there is no library entries. Looked at Makefile.am tried to add -lgpg-error to libgnutls_plugin_la_LIBADD = $(AM_LIBADD) or li...
by basos
03 Aug 2008 09:53
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

And what flag should i append to the LDFLAGS?? Right now i have LDFLAGS=-lgpg-error and is produces : i386-mingw32-gcc -std=gnu99 -shared .libs/libgnutls_plugin_la-gnutls.o -L/usr/win32/lib /usr/win32/lib/libgpg-error.a /usr/win32/lib/libgnutls.a /usr/win32/lib/libgcrypt.a -lz -lws2_32 ../../src/.li...
by basos
30 Jul 2008 21:08
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

Re: VLC-0.9.0_test3 X-Compile problems

VLC_Help : Yes i followed these instractions when trying to natively compile with cygwin. Right now i'm fighting for an Xcompile... j-b: Unfortunately it hanged again... i386-mingw32-gcc -std=gnu99 -shared .libs/libgnutls_plugin_la-gnutls.o -L/usr/win32/lib /usr/win32/lib/libgpg-error.a /usr/win32/l...
by basos
30 Jul 2008 14:39
Forum: VLC media player for Windows Troubleshooting
Topic: VLC-0.9.0_test3 X-Compile problems [SOLVED]
Replies: 13
Views: 1488

VLC-0.9.0_test3 X-Compile problems [SOLVED]

Hello, im having problems compilling vlc 0.9 test3 for windows . I couldn't make a windows binary neither from cygwin nor from native x-compile (im trying 2 weeks to produce some binaries..). I suspect missing/wrong contib libraries or missing/wrong mingw libraries Right now i will try native CROSS ...
by basos
19 Jul 2008 14:42
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.6i plays in new window
Replies: 7
Views: 867

Re: VLC 0.8.6i plays in new window

I managed to play something.. The trick? No need for something usefull as a first parameter to libvlc_new(). Just use the usefull parameters. e.g. char * const vlc_args[] = { "-I", "dummy", // Don't use any interface "--no-dummy-quiet", // do not use a dos box //"-...
by basos
17 Jul 2008 18:02
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.6i plays in new window
Replies: 7
Views: 867

Re: VLC 0.8.6i plays in new window

Seems like libvlc is going heavy changes.... FOR the thing you are asking /** * Embedding support: Set/change the default parent drawable for video outputs * \param p_instance libvlc instance * \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32) * \param p_exc...
by basos
17 Jul 2008 14:40
Forum: VLC media player for Windows Troubleshooting
Topic: Need help compiling VLC player on WIN with CYGWIN
Replies: 11
Views: 3917

Re: Need help compiling VLC player on WIN with CYGWIN

Hello ******** I THINk this thread should be under VLC for windows topic ******** I skipped this error caused on vlc-snapshot-20080714 and on latest GIT version by downloading the contrib-20080215-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 package. But you will fall into another error later:...

Go to advanced search