Hi I have done simlilar work by creating new mediaPlayer Implementation
Have a look at, qtwebkit/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp qtwebkit/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h or /home/sunny/CodeTest/QtWebkit/qtwebkit/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h /home/sunny/CodeTest/QtWebkit/qtwebkit/Source/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.cpp You need to create a similar implementation for your backend. Thanks, Sunny 2011/8/5 Brad Bitterman <[email protected]> > Whats the best way to add player support now? We have our own embedded > player running on specialized hardware. We looked at using gstreamer in the > past but it seemed overly complicated and slow. Our player has been designed > to be as fast as possible to simulate fast-channel changes. > > Thanks, > > Brad Bitterman > VTilt Digital > [email protected] > > > > > > On Aug 5, 2011, at 9:47 AM, Alexis Menard wrote: > > > There was no video support in Qt For Embedded Linux as the only > > backend QtWebKit ever ever supported in the past through Phonon or Qt > > Multimedia were GStreamer based one. I don't see how it could work > > before but I miss perhaps something or unknown backends to > > Phonon/GStreamer. To me there no feature loss here. > > > > 2011/8/5 Brad Bitterman <[email protected]>: > >> I this true for QT embedded also? WIll streamer be require for video on > QTe > >> for Linux? > >> Thanks > >> Brad Bitterman > >> VTilt Digital > >> [email protected] > >> > >> > >> > >> > >> On Aug 5, 2011, at 3:30 AM, sunny shah wrote: > >> > >> Hi 张丽芳, > >> QtWebkit is now only supporting GStreamer as a backend on linux, so you > can > >> do this > >> Webkit media Player -> GStreamer -> your platform relative media player > >> You can do this by creating a GStreamer Plugin for your platform media > >> player. > >> Thanks, > >> Sunny. > >> > >> 2011/8/5 张丽芳 <[email protected]> > >>> > >>> Hi, > >>> I am a newer to qt. And want to porting a media player to qtwebkit on > >>> embeded platform. > >>> I know that I can do something like this, > >>> webkit media player->my platform relative meida player > >>> webkit media player->qtmulitmedia->my platform relative meida player . > >>> I would like to choose the second one. > >>> where should i put my platform relative media player code under the > >>> qtmultimedia? > >>> QMediaPlayer or any others? > >>> Thanks a lot! > >>> BG/s > >>> > >>> > >>> > >>> > >>> _______________________________________________ > >>> webkit-qt mailing list > >>> [email protected] > >>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > >>> > >> > >> _______________________________________________ > >> webkit-qt mailing list > >> [email protected] > >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > >> > >> > >> _______________________________________________ > >> webkit-qt mailing list > >> [email protected] > >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > >> > >> > > > > > > > > -- > > Alexis Menard (darktears) > > Software Engineer > > INdT Recife Brazil > >
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
