Hi all,
I am now woking on a qml based browser project. I am completely new to qml. I would like to know how the Qt is playing video using qml. In the html counter part (video tag) the video tag is handled by HTMLMediaElement , MediaPlayer and MediaPlayerPrivateGstreamer. In the case of html if i want to add a new player i could use the Gstreamer player implementation and register with the media player. Is there any way to add a custom mediaplayer for video playback. If so where should i concentrate on?? My requirement is to Add a custum player which fetch data and playback video from qml tags. Please help…
↧