Page 1 of 1

Win x64: Necessary contrib libs for special application

Posted: 28 Sep 2010 15:59
by Titanic
Hi everybody,

I'm working on an application which captures pictures from USB cameras and I plan to add libVLC for streaming purposes (as streaming server). Because the application will be released for 32 and 64 bit Windows I also need the necessary VLC DLLs as 32 and 64 bit versions. 32 bit is not a problem, already know how to build them myself (with MinGW/MSys). More of a problem are the 64 bit DLLs.
In order to minimize the necessary build work, I would like to know, which third party libs do I need to compile for x64 in order to achive the following functionality for my streaming server:

- Input of picture with fake:// in conjunction with invmem codec module
- RTP Streaming with h264/mp4a (mux=ts)
- RTSP Streaming with h264/mp4a (mux=ts)
- HTTP Streaming with h264/mp4a (mux=ts)
- MMSH Streaming with wmv2/wma2 (mux=asfh)

As I already stated, I only need the DLLs libvl.dll, libvlccore.dll and necessary plugins DLLs (no GUI needed). If somebody could list the necessary contrib libs to achive this I would be very happy.

Greetings from cloudy Austria,
Titanic

Re: Win x64: Necessary contrib libs for special application

Posted: 29 Sep 2010 10:07
by Titanic
Nobody can help me with this list? Every contribution would be much appreciated.

Re: Win x64: Necessary contrib libs for special application

Posted: 29 Sep 2010 10:19
by Sébastien Escudier

Re: Win x64: Necessary contrib libs for special application

Posted: 29 Sep 2010 10:52
by Titanic
Thx for the tip, saved my day.