On 2 April 2010 14:33, Markus <kamikazow@web.de> wrote:
Hi. I was told that up to Qt 4.6 many distributors compiled Qt without Phonon, because it conflicts with KDE's Phonon thus HTML5 video never works. But with Qt 4.7 the video tag uses QtMultimedia as a wrapper around GStreamer, but after installing it, I still don't get to see a video on http://double.co.nz/video_test/test4.html with Arora and Rekonq.
Is QtMultimedia disabled? If so: Is there a specific reason or was it just forgotten?
QtMultimedia is installed by the packages in KDE:Qt47. Just do: l /usr/lib64 | grep -i "multimedia" The reason that it wouldn't work is that rekonq and arora from the BS are probably built against older versions of Qt (probably 4.6) and so the feature wasn't compiled in. You can see that they don't link against QtMultimedia with: ldd `which rekonq` | grep -i "multimedia" If you compiled Arora or Rekonq yourself then you'd see that it should work. -- Matt Williams http://milliams.com -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org