There are other questions but they don't pretty much answer mine. I have a RPI stream command to send video to 192.168.1.xx:port (in my case I chose 192.168.1.39:8160). If I open a stream decoder like VLC and enter the web URL, the vide works just fine. This is OK, but I'd like to do a web version. How can I do so? Maybe use a common video tag and place that url in the src attribute? Or is there a plugin to insert in my HTML code for it to receive the web stream?
Thanks beforehand.
Note: my command is the following:
raspivid -o - -t 0 -hf -w 800 -h 400 -fps 24 | cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:5258}' :demux=h264