Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt, QtWebKit and <video> support

What kind of source material support embedded QtWebKit browser has? Does it support MPEG-4, WebM or Theora and is this support available through compilation?

I was mostly looking desktop platforms (Linux)

like image 863
Mikko Ohtamaa Avatar asked Oct 28 '25 04:10

Mikko Ohtamaa


1 Answers

QtWebKit is not video player, but it supports extensions like adobe flash, so if you embed some kind of flash player in html you displaying, it will play all videos which can be played in your OS with flash. Another approach is to use Phonon module, which connects to your video codec system and could play all formats which have codecs installed for them.

Also, html5 support will be added in qt webkit version 2.2, which is still in alpha.

like image 164
Raiv Avatar answered Oct 29 '25 18:10

Raiv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!