Hi there, I have a Raspberry Pi with a Raspberry Pi Camera Board. I'm streaming h264 video like this: raspivid -w 1280 -h 720 -b 2000000 -o - -t 300000000 -fps 25 | cvlc stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264 raspivid is a command line tool to create h264 en...