PDA

View Full Version : WebView



mskzo
2nd December 2008, 11:28
Im trying to play a video stream in webview widget with <video> tag. For local files works nice, but when i tried a video stream ... no video!
Phonon works for this video stream.

Tnks

wysota
2nd December 2008, 13:48
Which version of Qt are you using?

mskzo
2nd December 2008, 14:53
is Qt-4.5.0-tp1

wysota
2nd December 2008, 20:25
Maybe that's the fault of the unstable version. Have you tried the latest snapshots?

mskzo
4th December 2008, 18:03
Today i tested with last snapshot and is the same thing.

The stream is multicast udp and i user src="udp://multicastip:port/"

mediaplayer qt example works and plays stream..

wysota
4th December 2008, 20:54
Maybe it's simply not implemented in WebKit.

mskzo
5th December 2008, 10:56
I only want user webkit because its possible user transparency between video and html (using a div over video).

Is possible turn webkit transparent and play a video with phonon in backside?

wysota
5th December 2008, 21:18
Yes, you can provide your own plugin for webkit. See this article for an example: http://doc.trolltech.com/qq/qq26-webplugin.html