The webcam is directly connected to PC.
And it is streamed via VLC to the Internet as HTTP stream.
I use this command:
cvlc v4l2:///dev/video0 --sout '#transcode{vcodec=h264,vb=800,scale=1,acodec=none}:duplicate{dst=std{access=http,mux=ts,dst=0.0.0.0:8081}}'
But it has 7000-8000ms latency, i need figured out some better solution.