*** tpb has joined #timvideos | 00:00 | |
-leguin.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp | 00:00 | |
CarlFK | iiie: ping | 04:01 |
---|---|---|
iiie | CarlFK: pong | 04:02 |
CarlFK | can you check out what skay is asking about in #django? | 04:02 |
iiie | checking | 04:03 |
CarlFK | I missed what she posted, but it has something to do with django-profiles and current / dev django (i guess) | 04:03 |
iiie | Yes, 1.5 replaces User rather than using auth_profile | 04:05 |
CarlFK | cool | 04:06 |
CarlFK | she isn't actually upgrading anything - she is starting to hack together a little demo site for her work | 04:07 |
iiie | "a rising tide raises all boats"? | 04:07 |
* iiie I like sharing knowledge | 04:08 | |
CarlFK | : {{ clrfformset.management_form }} https://github.com/CarlFK/veyepar/blob/master/dj/main/templates/episode.html#L104 | 04:20 |
tpb | <http://ln-s.net/-Som> (at github.com) | 04:20 |
CarlFK | what does that do anyway?! lol | 04:20 |
iiie | management form for formsets, form count | 04:34 |
iiie | or should be | 04:34 |
iiie | off to grab dinner | 04:34 |
CarlFK | see ya - thaks | 04:36 |
*** hyades has joined #timvideos | 05:50 | |
*** mithro has joined #timvideos | 06:33 | |
*** hyades has quit IRC | 06:51 | |
*** mithro has quit IRC | 06:52 | |
*** hyades has joined #timvideos | 07:10 | |
*** hyades has quit IRC | 07:19 | |
*** hyades has joined #timvideos | 07:22 | |
hyades | mithro CarlFK what is encode_mode? | 07:31 |
hyades | its just added to the introspect. I cannot see any implementation of it in the code of gst-switch | 07:32 |
*** mithro has joined #timvideos | 08:29 | |
*** hyades has quit IRC | 08:33 | |
*** hyades has joined #timvideos | 08:39 | |
*** hyades has quit IRC | 08:46 | |
*** hyades has joined #timvideos | 08:52 | |
hyades | mithro, ping | 08:53 |
mithro | hey hyades | 08:53 |
*** hyades has quit IRC | 08:55 | |
*** hyades has joined #timvideos | 08:57 | |
hyades | i need some info | 08:57 |
hyades | firstly what is encode_mode | 08:57 |
hyades | its mentioned in the introspect but has no implementation | 08:58 |
hyades | in the code of the gst-switch | 08:58 |
hyades | " <method name='set_encode_mode'>" | 09:00 |
hyades | " <arg type='i' name='channel' direction='in'/>" | 09:00 |
hyades | " <arg type='b' name='result' direction='out'/>" | 09:00 |
hyades | " </method>" | 09:00 |
*** hyades_ has joined #timvideos | 09:14 | |
hyades_ | pin | 09:15 |
*** hyades has quit IRC | 09:18 | |
*** hyades_ is now known as hyades | 09:20 | |
mithro | not sure | 09:30 |
hyades | and some time back i had raised a issue in the gst-switch about the warnings i am getting | 09:30 |
hyades | anything related to that? | 09:31 |
hyades | these warnings are only enabled in the developmental 1.1.1 version | 09:31 |
hyades | of gstreamer | 09:31 |
hyades | the entire thing works good, but sometimes I have to debug by putting some print statements, which I cannot do due to these warnings | 09:33 |
mithro | hyades, those warnings occur once off rather then multiple times, right? | 09:41 |
hyades | no | 09:41 |
hyades | they are like some 5-6 times a second | 09:41 |
hyades | so i can just find them on my terminal screen | 09:41 |
hyades | thats why i cannot use print for debugging :( | 09:42 |
mithro | you know about "grep -v" right? | 09:52 |
hyades | man grep saying it shows non-matching lines | 09:54 |
hyades | okay | 09:54 |
hyades | these warnings are to stderr | 09:55 |
hyades | i even piped stderr to /dev/null, but it doesn't work | 09:56 |
hyades | if i pipe everything to a file, only print statements come | 09:57 |
hyades | also, I have tried running gst-switch-srv in gst-debug-disable and --gst-debug-level=0 modes. None of these work | 10:23 |
mithro | hyades, "abc 2>&1" well redirect the output of stderr into stdout | 10:26 |
mithro | hyades, please read up on stderr verse stdout and pipes | 10:27 |
hyades | mithro, its good now :) thanks | 10:32 |
hyades | im putting stderr to null now | 10:33 |
*** bananadine has joined #timvideos | 12:26 | |
mithro | btw | 13:01 |
mithro | ctcp ping does nothing | 13:01 |
bananadine | hey mithro | 13:02 |
bananadine | did you see what i wrote here yesterday? | 13:02 |
hyades | checking connectivity | 13:02 |
mithro | bananadine, yes | 13:03 |
mithro | you need to figure out the difference between when you run it in flumotion and when you run it locally | 13:03 |
bananadine | i know that much, what can i use to find out? | 13:04 |
mithro | your brain? :P | 13:06 |
mithro | there is nothing automatic for this | 13:06 |
bananadine | hah | 13:08 |
mithro | So, what have we looked at before? | 13:12 |
bananadine | When? | 13:14 |
mithro | when previously trying to track down import problems | 13:16 |
bananadine | that was with gi | 13:16 |
bananadine | gtk2reactor was givint it a 'None' value | 13:16 |
bananadine | so it won't get imported | 13:16 |
bananadine | giving* | 13:17 |
mithro | yes | 13:19 |
mithro | but before there | 13:19 |
mithro | we looked a whole bunch of different things | 13:19 |
bananadine | we looked at the strace output | 13:20 |
mithro | and... | 13:21 |
bananadine | python didn't look for gi in the right place | 13:21 |
bananadine | so it couldn't find it and gave an import error | 13:21 |
bananadine | and now it looks for GstNet in the wrong place | 13:22 |
bananadine | 'usr/lib/python2.7/dist-packages/gi/repository' | 13:23 |
mithro | bananadine, your missing the whole part where we did things like | 13:23 |
mithro | print sys.modules | 13:23 |
mithro | sys.path | 13:23 |
bananadine | right | 13:23 |
mithro | etc.... | 13:23 |
bananadine | well i did print sys.modules for this too | 13:23 |
mithro | and did you find anything? | 13:27 |
mithro | how does it compare to the interactive verse in flumotion? | 13:27 |
bananadine | oh you know what | 13:29 |
bananadine | i should print sys.modules in the interactive | 13:29 |
bananadine | 'gi.repository': <module 'gi.repository' from '/usr/lib/python2.7/dist-packages/gi/repository/__init__.pyc'>, | 13:31 |
bananadine | 'gi.repository.GstNet': <gi.module.DynamicModule 'GstNet' from '/usr/lib/girepository-1.0/GstNet-1.0.typelib'>, | 13:31 |
mithro | your looking for differences right | 13:31 |
bananadine | the difference is | 13:31 |
bananadine | i have this line with GstNet in the interactive | 13:31 |
bananadine | but i don't in flumotion | 13:31 |
mithro | yes, now you need to figure out why | 13:37 |
mithro | how does gi.repository find the module? | 13:37 |
bananadine | with help from the __init__? | 13:39 |
bananadine | as i understand '/usr/lib/python2.7/dist-packages/gi/repository/__init__.py' does the job | 13:41 |
mithro | what is in that file? | 13:43 |
mithro | seems to do something to meta_path | 13:43 |
mithro | have a look into that | 13:43 |
mithro | http://docs.python.org/3/library/sys.html#sys.meta_path | 13:44 |
tpb | Title: 28.1. sys — System-specific parameters and functions Python v3.3.2 documentation (at docs.python.org) | 13:44 |
bananadine | in that file i see two methods for getting the specified version of the module | 13:45 |
bananadine | IE gi.require_version('Gst' , '1.0') | 13:45 |
bananadine | the other is get_required_version | 13:46 |
bananadine | and it also force loads GObject | 13:46 |
mithro | dunno if your version of that file is different to mine.... | 13:46 |
bananadine | it's GstNet-1.0.typelib | 13:47 |
bananadine | ahh | 13:48 |
bananadine | i get the modules from the importer | 13:48 |
bananadine | /usr/lib/python2.7/dist-packages/gi/importer.py | 13:48 |
bananadine | be back in 15 min, got to go pay some bills | 13:49 |
*** mithro has quit IRC | 14:07 | |
*** bananadine has quit IRC | 14:42 | |
*** Jahanzeb has joined #timvideos | 17:48 | |
*** Jahanzeb has quit IRC | 18:02 | |
*** Jahanzeb has joined #timvideos | 18:09 | |
*** rihnapstor has joined #timvideos | 18:16 | |
rihnapstor | hello guys! | 18:16 |
CarlFK | hi rihnapstor | 18:20 |
rihnapstor | hey hi | 18:21 |
*** Jahanzeb has quit IRC | 18:30 | |
*** rihnapstor has quit IRC | 18:58 | |
*** hyades_ has joined #timvideos | 20:12 | |
*** hyades has quit IRC | 20:12 | |
*** Jahanzeb has joined #timvideos | 20:43 | |
*** hyades_ has quit IRC | 20:52 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!