Hello All,
I am using following command to capture PC screen and stream it to other PC :
vlc screen:// :screen-fps=5 :screen-caching=100
:sout=#transcode{vcodec=h264,vb=768,fps=5,scale=1,width=1024,height=768,acodec=none}:rtp{dst=192.168.1.12,port=5555}
Screen capture is working fine but I am not seeing the mouse pointer in the stream capture at the remote PC.
What option should I include in the command to turn on mouse pointer capture?
Thanks.