Xine or mplayer plugin
Qt WebKit
5
Posts
3
Posters
4.4k
Views
1
Watching
-
Depending on what you want to do, the "Video widget example":http://doc.trolltech.com/4.7-snapshot/multimedia-videowidget.html might be a helpful starting point.
You can also achieve this by using mplayer with XEmbed and "QX11EmbedWidget":http://doc.trolltech.com/4.7/qx11embedwidget.html - you can embed a QWidget inside a QWebView using the <object> tag ("QWebPage::createPlugin":http://doc.qt.nokia.com/4.7/qwebpage.html#createPlugin).
Edit: A full example of embedding widgets inside QWebView: "Embedding Qt Widgets into QtWebKit":http://daniel-albuschat.blogspot.com/2008/12/embedding-qt-widgets-into-qtwebkit.html
-