pumphas.blogg.se

Chrome autoplay video stack overflow
Chrome autoplay video stack overflow










If I'm understanding the raspivid/gstreamer commands correctly, it's streaming and consuming H.264 video? However, when I try to consume this via the tag with: Apparently, both Firefox and Chrome's implementation of this tag support the video format Ogg, WebM, and MP4 H.264. However, I want to view this stream in a web browser (Firefox or Chrome) using the HTML5 video tag. I'm running this on my RPi2: raspivid -t 999999 -h 720 -w 1280 -fps 25 -b 2000000 -vf -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=0.0.0.0 port=8554Īnd I can consume this stream on an Ubuntu 14 laptop with gstreamer like: gst-launch-0.10 -v tcpclientsrc host=myrpi.local port=8554 ! gdpdepay ! rtph264depay ! ffdec_h264 ! autovideosink I took me a while of hunting, but I managed to get low-latency real-time video streaming working on my RPi2.












Chrome autoplay video stack overflow