Showing in browser an H264 TCP stream
Kenairod
doriank at hotmail.fr
Thu Mar 27 05:20:20 PDT 2014
Hello,
I'm trying to display the stream sent by this pipeline on a web browser :
raspivid -t 999999 -h 240 -w 320 -fps 25 -b 2000000 -o - | \
gst-launch-0.10 -v\
fdsrc !\
h264parse !\
rtph264pay config-interval=1 pt=96 !\
gdppay !\
tcpserversink host=$ip port=5000
I know H264 can't be read by every browser, but I'm trying it with chromium
which supports it.
I've been trying this technique :
http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/
<http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/>
But the HTML5 video player stays black. I don't know why, because the
pipeline works well otherwise.
If you got any idea ?
Thanks !
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Showing-in-browser-an-H264-TCP-stream-tp4666147.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list