Ditto. You can always use Phonon, which I found to work OK. I have found that QMediaPlayer (via the QML video component) works on Symbian, but not with Maemo. I think the solution may be to set a cookie jar for the QNetworkAccessManager, but I haven't got round to trying it yet. I'm not sure how you would get the QMediaPlayer instance to use the cookie jar when making the HTTP request. I think it will be possible using QDeclarativeNetworkAccessManagerFactory, but that doesn't apply in your case. BTW, if you are using the code I posted to get the YouTube url, you might want to take a look at the updated code, as I have since updated it to enable playback of videos that normally require age verification.