[10:23] MrChrisDruif: Hi there [10:23] Aloha [10:24] man, stocks suck today...not worth it ! [10:25] Alright...then I'll won't even start ^_^ [14:23] Kaleo: http://rsalveti.wordpress.com/2012/01/16/ubuntu-tv-fully-accelerated-on-a-pandaboard-with-ubuntu-leb/ [14:23] Kaleo: packages should be available at the ppa in a few hours [14:24] still building [14:24] robclark implemented the support for video decoding :-) [14:24] finally have everything working [14:24] and working quite well, I must say [14:24] seems there are still a few issues with seek, but other than that it basically works [14:26] rsalveti: ROCK! [14:26] robclark: mouach! [14:26] robclark: mouack! [14:27] robclark: so the patches were made in Qt Mobility? [14:27] rsalveti: ^ [14:30] Kaleo, yeah, only patches in qtmobility.. I added eglImage rendering, plus seek fix I noticed, plug support for cropping in the display (because our hw video codecs don't have something like ffmpeg's 'edge emulation') [14:30] robclark: fantastic [14:30] robclark: you are upstreaming them? [14:30] robclark: and more importantly, where can I get you a beer? [14:31] well.. at least part of them can be upstreamed.. [14:31] some part are currently omap specific, although in linaro we are working on a few things, like standard extension for creating eglImage's so that we can do that in a way that is supported on multiple hardware [14:32] robclark: I also noticed a few other seek issues, but still need to debug better [14:33] robclark: the most common ones with the videos I used is that after the seek the video is faster until it reaches the sound [14:33] robclark: and trying to play a video once another video is already running [14:33] hmm, and you don't see that with totem? [14:33] robclark: by pressing f1 and trying to play another video [14:33] how do you manage to try to start a 2nd video? [14:34] robclark: didn't test yet, was quite late when I noticed, let me check now with totem [14:34] hmm, ok.. that isn't likely to work.. [14:34] robclark: just press f1 [14:34] (trying to play too many videos) [14:34] robclark: f1 f2 and f3 brings different menus [14:34] ie. probably ubuntu-tv needs to stop first video first.. or that will be problematic on reasource constrained systems [14:35] robclark: and for seek, enter -> up then you'll see all the frames [14:35] hmm, ok.. will try in a bit [14:35] robclark: yup, but that's fine [14:35] robclark: we don't need a second video playing at the same time [14:36] so we just need to make sure the first one is stopped properly before starting the second one [14:36] yeah [14:41] robclark: ok, same seeking issue with totem, so not related with qtmobility [14:41] rsalveti, ok.. I guess file a bug ;-) [14:42] robclark: yup, now just need to now if I can make this video public :-) [14:42] will check [14:42] ok, yeah, easier if it can be reproduced with a clip that can be shared [15:31] btw, anyone already make a lightdm session for ubuntu-tv? [15:35] wouldnt that just be a config for autologin and disabling the frontend ? [15:35] maybe.. not really looked into how that stuff works.. [15:36] I just know there is now an XBMC option in lightdm after rsalveti's xbmc debs from the linaro ppa [15:36] robclark: we just need to create a session file for it [15:37] it's based on unity-2d, so I wonder when it's installed if trying to log-in at unity-2d would open it by default [15:37] i think that gets mangled somehow [15:37] not sure though [15:37] probably is that the code base is based on unity-2d, but currently it disables unity-2d one it's installed [15:38] or we create a different package for it for now [15:38] rsalveti, this seems to have something to do with whether you see normal unity-2d or ubuntu-tv [15:38] GSETTINGS_SCHEMA_DIR=ubuntu-tv/data gsettings set com.canonical.Unity2d form-factor tv [15:38] or try to see if we have both working in a easy way [15:38] robclark: guess so [15:38] robclark: so the session file would probably have to deal with that in some sort [15:38] yeah [15:39] I guess if the session file could launch a script, all should be possible [15:39] Kaleo: do you know if unity-2d is expected to work on top of the unity tv branch? [15:39] robclark: yeah [15:46] rsalveti: not yet [15:46] rsalveti: but in 2 weeks tops it will [15:47] rsalveti: in the end you will be able to dynamically, reliably set com.canonical.Unity2d.form-factor to 'desktop' or 'tv' [15:47] Kaleo: great [15:48] or 'phone' or 'lawnmower' or 'fridge' :) [15:48] * ogra_ is sure Kaleo will implement UIs for all these within a weeks time :) [15:49] ogra_: actually the lawnmower one is done [15:49] per my dad's request [15:49] :D [15:49] yay, i'll come back to you in the summer then :) [16:13] btw, I don't get any text in the movie info screen (even in the buttons) before playing clip, or the right side info panel thing (although I do have the .nfo's and ubuntu-tv finds the fan-art).. [16:14] maybe some font I don't have installed or something like this? [16:14] somehow it seems to work ok for rsalveti [16:14] so I guess just something missing on my filesystem [16:15] robclark: I believe that's the qt issue I described at another post [16:15] I had to rebuild qt removing the workarounds for sgx [16:15] ahh, ok.. [16:15] but I'm also pushing that later today [16:15] you wouldn't happen to have a .deb do you, so I don't have to recompile [16:15] ok [16:15] then you can just grab from the package [16:15] ok, cool [16:16] brb, food time [16:16] cya [20:37] Is there a guide to an example scope around somewhere? [20:37] It feels like I have this mythtv scope working, but I get no results from it [20:37] or better yet, something I can monitor for debugging purposes? [20:55] tgm4883, probably best to take a look at d-feet and other dbus debugging approaches [20:55] to see what's going where [20:56] I assume you're working off of https://wiki.ubuntu.com/Unity/Lenses ? [21:44] Saviq, yea working off that [21:44] Saviq, also, I was adapting a little from a youtube lens I found [21:44] I'm setting up UTV in a VM now in case there was some weird stuff done in this video lens I'm using