Hello and thanks to both of you for replying,<br><br>I only install 0.9.0 on a Debian Unstable through apt, when I tried to compile my program which works(ed) perfectly with 0.86a (API) I got some errors like these :<br><br>
/* ******************************************************** */<br>/c++$ g++ -Wall -pedantic Server_sock.cpp main.cpp Stream_test.cpp webtv.cpp -o server -lvlc<br>/tmp/ccRgLm8t.o: In function `Stream_test::isAvailable()':
<br>Stream_test.cpp:(.text+0xb0): undefined reference to `libvlc_playlist_isplaying'<br>/tmp/ccRgLm8t.o: In function `Stream_test::start(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
<br>Stream_test.cpp:(.text+0xd7): undefined reference to `libvlc_playlist_clear'<br>Stream_test.cpp:(.text+0x108): undefined reference to `libvlc_playlist_add'<br>Stream_test.cpp:(.text+0x116): undefined reference to `libvlc_exception_raised'
<br>Stream_test.cpp:(.text+0x12d): undefined reference to `libvlc_exception_get_message'<br>Stream_test.cpp:(.text+0x1af): undefined reference to `libvlc_playlist_play'<br>Stream_test.cpp:(.text+0x1bd): undefined reference to `libvlc_exception_raised'
<br>Stream_test.cpp:(.text+0x1d4): undefined reference to `libvlc_exception_get_message'<br>/tmp/ccRgLm8t.o: In function `Stream_test::init()':<br>Stream_test.cpp:(.text+0x272): undefined reference to `libvlc_exception_init'
<br>Stream_test.cpp:(.text+0x28f): undefined reference to `libvlc_new'<br>Stream_test.cpp:(.text+0x2a5): undefined reference to `libvlc_exception_raised'<br>Stream_test.cpp:(.text+0x2bc): undefined reference to `libvlc_exception_get_message'
<br>Stream_test.cpp:(.text+0x310): undefined reference to `libvlc_exception_clear'<br>collect2: ld returned 1 exit status<br>/* ******************************************************************* */<br><br>My compile CLI : g++ -Wall -pedantic Server_sock.cpp 
main.cpp Stream_test.cpp webtv.cpp -o server -lvlc <br><br>Whatever I do, I keep getting these errors, I checked my /usr/lib/include (a vlc folder within containing 5 files : libvlc.h, vlc.h, mediacontrol.h, mediacontrol_structures.h and libvlc_structures.h) ; /usr/lib/vlc (don't have this one in my lib), I have /usr/lib/libvlc.a ; /usr/lib/libvlc.so; /usr/lib/libvlc-
control.so; /usr/lib/libvlc.so.1; /usr/lib/libvlc-control.so.0    ; /usr/lib/libvlc.so.1.0.0; /usr/lib/libvlc-control.so.0.0.0.<br><br>Remembering, there were more files within /usr/vlc/include like vout.h etc. I didn't remember whether there was ***_structures headers.
<br>Normally, there was a VLC folder within /usr/lib, I only have ***.so.<br><br>Regards,<br><br>jf<br><br><br><div><span class="gmail_quote">2007/6/14, Pierre d'Herbemont <<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr
</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>On 14 juin 07, at 21:21, Jean-François Massol wrote:<br><br>> Hello everyone,
<br>><br>> I asked a question a while ago. It was about VLC and RTSP proxy. I<br>> made the change to make VLC accept and stream to the correct<br>> address (the proxy is between the client and the VOD server).
<br>> Within my project, I have formats imperatives (Only H.264 or Mpeg-2<br>> over UDP (rtsp-raw-mux in 0.9.0 thanks to the developer)). So, I<br>> don't think that VLC 0.86 support this feature, I haven't check it
<br>> yet, so I have to use API 0.9.0 in order to design my program. But<br>> I read up on API changes into this mailing list, it would seem that<br>> API undergoes a lots of changes. I used 0.86's one, but currently
<br>> i'm a little bit lost in 0.9.0's one. Is 0.9 API usable actually or<br>> is it submitted to hard changes ? I tried to compile my program<br>> with only 0.9.0 installed but I always obtain "undefined references
<br>> to ...".<br><br>There are going to be some changes to libvlc that I hope to commit<br>soon... But as Rémi said the mediacontrol API won't change much, and<br>you should be able to rely on it safely.<br><br>
What undefined symbol do you get?<br><br>Pierre.<br>--<br>This is the vlc-devel mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">
http://developers.videolan.org/lists.html</a><br><br></blockquote></div><br>