Is there any simply way to include the library or .dll type files like libvlc.dll and libvlccore.dll, so that I can use/call the functions inside it under Linux platform???
since i found quite a lot of stream related files .c and .h, - vlc_stream.h - vlc_sout.h -stream_output.c and stream_output.h which function can be called to input the streaming address (e.g. mms://localhost:8080) and which function can be called to display the streaming signal on screen????? Thanks...
I would like to create a new project to play streaming data, since the whole set of vlc project is too large and complicated, is there any core module(s) (e.g. .h and .c files) I can simply included to use/call the vlc streaming function for display?