Integrating QML Video Element to platform media player
-
We @Cisco have been developing HTML5 Web Applications using QT/Webkit and have HTML5 Video Tag integrated with the Platform Media Player. The integration is done using well define Media Player Private abstract interfaces defined by Webkit.
We need to do similar for QML applications.
Is there a preferred way to integrate QML Video Element with the Platform Media Player?
One option we explored was to use QMultimediaDeclarativeModule plugin that implements customized QMediaService with QMediaServiceProviderPlugin. Any thoughts/comments about the approach ?
Thank you.