i need to know how many users or sessions can be supported by the DVBlast, what i mean haw many users or clients can stream from server having DVBlast.
Dear all am facing this problem while configuring application thar ffmpeg headers not found where i can get this lib and how i can istall it i found some on internet but i get this error while make install : make -C libavutil all make[1]: Entering directory `/cygdrive/c/cygwin_lib/ffmpeg2/ffmpeg/lib...
If you need to start the vlc without GUI you can compile it With --disable-qt4 on the configure and then you can run it With cygwin , but for your vlc.exe size i believe this happened Only if you create package with error in compiling vlc because Will compiled vlc could be 495 kb and the whole folde...
Dear all Am trying to compile vlc on the cygwin v1.7 and i get this error or warning : Auto-importing has been activated without --enable-auto-import specified on the command line This should work unless it involves constant data structure referencing symbols from auto-import dlls Which lead me to g...
Dear all i need to call streaming function from main interface when VLC start to Work so i can let VLC read from XML the video path, IP address, stream type Then start playing or streaming automatically, i finish the part for reading From XML, playing video automatically when VLC start, still need u...
Any how this problem solved the solution if anybody need it is using std::string; char szAppPath[MAX_PATH] = ""; string strAppDirectory; ::GetModuleFileName(NULL, szAppPath, sizeof(szAppPath) - 1); this for getting the application file path strAppDirectory = szAppPath; strAppDirectory = st...
How i can get the application path using the code in vlc
What is asking if i start vlc.exe i need the application?
To get the path for vlc.exe on the H.D.D.
dear all i finished form compiling vlc -0.9.8a ok i test it on windws vista and windows 7beta every thing is fine but when i test it on windows xp i get this error when start the vlc.exe this application has failed to start because the application configuration is incorrect.reistalling the applicati...
the same nothing happend if i won't the compile run without error
i have to replace liptool for this with libtool from 0.9.5 already
compiled before what should i do
am trying compiling vlc -0.8.6i now and get this error while am configring it configure: error: The skins2 module depends on the wxWidgets development package . Without it you won't be able to open any dialog box from the interface, which makes the skins2 interface rather useless. Install the wxWidg...
My main reasons to compile vlc0.9.8 is because vlc0.9.5 can’t make streaming on the network Really i don't know why but with vlc0.9.8 streaming worked fine but i can't compile it if there Any why to make vlc0.9.5 make streaming that will be good for me no need to compile vlc.9.8 And thanks for your ...
i already read it and i use this configure PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ --host=i...
I have question about configure-vlc.sh what i have to use the same i
used to compile vlc 0.9.5 or there is another one for vlc-0.9.8
because i used the same and i get many error during compilation and
creating vlc package.
and thanks
i found this if statment in makefile # ActiveX plugin if BUILD_ACTIVEX mkdir -p "$(win32_destdir)/activex" cp $(srcdir)/projects/activex/README.TXT $(win32_destdir)/activex/ cp $(srcdir)/projects/activex/test.html $(win32_destdir)/activex/ unix2dos $(win32_destdir)/activex/* cp $(top_build...
I need those two files so I can finish creating vlc package Compiling ok no problem but I need to get: 1) axvlc.dll.manifest 2) npvlc.dll.manifest how ican get them plz any help because when creating package i get this error : cp ./projects/activex/.libs/axvlc.dll ./vlc-0.9.8a/activex/ cp ./projects...