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>
_______________________________________________
webkit-qt mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-qt