For the record, if using rtsp for streaming, the client can not be reached behind a NAT. See this blog for more details: http://www.remlab.net/op/vod.shtml
Note that the problem is related to rtsp and not to VLC per se.
on this thread viewtopic.php?f=4&t=36447&p=113366 - dating back to 2007 - it is mentioned that VLC VoD streaming do not accept clients located behind a NAT.
The solution for the record: Whithin libvlccore.so the references to the undef symbols come from libvlccore_la-libvlc.o built from libvlc.c. In turn, libvlc.c includes src/control/libvlc_internal.h that defines the following function: static inline void clear_if_needed(libvlc_exception_t *e) { if (l...
Hi, First post on this forum, I hope I post in the right category. I am building VLC on Solaris 10. While linking libvlccore.so I end up with two undef symbols " libvlc_exception_clear " and " libvlc_exception_raised ". I found out that these symbols are actually defined in src/c...