PDA

View Full Version : Webkit audio/video integration



TTGator
26th February 2009, 19:17
Can anyone tell me if there is a "Qt Preferred" method for integrating audio and video into a web page? (Specifically a custom made browser using QtWebkit)

I know you can create (unless there's already one included that I'm not aware of) a plugin for webkit and use a widget of some sort. I thought I also read that you could use a <video> tag in the html itself, which if true sounds much simpler. Is there another way I'm missing? And which of them, if any, would you recommend?