*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has quit IRC | 00:19 | |
*** iiie has quit IRC | 01:04 | |
*** Jahanzeb has quit IRC | 01:19 | |
*** Jahanzeb has joined #timvideos | 01:20 | |
mithro-work | parx, awesome! | 02:03 |
---|---|---|
mithro-work | parx, do you know if Carl has any longer then 3 day conferences coming up? | 02:07 |
parx | I originally suggested inviting Sewar as convenient for PyTexas (in 3 weeks), but that conf is off the schedule now. | 02:07 |
parx | PyconCanada is in August | 02:07 |
parx | CarlFK will be doing that with all Canadian staff, I am told. | 02:08 |
mithro-work | I'd like to get Jahanzeb over to a conference | 02:19 |
mithro-work | I guess the distance from canada to the UK isn't too bad | 02:22 |
parx | Something about work permits... | 02:33 |
parx | If the distance from here to you wasn't so bad, I'd offer you a root beer float right now, mithro. | 02:33 |
* parx takes a swig | 02:33 | |
parx | The main PyCon next March will be in Canada but will not be exclusively Canadian-staffed. | 02:37 |
mithro-work | yeah | 02:37 |
mithro-work | if we haven't gotten him out before then I think that would be a good option | 02:37 |
parx | If I see an opportunity I'll say something : ) | 02:41 |
parx | Hope Jahanzeb 's passport is in order! As you know, there isn't always much advance notice. | 02:42 |
*** Jahanzeb has quit IRC | 03:32 | |
mithro-work | Sewar, poke | 03:49 |
Sewar | mithro-work: pong | 03:50 |
mithro-work | Sewar, so parx just pointed out you are missing a LICENSE file in your website repository | 03:52 |
mithro-work | LICENSE/COPYING | 03:53 |
Sewar | yeah, I was going to ask about that | 03:54 |
Sewar | what license you suggest? gpl2? | 03:54 |
mithro-work | Sewar, your choice between Apache 2 or GPL 2 | 03:55 |
Sewar | I don't know the difference | 03:56 |
mithro-work | Apache2 is a "you can do anything you want with it" | 03:56 |
mithro-work | GPL is a "Share and share alike" license | 03:56 |
Sewar | so Apache2 is like BSD | 03:57 |
mithro-work | Yeah, Apache2 is basically a more formal BSD with patent protections | 03:57 |
*** hyades has joined #timvideos | 05:10 | |
*** bananadine has joined #timvideos | 06:44 | |
*** iiie has joined #timvideos | 07:14 | |
*** iiie has quit IRC | 07:17 | |
bananadine | mithro ping | 08:15 |
mithro | bananadine, pong | 08:18 |
bananadine | I want to understand what does 'depay' stand for in the code | 08:19 |
bananadine | here's one instance of it https://code.flumotion.com/cgit/flumotion/tree/flumotion/component/feedcomponent.py#n990 | 08:21 |
tpb | <http://ln-s.net/-_dK> (at code.flumotion.com) | 08:21 |
*** mithro has quit IRC | 08:24 | |
*** Jahanzeb has joined #timvideos | 08:33 | |
*** mithro has joined #timvideos | 08:36 | |
mithro | I figured out GstIntRange problem | 08:37 |
bananadine | oh | 08:51 |
bananadine | What is it? | 08:52 |
mithro | bananadine, pygst doesn't yet support the full set of gstreamer GType values | 08:54 |
bananadine | so i can leave that one out? | 08:56 |
Jahanzeb | Hi parx | 08:59 |
Jahanzeb | Thanks for the email. | 08:59 |
Jahanzeb | Yea canda sounds great | 09:00 |
Jahanzeb | i have never been there | 09:00 |
Jahanzeb | i am based in UK at the moment. | 09:01 |
bananadine | mithro i'm going to take a shower and i'll come back | 09:06 |
bananadine | i'm trying to fix the callback functions | 09:06 |
*** Jahanzeb has quit IRC | 09:20 | |
bananadine | mithro, i'm back | 09:46 |
bananadine | these callbacks are tricky | 09:47 |
bananadine | a lot of what was must be changed | 09:47 |
bananadine | to fix the 'verbose_deep_notify_cb' error value = orig.get_property(pspec.name) | 09:52 |
bananadine | AttributeError: 'NoneType' object has no attribute 'name' | 09:52 |
bananadine | i need to see where the function is called, so i did that | 09:52 |
bananadine | https://github.com/bananadine/flumotion/blob/master/flumotion/component/feedcomponent010.py#L413 | 09:53 |
tpb | <http://ln-s.net/-_fc> (at github.com) | 09:53 |
bananadine | but what is self.pipeline.connect ? | 09:53 |
bananadine | i can't find Gst.Pipeline.connect | 09:54 |
bananadine | there is no such function | 09:54 |
mithro | look at 155 | 09:59 |
bananadine | so that function calls "_setup_pipeline" | 10:01 |
bananadine | but i still don't understand where 'connect' comes from | 10:01 |
mithro | bananadine, what do you mean? | 10:15 |
bananadine | where is the function named 'connect' defined? | 10:17 |
bananadine | so i can figure out why pspec is a none type | 10:17 |
bananadine | pspec is an argument in "verbose_deep_notify_cb" and i have | 10:21 |
bananadine | sig_id = self.pipeline.connect('deep-notify', | 10:21 |
bananadine | gstreamer.verbose_deep_notify_cb, self) | 10:21 |
mithro | bananadine, you understand that registering a callback is different from when it's called? | 10:41 |
bananadine | no, how | 11:08 |
bananadine | ? | 11:09 |
*** rihnapstor has joined #timvideos | 11:18 | |
*** rihnapstor has quit IRC | 11:20 | |
*** rihnapstor has joined #timvideos | 11:20 | |
*** mithro has quit IRC | 11:22 | |
*** rihnapstor has quit IRC | 11:42 | |
*** rihnapstor has joined #timvideos | 11:46 | |
*** rihnapstor has joined #timvideos | 11:47 | |
*** Jahanzeb has joined #timvideos | 11:57 | |
*** Jahanzeb has quit IRC | 12:11 | |
*** hyades has quit IRC | 12:20 | |
*** CarlFK has joined #timvideos | 12:54 | |
*** rihnapstor has quit IRC | 13:46 | |
bananadine | mithro-work ? | 14:00 |
*** CarlFK has quit IRC | 14:13 | |
*** mithro has joined #timvideos | 14:24 | |
bananadine | mithro ? | 14:33 |
*** Jahanzeb has joined #timvideos | 15:25 | |
*** bananadine has quit IRC | 16:29 | |
*** hyades has joined #timvideos | 16:59 | |
*** parx1 has joined #timvideos | 17:03 | |
*** parx has quit IRC | 17:05 | |
*** parx1 is now known as parx | 17:05 | |
*** Jahanzeb has quit IRC | 17:39 | |
*** rihnapstor has joined #timvideos | 18:38 | |
*** rihnapstor has joined #timvideos | 18:38 | |
*** iiie has joined #timvideos | 18:38 | |
*** hyades has quit IRC | 19:21 | |
*** Jahanzeb has joined #timvideos | 19:42 | |
*** rihnapstor has quit IRC | 19:54 | |
*** Jahanzeb has quit IRC | 20:04 | |
*** CarlFK has joined #timvideos | 20:31 | |
*** hyades has joined #timvideos | 20:33 | |
CarlFK | iiie iiie0 mithro we have wired | 20:38 |
CarlFK | at least i was told we will, may be up now.. trying to figure out where to plug in | 20:39 |
parx | Hi CarlFK | 20:40 |
CarlFK | hi parx! | 20:43 |
parx | Everything go ok last night? | 20:43 |
CarlFK | pretty good | 20:44 |
CarlFK | Sewar: my cell isn't working !!! grumble | 20:44 |
parx | uh oh | 20:44 |
parx | Have you collected him from the airport? | 20:45 |
CarlFK | found him :) | 20:47 |
CarlFK | he is here with me now | 20:47 |
*** hyades has quit IRC | 20:52 | |
*** hyades has joined #timvideos | 21:21 | |
*** Jahanzeb has joined #timvideos | 21:25 | |
*** hyades_1 has joined #timvideos | 21:32 | |
*** hyades has quit IRC | 21:34 | |
*** hyades_1 has quit IRC | 21:39 | |
iiie | CarlFK, he | 22:21 |
iiie | *hey | 22:21 |
CarlFK | here! | 22:24 |
CarlFK | box has nets | 22:24 |
* iiie looks at nets, sees some holes | 22:26 | |
iiie | can you run "sudo service ssh_tunnel_pyvideo restart" | 22:27 |
CarlFK | restart errored with "stop:missing job name", but stop and start seemed to work | 22:31 |
iiie | hm | 22:32 |
iiie | I just wanted it started, I thought I tested restart | 22:32 |
iiie | in -iiie | 22:32 |
iiie | ;) | 22:33 |
CarlFK | i saw that... :p | 22:33 |
iiie | wall can be useful | 22:33 |
iiie | alright, what's next? | 22:33 |
iiie | hm, streaming 4 rooms, so four encoders up? | 22:34 |
iiie | I'd go with alphabet ones (ab, cd, ef, gh) | 22:35 |
CarlFK | yes | 22:37 |
CarlFK | it will take me a bit to get the collectors up | 22:37 |
CarlFK | I have the main room mostly setup | 22:38 |
iiie | cd i-45ba4137 ec2-54-227-124-225.compute-1.amazonaws.com pending | 22:38 |
iiie | ef i-49ba413b ec2-184-73-83-207.compute-1.amazonaws.com pending | 22:38 |
iiie | gh i-c3aa51b1 ec2-107-20-33-197.compute-1.amazonaws.com pending | 22:38 |
iiie | ab i-3db1734f ec2-54-224-117-63.compute-1.amazonaws.com pending | 22:38 |
iiie | now running | 22:38 |
iiie | :) | 22:38 |
CarlFK | see if you can ssh to cnt2.local | 22:44 |
CarlFK | yay | 22:44 |
CarlFK | hmm... why no dvsource installed... | 22:45 |
CarlFK | oh god.. I am going to stick a usb wifi stick into a desktop | 22:46 |
iiie | ; / | 22:46 |
iiie | what! | 22:46 |
iiie | no wired network? | 22:46 |
* iiie hasn't checked on the webserver | 22:50 | |
iiie | are the rooms setup? What are they? | 22:50 |
CarlFK | wired yes, access code only on server | 22:50 |
iiie | I see with my little eye... serv, cnt2, TGY, TGY-[2-7], pc9e | 22:54 |
CarlFK | there are 2 nics in cnt2 right now | 22:56 |
CarlFK | can you set routing / gateway to the wlan0 one? | 22:57 |
CarlFK | but not break our local eth0 one ;/ | 22:57 |
iiie | er, what? | 22:58 |
iiie | probably | 22:58 |
iiie | I see eth0, eth1 and wan0 | 22:59 |
iiie | *wlan0 | 22:59 |
iiie | You want the gateway to be wlan0 ? | 22:59 |
iiie | CarlFK, you're physically nearish cnt2 incase my running network manager's cli doesn't quite work right? | 23:03 |
iiie | says it's connected to wireless right now | 23:05 |
CarlFK | hmm | 23:05 |
CarlFK | don't break NM | 23:05 |
CarlFK | both eth0 and wlan0 should be connected, | 23:06 |
iiie | 10 address means internal, vs eth0 has 164 which could be routeable | 23:06 |
iiie | they are | 23:06 |
iiie | "nmcli con" gives me a list | 23:06 |
CarlFK | the wired connection hits a web "enter user/pw" screen | 23:07 |
CarlFK | the wifi does not | 23:07 |
iiie | ah, hm | 23:08 |
iiie | alright, ready for the fun? I need you near cnt2, http://askubuntu.com/questions/10741/how-to-set-up-dual-wired-and-wireless-connections | 23:12 |
tpb | <http://ln-s.net/+RqC> (at askubuntu.com) | 23:12 |
CarlFK | never mind. codes have arrived | 23:13 |
CarlFK | I am rebooting | 23:13 |
iiie | cool | 23:13 |
iiie | he he he, cnt2 has time zone PDT | 23:14 |
CarlFK | can you help me remember to get the 4 mixers fixed? | 23:20 |
CarlFK | it is on the recording sheets to check.. but life gets bad when I forget | 23:20 |
iiie | er sure, anymore info on that? | 23:20 |
iiie | "what's broke boss?" | 23:20 |
CarlFK | cnd2 should have a normal net connection now | 23:30 |
CarlFK | can you try and get my collector installer to work? ;/ | 23:30 |
*** Sewar-- has joined #timvideos | 23:31 | |
iiie | sure, point me at it | 23:31 |
CarlFK | https://github.com/timvideos/streaming-system/blob/master/tools/setup/runall.sh#L3 | 23:31 |
tpb | <http://ln-s.net/-_ym> (at github.com) | 23:32 |
CarlFK | # To bootstrap, run the following # lines: | 23:32 |
iiie | ssh tunnel didn't come up again, can you run "sudo service ssh_tunnel_pyvideo" on serv again | 23:32 |
CarlFK | git is installed | 23:32 |
iiie | thanks | 23:35 |
iiie | to be clear want me to run through the linked setup on cnt2 | 23:37 |
*** Jahanzeb1 has joined #timvideos | 23:39 | |
*** Jahanzeb has quit IRC | 23:43 | |
*** Sewar-- has quit IRC | 23:45 | |
*** Jahanzeb has joined #timvideos | 23:49 | |
*** Jahanzeb1 has quit IRC | 23:52 | |
iiie | CarlFK, do you remember what the SSL certificate in building custom flumotion is for? (Can I use localhost, or should it be cnt2 or cnt2.local?) | 23:56 |
iiie | mithro, mithro-work alternatively do you remember off hand? | 23:57 |
iiie | I'll just assume localhost will work | 23:59 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!