Quote:
Originally Posted by dragly
Has there been any development in regards to playing videos with gPodder on Harmattan? I just added the TEDTalks (video) podcast and it does only play back the audio. Maybe it could be possible to open the video using the native video client until the Aegis problem is sorted out (is there an open API for this?) since that already has resume from last position implemented?
|
We even had video playback in the app some time ago - the problem is that as soon as video was played, the QML UI slowed down (even after stopping the video), so that's why we ripped out video playback for now. Qt Mobility does provide the QML "Video" element. I should check to see if it's fixed in newer firmware releases.
If not, we could always use the Content framework to at least open the video in the normal video player from within gPodder, although I'm not sure if we can get/set the position then. So yes, it's a known problem and we're working on it. I'm using gPodder myself, and also for videos, so I'll want to have that fixed myself, anyway