I have been trying to get vlc to stream my screen over rtsp on windows vista. I am able to get it working on vlc 0.8.6 (xp) but the same command does not work with 0.9 onwards. Please help.
My command is as below.
vlc -I telnet --rtsp-host 0.0.0.0 --vlm-conf "vlmconfig.conf"
and the vlmconfig.conf :
new test vod
setup test input "screen://"
setup test option "screen-fps=20"
setup test options "screen-caching=100"
setup test output "#transcode{venc=x264{keyint=25, ref=1,bframes=0},deinterlace=1,hurry-up,high-priority=1,vcodec=h264,vb=400,scale=1,width=720,height=576,fps=25}"
setup test mux mp2t enabled
regards