I'm using QMediaPlayer from QtMobility to render a stream. It works fine, but when I try to seek the stream it stops.
According to the seekable() function, I should be able to seek...

Any ideas?