[webkit-qt] running a network video stream in webkit
Thomas Scheuermann
scheuermann at barco.com
Thu Oct 31 02:04:40 PDT 2013
Hello,
I would like to run a network video stream in webkit.
I first tried it with a file:
<video autoplay >
<source src="BigBuckBunny.ogv">
</video>
This works and the video starts playing.
If I use:
<video autoplay >
<source
src="rtsp://192.168.180.22/axis-media/media.amp?videocodec=h264">
</video>
the video doesn't start.
I can see that the stream is running, if I do:
gst-launch-1.0 playbin
uri=rtsp://192.168.180.22/axis-media/media.amp?videocodec=h264
the video is playing.
Webkit also uses the gstreamer-1.0 libraries.
What can I do to get this playing?
Regards,
Thomas
This message is subject to the following terms and conditions: MAIL DISCLAIMER<http://www.barco.com/en/maildisclaimer>
More information about the webkit-qt
mailing list