I am trying to stream composite a/v to HTTP. The following command works for me but the problem with it is that I need to press PLAY once VLC GUI pops up. This command only works on host PC and not remotely via SSH or VLM

./vlc -vvv /dev/video0 --sout '#transcode{venc=x264{preset=ultrafast},vcodec=h26 4,vb=800,ab=128}tandard{access=http,mux=ts,dst=192.168.1.55:9001}'

Is there a way to run this from remote PC and autostart without me having to press the PLAY button?

No success with ffserver/ffmpeg either.