Hi,
I wonder if VLC could send a video to a video server using RTSP requests (I didn't find anything on http://www.videolan.org/doc/).
ie:
VLC -> server
RTSP - SETUP rtsp://myserver/myvideo
server -> VLC
RTSP - OK
VLC -> server
RTSP - RECORD rtsp://myserver/myvideo
server -> VLC
RTSP - OK
then VLC should send the video.
Thanks in advance.