*** tpb has joined #timvideos | 00:00 | |
Sewar | »» iiie hasn't seen CarlFK | 00:06 |
---|---|---|
Sewar | <iiie> right, well if you see Carl tell him I'm on the road | 00:06 |
CarlFK | here | 00:06 |
CarlFK | noo!!! | 00:06 |
CarlFK | iiie2: trist uo | 00:08 |
CarlFK | up | 00:08 |
CarlFK | all the processes are happy... | 00:14 |
*** iiie has joined #timvideos | 00:26 | |
iiie | CarlFK, hello! | 00:28 |
CarlFK | hi! | 00:28 |
CarlFK | on my phone.. | 00:28 |
CarlFK | any chance of dropping the fps to like.. 2? | 00:29 |
iiie | um, hm | 00:30 |
CarlFK | er, wait not phone.. | 00:30 |
iiie | looking at config (has copy) | 00:30 |
iiie | maybe! trist manager config <property name="framerate">25/1</property> | 00:32 |
*** CarlFK has quit IRC | 00:35 | |
*** CarlFK has joined #timvideos | 01:02 | |
CarlFK | I think the crap wifi is better than the 2 bars of 3g | 01:05 |
*** hyades has joined #timvideos | 02:09 | |
mithro_work | CarlFK, why not both! | 02:25 |
CarlFK | mithro_work: I was thinking the audio and video streams could go on different paths | 02:29 |
mithro_work | CarlFK, probably a bad idea | 02:29 |
mithro_work | CarlFK, I'll get around to getting someone to write this multipath reliability tunnel thingy | 02:30 |
CarlFK | talk over | 02:35 |
*** hyades has quit IRC | 03:16 | |
*** CarlFK has quit IRC | 03:50 | |
*** hyades has joined #timvideos | 04:46 | |
*** CarlFK has joined #timvideos | 05:13 | |
mithro_work | Sewar, ping? | 05:16 |
Sewar | mithro: pong! | 05:20 |
mithro_work | Sewar, you should try the #django for that weird problem you are having | 05:20 |
Sewar | tried yesterday, no response | 05:21 |
mithro_work | how long did you wait? | 05:21 |
mithro_work | It is likely to take 24 hours | 05:21 |
Sewar | as you see, I'm on IRC 24/7, excluding during netsplits | 05:22 |
mithro_work | yeah cool | 05:23 |
Sewar | This is the query generated by ORM: https://dpaste.de/Kf43n/ | 05:25 |
tpb | Title: dpaste.de: Snippet #233996 (at dpaste.de) | 05:25 |
Sewar | Ii gives the same weird output, since I don't understand those 'LEFT OUTER JOIN' I'm not sure if it's the correct query or not. | 05:26 |
Sewar | btw, I added comments section to my blog, so you can comment there too. | 05:27 |
mithro_work | gret | 05:36 |
mithro_work | try #sql for help with LEFT OUTER JOIN | 05:36 |
Sewar | ok | 05:38 |
*** iiie has quit IRC | 06:09 | |
*** mithro has quit IRC | 06:20 | |
*** CarlFK has quit IRC | 06:37 | |
*** hyades has quit IRC | 06:50 | |
*** hyades has joined #timvideos | 07:00 | |
*** bananadine has joined #timvideos | 12:07 | |
*** hyades has quit IRC | 12:19 | |
mithro_work | hi bananadine | 12:57 |
mithro_work | how goes things today? | 12:57 |
*** hyades has joined #timvideos | 12:57 | |
mithro_work | Hi hyades | 12:57 |
mithro_work | how goes things? | 12:57 |
hyades | hi mithro_work | 12:58 |
bananadine | hi mithro_work | 12:59 |
hyades | brb 5 mins | 12:59 |
bananadine | i'm asking around #gstreamer | 13:00 |
bananadine | mithro_work, is it fine to replace 'factory = registry.find_feature(name, Gst.TYPE_ELEMENT_FACTORY)' with 'factory = registry.lookup_feature(name) in this method https://code.flumotion.com/cgit/flumotion/tree/flumotion/common/gstreamer.py#n114 | 13:08 |
tpb | Title: flumotion - Flumotion core (at code.flumotion.com) | 13:08 |
mithro_work | I have no idea | 13:08 |
bananadine | the people at #gstreamer don't know how to get the GType in pygi | 13:10 |
bananadine | and i can't find out in the porting guides | 13:10 |
mithro_work | What does the old documentation say about that? | 13:17 |
mithro_work | IE what does find_feature do verse lookup_feature | 13:17 |
bananadine | find_feature -> "Find the pluginfeature with the given name and type in the registry." | 13:22 |
bananadine | lookup_feature -> "Find a PluginFeature with name in registry ." | 13:22 |
bananadine | well this could work | 13:22 |
bananadine | without the type | 13:22 |
*** CarlFK has joined #timvideos | 13:31 | |
*** mithro has joined #timvideos | 13:40 | |
mithro | bananadine, probably want to assert the returned type is a TYPE_ELEMENT_FACTORY... | 13:43 |
micolous_ | mithro: i'm just finding some slides for you | 13:43 |
mithro | micolous_, awesome! | 13:44 |
bananadine | mithro, it works fine with lookup_feature | 13:44 |
micolous_ | goggle docs does odp import right? | 13:44 |
bananadine | anyway now i'm stuck on something else | 13:44 |
mithro | micolous_, probably not | 13:44 |
bananadine | https://code.flumotion.com/cgit/flumotion/tree/flumotion/component/feedcomponent010.py#n395 | 13:45 |
mithro | bananadine, yes but you'll probably get weird bugs in the future where it doesn't return a TYPE_ELEMENT_FACTORY and it'll waste time later | 13:45 |
bananadine | add_event_probe is now add_probe and it takes 4 arguments | 13:45 |
tpb | Title: flumotion - Flumotion core (at code.flumotion.com) | 13:45 |
bananadine | add_event_probe took only two | 13:45 |
bananadine | http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-add-probe | 13:46 |
tpb | <http://ln-s.net/-RUL> (at gstreamer.freedesktop.org) | 13:46 |
mithro | what are the two new arguments? | 13:47 |
bananadine | my guess would be 'GDestroyNotify destroy_data' | 13:48 |
micolous_ | mithro: sent | 13:48 |
bananadine | and 'GstPadProbeCallback callback' | 13:48 |
mithro | bananadine, don't guess look up the old documentation and compare | 13:49 |
bananadine | https://developer.gnome.org/gstreamer/0.10/GstPad.html#gst-pad-add-event-probe | 13:50 |
tpb | <http://ln-s.net/-RUU> (at developer.gnome.org) | 13:50 |
bananadine | oh well | 13:50 |
bananadine | callback is not new then | 13:50 |
mithro | bananadine, I thought not | 13:51 |
bananadine | so 'mask' and 'destroy_data' | 13:51 |
bananadine | mask should be event | 13:54 |
bananadine | i mean, event type | 13:54 |
mithro | bananadine, well previously they got all events right? | 13:57 |
bananadine | yes | 13:57 |
mithro | micolous_, your not doing great on the text contrast there yourself :P | 13:57 |
mithro | bananadine, so you want a mask that does that right? | 13:57 |
bananadine | the thing is previously the method handled which type is the probe | 13:57 |
micolous_ | mithro how is #fff text on #000 background low contrast :P | 13:57 |
micolous_ | the "colours" slide is meant as tongue in cheek :P | 13:58 |
bananadine | so it was 'add_event_probe' | 13:58 |
mithro | micolous_, it's not #fff text on my computer | 13:58 |
mithro | bananadine, okay | 13:58 |
mithro | so do that :P | 13:58 |
micolous_ | mithro: weird :\ | 13:58 |
mithro | micolous_, it's like a dark gray | 13:59 |
micolous_ | wtf | 13:59 |
micolous_ | anyway | 13:59 |
micolous_ | all the full text is in the notes | 13:59 |
micolous_ | because i don't write slides with lots of text | 13:59 |
micolous_ | because they're bad | 13:59 |
mithro | micolous_, yes I know | 13:59 |
micolous_ | cool | 13:59 |
micolous_ | it was funny, uni did a presentation on "good presentations" and it was itself an example of bad powerpoint use (and included the meme of the Ferris Bueller scene with the economics class) | 14:00 |
mithro | gah | 14:02 |
mithro | I seem to have lost the old PyConAU sponsorship document | 14:02 |
*** hyades has quit IRC | 14:27 | |
*** hyades has joined #timvideos | 14:30 | |
mithro | Sewar, your new blog posts are looking good! | 14:37 |
*** hyades has quit IRC | 14:42 | |
*** mithro has quit IRC | 14:46 | |
*** CarlFK has quit IRC | 14:48 | |
*** Jahanzeb has joined #timvideos | 15:18 | |
*** Jahanzeb has quit IRC | 15:19 | |
bananadine | mithro, for this -> https://code.flumotion.com/cgit/flumotion/tree/flumotion/component/producers/videotest/videotest.py#n51 | 15:23 |
tpb | <http://ln-s.net/-RYd> (at code.flumotion.com) | 15:23 |
bananadine | i get get_pipeline_string(): 'tuple' object does not support item assignment | 15:23 |
bananadine | i know that tuples are not changeable | 15:23 |
bananadine | but how did it work before | 15:24 |
bananadine | 'structure_from_string' converts 'struct' to a tuple | 15:26 |
bananadine | yes? | 15:26 |
bananadine | "A gst.Structure is a collection of key/value pairs" | 15:27 |
bananadine | that doesn't sound like a tuple | 15:27 |
bananadine | ok so it's a tuple | 15:35 |
bananadine | in pygi | 15:35 |
bananadine | and the first element is the structure | 15:35 |
micolous_ | so | 15:56 |
micolous_ | i plugged my xbox360 into the capture board for shits and giggles | 15:56 |
micolous_ | i think that the board is copying my TV's DDC information :P | 15:57 |
micolous_ | which means it'll be trying to do 1080p30 with 3D mode available and stuff like that | 15:57 |
micolous_ | though the xbox menus will all be 2D | 15:57 |
*** bananadine has quit IRC | 16:01 | |
*** hyades has joined #timvideos | 16:12 | |
micolous_ | managed to get it to behave with the xbox, but it required navigating menus with a broken display of the 480p input, then setting the res manually | 16:17 |
micolous_ | the chroma appears misaligned, but i'll have some screenshots shortly | 16:18 |
micolous_ | i still need to update the board to newer fw | 16:18 |
*** hyades has quit IRC | 16:35 | |
*** hyades has joined #timvideos | 16:48 | |
*** CarlFK has joined #timvideos | 16:49 | |
*** hyades has quit IRC | 16:59 | |
*** bananadine has joined #timvideos | 16:59 | |
*** iiie has joined #timvideos | 17:24 | |
micolous_ | http://imgur.com/a/r9JMR < shots of hdmi2usb with an xbox360 connected to it | 17:28 |
tpb | Title: hdmi2usb xbox360 2013-07-12 - Imgur (at imgur.com) | 17:28 |
CarlFK | I see a car | 17:29 |
*** parx1 has joined #timvideos | 17:29 | |
micolous_ | yup | 17:29 |
micolous_ | that's an xbox game | 17:29 |
micolous_ | the chroma is off slightly | 17:30 |
CarlFK | ah | 17:30 |
micolous_ | but otherwise working nice | 17:30 |
CarlFK | yeah | 17:30 |
CarlFK | what sort of fps are you seeing ? | 17:30 |
micolous_ | well the capture device reports 15fps at 1024x768 | 17:30 |
micolous_ | xbox is doing 1024x768@60Hz | 17:30 |
micolous_ | xbox says 50Hz is unsupported | 17:31 |
micolous_ | whenever you set a screen resolution it will try both | 17:31 |
CarlFK | I have one too, but don't have a good hdmi .. chain... like I have a ras-pi for a source (fine) but I don't have an hdmi monitor | 17:31 |
micolous_ | ah ok | 17:31 |
micolous_ | i notice that the atlys makes the xbox think it is connected to a computer monitor (DVI) instead of a TV (HDMI) | 17:31 |
*** parx has quit IRC | 17:31 | |
CarlFK | did you see my script to flash the atlys? | 17:32 |
iiie | Goodmorning all (10:30am Pacific) | 17:32 |
micolous_ | 640x480 i get passthrough to the TV but there are display issues (https://github.com/timvideos/HDMI2USB/issues/30) | 17:32 |
tpb | Title: 640x480 inputs cause corrupted display · Issue #30 · timvideos/HDMI2USB · GitHub (at github.com) | 17:32 |
micolous_ | 1024x768 my TV isn't getting passthrough | 17:32 |
micolous_ | morning | 17:32 |
CarlFK | hi iiie | 17:32 |
micolous_ | it's 03:02 here | 17:32 |
micolous_ | <_< | 17:32 |
micolous_ | i think i saw that | 17:32 |
micolous_ | at the moment i'm just running everything by hand | 17:33 |
micolous_ | but chained the two flashing commands | 17:33 |
CarlFK | I wasn't sure if you were using the IDE or whatever the main wiki page might imply you need to | 17:33 |
micolous_ | djtgcfg prog -d Atlys -i 0 -f hdmi2usb.bit; sudo fxload -vvv -t fx2 -D 1443:0007 -I hdmi2usb.hex | 17:33 |
micolous_ | that's what i run | 17:34 |
CarlFK | where did you get djtgcfg from? | 17:34 |
*** parx1 is now known as parx | 17:35 | |
micolous_ | https://github.com/timvideos/HDMI2USB/wiki/Digilent-Atlys-Board:-Loading-Firmware#stage-1 | 17:35 |
micolous_ | the links on there | 17:35 |
tpb | <http://ln-s.net/-Rd7> (at github.com) | 17:35 |
CarlFK | bleck | 17:36 |
CarlFK | I got lost trying to figure that out | 17:36 |
CarlFK | I am trying to simplify the whole process so onboarding a new person doesn't make them run away | 17:36 |
micolous_ | haha | 17:37 |
micolous_ | i had the advantage this week of being in the same room as Tim | 17:37 |
micolous_ | but he left me to get it setup myself using only the wiki and i managed | 17:38 |
micolous_ | as a "test" :) | 17:38 |
micolous_ | i found a couple of documentation errors | 17:38 |
CarlFK | djtgcfg ... the author told me not to use the one Tim says to use | 17:38 |
micolous_ | i thought it was a different fxload? | 17:39 |
CarlFK | maybe that is what I am thinking... | 17:39 |
CarlFK | like I said, I got pretty tripped up trying to figure out what was really needed | 17:39 |
CarlFK | "You can download fxload from https://github.com/pbatard/fxload " thats the one that pbatard said "wat?! omg, don't use that" (basically.) | 17:40 |
tpb | Title: pbatard/fxload · GitHub (at github.com) | 17:40 |
micolous_ | ah ok | 17:41 |
micolous_ | i know not to usse the one in apt | 17:41 |
micolous_ | so i built from source | 17:41 |
CarlFK | well, I think the one in apt may be ok | 17:41 |
CarlFK | but the command line switches aren't consistent.. which I think is what lead to the "too old" conclusion | 17:42 |
micolous_ | hm | 17:50 |
micolous_ | anyway, i best be off to bed | 17:50 |
micolous_ | night | 17:50 |
micolous_ | https://f.cloud.github.com/assets/246847/783497/b2b9152c-ea51-11e2-9aff-d933ec8c0a36.jpg < bonus of hdmi2usb capture of foxtel for xbox 360 | 17:51 |
tpb | <http://ln-s.net/-RdZ> (at f.cloud.github.com) | 17:51 |
micolous_ | so even works in video apps on the xbox | 17:51 |
micolous_ | which i thought would have HDCP... | 17:51 |
*** bananadine has quit IRC | 17:52 | |
CarlFK | isn't that dependant on the source media ? | 17:52 |
micolous_ | i thought it would be | 17:52 |
micolous_ | i thought foxtel would turn on HDCP | 17:52 |
micolous_ | either it doesn't, or the hdmi2usb firmware supports HDCP | 17:52 |
micolous_ | i'll see if i can get hold of a playstation 3 on the weekend because i'm pretty sure that's always-on HDCP | 17:53 |
micolous_ | night | 17:54 |
CarlFK | see ya | 17:54 |
*** hyades has joined #timvideos | 18:13 | |
*** iiie0 has joined #timvideos | 18:49 | |
*** iiie has quit IRC | 18:52 | |
*** hyades has quit IRC | 19:43 | |
*** CarlFK has quit IRC | 19:52 | |
*** hyades has joined #timvideos | 20:00 | |
*** CarlFK has joined #timvideos | 20:19 | |
*** CarlFK has quit IRC | 20:34 | |
*** CarlFK has joined #timvideos | 20:37 | |
*** hyades has quit IRC | 21:00 | |
*** iiie0 is now known as iiie | 21:07 | |
*** CarlFK has quit IRC | 21:47 | |
*** CarlFK has joined #timvideos | 23:56 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!