*** tpb has joined #timvideos | 00:00 | |
shenki | CarlFK: it makes a self-signed ssl cert | 00:04 |
---|---|---|
shenki | using openssl | 00:05 |
shenki | man make-ssl-cert | 00:05 |
CarlFK | so the setup script does this: | 00:06 |
CarlFK | sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /usr/local/etc/flumotion/default.pem | 00:06 |
CarlFK | but it prompts for some input, which we just use the defaults | 00:07 |
CarlFK | generate-default-snakeoil doesn't. will it do the same thing? | 00:07 |
CarlFK | or really, how can we get rid of the prompt ? | 00:08 |
iiie | yeah, there should be two of those eventually, on in master (on the planet.xml) | 00:08 |
iiie | no, the generate default is default for apache or the like, the command you have makes one at a given path | 00:09 |
iiie | which is what flumotion will use for it's connections | 00:09 |
iiie | I'm not sure that it makes a difference on the collector though | 00:09 |
iiie | on the encoder it's important | 00:09 |
CarlFK | ssh juser@cnt3 sudo mv /tmp/planet.xml /usr/local/etc/flumotion/managers/default/ | 00:19 |
CarlFK | seems I can't sudo like that... | 00:19 |
CarlFK | sudo: no tty present and no askpass program specified | 00:19 |
CarlFK | any idea how I can get planet.xml where it needs to be? | 00:19 |
CarlFK | * Starting Flumotion Streaming Server flumotion [ OK ] | 00:25 |
CarlFK | woo! | 00:25 |
CarlFK | http://timvideos.us/ shouldn't I see a stream? | 00:31 |
tpb | Title: Streaming for PyCon 2013 (at timvideos.us) | 00:31 |
CarlFK | /usr/local/var/log/flumotion | 00:43 |
CarlFK | Registry file /usr/local/var/cache/flumotion/.flumotion/registry.xml could not be created ! (flumotion/common/registry.py:1777) | 00:43 |
CarlFK | I am going to take a nap. maybe that will help | 00:44 |
mithro | I'm here now | 00:47 |
mithro | CarlFK, the stream doesn't appear until register is run on the encoder | 00:49 |
iiie | CarlFK, for future reference "ssh juser@cnt3 -t -- sudo mv ...." | 01:07 |
iiie | "-t" says give me a pty, "--" says no more options for ssh after this | 01:07 |
* iiie is off to dinner | 01:24 | |
CarlFK | mithro: looking | 02:00 |
CarlFK | dang, missed you by 2 min before | 02:00 |
mithro | oh well | 02:04 |
mithro | I'm just about to go to lunch | 02:04 |
CarlFK | lol | 02:04 |
mithro | where are you up too? | 02:06 |
mithro | is flumotion running? | 02:06 |
mithro | if so you should be able to use the flumotion-admin to connect and see if the components are happy/hungry/sad/etc | 02:06 |
mithro | flumotion-admin is a GUI tool | 02:06 |
CarlFK | ImportError: No module named 'gtk.glade' | 02:08 |
mithro | sudo apt-get install python-glade2 | 02:08 |
mithro | that is only needed on the machine you are currently using | 02:08 |
mithro | not on the remote machine | 02:08 |
CarlFK | connec to manger, or start manager ? | 02:11 |
*** CarlFK has quit IRC | 02:13 | |
*** CarlFK has joined #timvideos | 02:14 | |
CarlFK | (09:11:17 PM) CarlFK: connec to manger, or start manager ? | 02:16 |
CarlFK | (09:12:40 PM) CarlFK: I tried connect. user/pw ? | 02:16 |
CarlFK | (09:12:45 PM) CarlFK: guessing one of the ones in plannet | 02:16 |
mithro | yes | 02:47 |
mithro | username / password in the planet.xml file | 02:47 |
mithro | back now | 02:47 |
CarlFK | the user/pw that was run though htpasswd? | 02:51 |
CarlFK | Connection to manager on pycon@localhost:7531 failed (Could not connect to host 'localhost' on port 7531.). | 02:55 |
mithro | where are you running that command? | 02:56 |
mithro | I doubt localhost is where you want to connect too? | 02:56 |
CarlFK | on the collector box | 02:57 |
mithro | do you have flumotion running on the collector box? | 02:57 |
CarlFK | yes | 02:59 |
mithro | can you telnet to localhost 7531 ? | 03:01 |
CarlFK | juser@cnt3:~$ telnet localhost 7531 | 03:03 |
CarlFK | Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused | 03:03 |
mithro | so flumotion is running... | 03:07 |
CarlFK | juser@cnt3:~$ sudo service flumotion start | 03:10 |
CarlFK | * Starting Flumotion Streaming Server flumotion [ OK ] | 03:10 |
CarlFK | (hour ago) | 03:10 |
*** CarlFK has quit IRC | 03:19 | |
*** CarlFK has joined #timvideos | 03:25 | |
CarlFK | (hour ago) juser@cnt3:~$ sudo service flumotion start | 03:26 |
CarlFK | * Starting Flumotion Streaming Server flumotion [ OK ] | 03:26 |
*** aps-sids has quit IRC | 03:38 | |
mithro | hey | 04:03 |
mithro | can you telnet to localhost 7531 when after that? | 04:04 |
CarlFK | juser@cnt3:~$ telnet localhost 7531 | 04:04 |
CarlFK | Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused | 04:04 |
mithro | so it's not starting successfully | 04:07 |
mithro | what does /usr/local/var/log/ say? | 04:07 |
*** aps-sids has joined #timvideos | 04:08 | |
CarlFK | Registry file /usr/local/var/cache/flumotion/.flumotion/registry.xml could not be created ! | 04:11 |
mithro | hrm... | 04:11 |
mithro | I don't think I've seen that one before | 04:11 |
Juggerr | Hello. | 04:17 |
Juggerr | I would like to clarify about code that grabs the EDID information and upload it to the site. | 04:17 |
Juggerr | As I think it should be program that capture EDID information through the HDMI2USB device? | 04:17 |
mithro | there are two ways to capture EDID information | 04:17 |
mithro | 1) actively running a "get edid" like command on a person's computer | 04:18 |
mithro | 2) passively through HDMI2USB device collecting it while in usage at a conference | 04:18 |
mithro | does that make sense? | 04:20 |
Juggerr | oh, but if you capture by running "get edid" will be it possible to capture from, for example projector, through the HDMI2USB? | 04:21 |
mithro | So the HDMI2USB sits between a computer and a "display device" | 04:22 |
mithro | IE computer<--HDMI2USB-->display | 04:23 |
mithro | when the EDID information is sent from the display to the computer, the HDMI2USB will dump it out of the USB commport it presents | 04:23 |
CarlFK | drwxr-xr-x 2 root root 4096 May 5 17:25 .flumotion | 04:23 |
mithro | Sewar, poke? | 04:23 |
CarlFK | chown flumotion:flumotion ... now it created /usr/local/var/cache/flumotion/.flumotion/registry.xml | 04:24 |
mithro | Juggerr, part of making the website is also making a tool which people can run on their own machine to upload the EDID information to the website | 04:25 |
Juggerr | yeah, about that question I'm asking | 04:26 |
mithro | so that is why I said there are two ways for the website to get information | 04:26 |
Sewar | So the tool should support major os and HDMI2USB device, right? | 04:28 |
mithro | Sewar, you don't really need to support the HDMI2USB as that is totally different workflow | 04:28 |
Juggerr | ok, thanks, I'm just trying to understand how it will be captured, should I write own utility, etc. | 04:29 |
Sewar | ok | 04:29 |
mithro | Juggerr, I think a simple little C program? | 04:33 |
Juggerr | yeah | 04:34 |
mithro | CarlFK, any luck? | 04:55 |
CarlFK | yes... I think I deleted the ssl cert file.. I was trying to create it without the prompt | 04:55 |
mithro | Juggerr / Sewar: any other EDID website questions? | 04:55 |
*** Juggerr has quit IRC | 04:58 | |
Sewar | To clarify, EDID Grabber will be independent tool for each os? | 05:00 |
Sewar | *dependent | 05:00 |
Sewar | *independent | 05:01 |
* Sewar needs to sleep | 05:01 | |
CarlFK | mithro: yep.. doh. sorry about that. Connected to localhost. | 05:02 |
mithro | Sewar, could be or could be one tool | 05:02 |
mithro | CarlFK, can you connect with flumotion-admin now? | 05:02 |
Sewar | noted | 05:03 |
CarlFK | mithro: which of the 3 choices ? recent connection, running manager, start new manager ? | 05:03 |
mithro | running manager | 05:06 |
mithro | if you have successfully connected previously, you could choose recent connection | 05:06 |
*** Juggerr has joined #timvideos | 05:08 | |
mithro | Juggerr / Sewar: any other EDID website questions? | 05:09 |
mithro | CarlFK, checked? | 05:17 |
CarlFK | Connection to manager on pycon@localhost:7531 failed (Unexpected failure.; Debug information: failure <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.). | 05:20 |
CarlFK | need to look up pw again... | 05:21 |
Juggerr | about antispam, should there be some captcha or verification of format of the file is enough? | 05:25 |
mithro | CarlFK, okay | 05:26 |
CarlFK | mithro: ah, I stopped/started the ec2 box, so new hostname | 05:45 |
CarlFK | but still failing | 05:47 |
mithro | how is it failing? | 05:56 |
mithro | are you connecting to the manager on the collector of the encoder? | 05:56 |
CarlFK | collector | 05:56 |
mithro | and you are connecting with localhost:7531 and the username/password in the planet.xml? | 05:57 |
CarlFK | in planet is the httpcrypt user:pw right ? | 05:57 |
mithro | yes | 05:57 |
mithro | right up the top | 05:58 |
CarlFK | oh hell, missed a trailing . | 05:59 |
CarlFK | er, nm... htpasswd gives different hashs | 06:02 |
CarlFK | still failing | 06:07 |
mithro | CarlFK, after you fixed the crypt thing? | 06:10 |
CarlFK | yep | 06:11 |
mithro | what is the error? | 06:11 |
*** hyades has joined #timvideos | 06:21 | |
mithro | okay here is another problem | 06:23 |
mithro | exceptions.SystemExit: Could not open certificate /usr/local/etc/flumotion/default.pem | 06:24 |
mithro | tail -f manager.default.log -n 100 | 06:24 |
CarlFK | -rw------- 1 root root 2681 May 5 21:38 /usr/local/etc/flumotion/default.pem | 06:26 |
mithro | yeah | 06:26 |
mithro | chown that to flumotion | 06:26 |
CarlFK | ah, I created it, but didn't .. that. | 06:26 |
CarlFK | on it. | 06:26 |
mithro | the script does | 06:27 |
mithro | # Create a SSL certificate used for encryption. | 06:27 |
mithro | sudo make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /usr/local/etc/flumotion/default.pem || true | 06:27 |
mithro | sudo chown flumotion:flumotion /usr/local/etc/flumotion/default.pem | 06:27 |
CarlFK | yeah, but I deleted it | 06:27 |
mithro | I know, I'm just pointed out the script works ;) | 06:28 |
CarlFK | trying to figure out how to create it without getting the alogs | 06:28 |
mithro | I think you want to put things in | 06:28 |
mithro | /usr/share/ssl-cert/ssleay.cnf | 06:29 |
CarlFK | connected! | 06:29 |
CarlFK | i found flumotion-admin-text | 06:30 |
CarlFK | This component is configured for Flumotion 'flumotion' version 0.9.0.1, but you are running version 0.11.0.1. Please update the configuration of the component. | 06:32 |
mithro | yeah, you can ignore that | 06:32 |
mithro | so do you see any components? | 06:44 |
mithro | and what state are they in? | 06:45 |
* mithro ponders if carl has fallen asleep | 06:48 | |
*** hyades has quit IRC | 07:06 | |
*** igor_ has joined #timvideos | 07:25 | |
mithro | hello igor_ | 07:25 |
mithro | can I help you? | 07:25 |
*** igor_ has quit IRC | 07:25 | |
mithro | obviously not | 07:26 |
Juggerr | mithro, I have realized that creating website for EDIDs required too little time, I think I will done it quite sooner than needed, may be you have idea how to extend the project or I can take some task to addition? | 07:30 |
mithro | Juggerr, you including proper testing? | 07:34 |
Juggerr | yes, and it still requires less than it needed, but may be I wrong due to lack of experience... I you think it enough work I will follow to your opinion | 07:38 |
Juggerr | if you think* | 07:38 |
Juggerr | for example I do not clearly understand how i will write and testing program that will fetch EDID information without proper devices | 07:40 |
*** CarlFK has quit IRC | 07:49 | |
*** rihnapstor has joined #timvideos | 08:38 | |
rihnapstor | hi mithro :) | 08:40 |
*** rihnapstor has quit IRC | 08:58 | |
*** rihnapstor has joined #timvideos | 08:59 | |
*** iiie has quit IRC | 09:03 | |
*** rihnapstor has quit IRC | 09:59 | |
*** mithro- has joined #timvideos | 10:10 | |
*** rihnapstor has joined #timvideos | 10:11 | |
*** rihnapstor has quit IRC | 10:35 | |
Juggerr | mithro, I have update my proposal, I wrote that time lines that I think, you can check it and may be you have some comments or recommendation about it. I haven't fill all time that allocated. So may be you will have some proposition how to solve this issue, may be extend some time terms, or add some additional tasks. | 10:43 |
mithro- | okay | 10:44 |
mithro- | Juggerr, can you change the order of your proposal | 10:45 |
mithro- | to have the detail first, then stuff about you second | 10:46 |
Juggerr | chnged | 10:51 |
mithro- | thanks | 10:52 |
mithro- | now we have two very good proposals for EDID website :/ | 10:53 |
Juggerr | do you mean that someone else have good proposal for EDID website too? | 10:54 |
mithro- | Juggerr, yeah - Sewar | 10:57 |
mithro- | hence why I was also giving him the same information I was giving you | 10:57 |
Juggerr | I see | 10:59 |
mithro- | your both started an implementation too | 11:06 |
mithro- | Juggerr, not interested in computer hardware :P | 11:07 |
mithro- | I think we are going to get less slots then good students anyway - which always makes it tough :( | 11:09 |
Juggerr | unfortunately hardware isn't my strong side =) | 11:17 |
Juggerr | yeah, anyway there possible situation when some student can be picked by other organization, etc. | 11:20 |
*** hyades has joined #timvideos | 11:23 | |
*** Juggerr has quit IRC | 11:28 | |
*** hyades has quit IRC | 11:57 | |
aps-sids | hi mithro, can you tell how many slots are you asking for? | 12:07 |
*** hyades has joined #timvideos | 12:07 | |
mithro- | 5 | 12:07 |
mithro- | my guess is we'll get ~3 to start with, but I'll go begging for more | 12:29 |
*** rihnapstor has joined #timvideos | 12:34 | |
rihnapstor | Hello mithro :) | 12:35 |
mithro | heading home | 13:09 |
mithro | gnight people | 13:10 |
mithro | might be back on, might not | 13:10 |
*** mithro- has quit IRC | 13:10 | |
*** CarlFK has joined #timvideos | 13:12 | |
rihnapstor | good night mithro :) | 13:12 |
rihnapstor | CarlFK: hi :) | 13:13 |
rihnapstor | hi shenki :) | 13:18 |
*** hyades has quit IRC | 13:22 | |
CarlFK | hi all | 13:35 |
*** mithro- has joined #timvideos | 13:41 | |
*** yocto has joined #timvideos | 13:44 | |
yocto | hi, mithro | 13:46 |
yocto | mithro, are you online? | 13:46 |
*** Juggerr has joined #timvideos | 13:58 | |
CarlFK | mithro you here? | 14:01 |
rihnapstor | hi | 14:03 |
yocto | He maybe go to bed now.I will contact with him tomorrow. | 14:03 |
yocto | I want edit my proposal of GSoC, only mithro can enable my editing right? | 14:04 |
Juggerr | yeah | 14:04 |
*** rihnapstor has quit IRC | 14:05 | |
Juggerr | no, may be there are some other mentors | 14:05 |
Juggerr | but mithro can for sure | 14:05 |
yocto | Are here other mentor in this IRC channel? | 14:06 |
CarlFK | sometimes. I might become one ;) | 14:07 |
CarlFK | anyone know of a #flumotion channel? | 14:07 |
CarlFK | that has more then one person | 14:07 |
*** Juggerr has quit IRC | 14:10 | |
yocto | OK, It seems no mentors online now. I will contact with mithro tomorrow.bye,Good night :) | 14:11 |
CarlFK | found it: nm, "The topic for #fluendo is: Flumotion..." | 14:13 |
*** Jugo has joined #timvideos | 14:19 | |
*** Jugo is now known as Juggerr | 14:19 | |
*** mithro- has quit IRC | 14:21 | |
*** mithro- has joined #timvideos | 14:21 | |
yocto | mithro? | 14:24 |
mithro- | yocto, hey | 14:24 |
mithro- | I just enabled editting | 14:24 |
mithro- | CarlFK, your up? | 14:24 |
yocto | thank you! :) | 14:25 |
CarlFK | mithro im up | 14:25 |
mithro- | morning | 14:25 |
CarlFK | evening | 14:26 |
CarlFK | mithro-: fa (flumotion-admin) says all 8 processes are sleeping | 14:29 |
*** Sid789 has joined #timvideos | 14:29 | |
CarlFK | tool tip on all say "worker localhost is not connected" | 14:30 |
CarlFK | how comfortable are you using fa-text (fat!) | 14:30 |
CarlFK | fat lets me cut/paste things, like disk-loop: sleeping; encoder-audio: sleeping... | 14:31 |
mithro- | I've never used it | 14:34 |
mithro- | okay | 14:34 |
mithro- | "worker localhost is not connected" | 14:34 |
mithro- | means you havn't fixed the worker configuration | 14:34 |
mithro- | CarlFK, remeber how I told you that the pusher generates two configurations per computer? | 14:35 |
CarlFK | yes | 14:35 |
mithro- | so | 14:36 |
mithro- | https://github.com/timvideos/streaming-system/blob/master/tools/flumotion-config/pusher/worker.xml | 14:36 |
tpb | <http://ln-s.net/-7oZ> (at github.com) | 14:36 |
mithro- | subprocess.call("scp %s root@%s:/usr/local/etc/flumotion/workers/default.xml" % (worker_file, host), shell=True) | 14:36 |
yocto | I update my proposal now. add implement plan and update schedule. | 14:40 |
yocto | When you have time, give me some comments. | 14:40 |
yocto | bye. | 14:46 |
*** yocto has quit IRC | 14:46 | |
*** rihnapstor has joined #timvideos | 15:02 | |
*** hyades has joined #timvideos | 15:06 | |
CarlFK | mithro-: failure <class 'flumotion.common.errors.PipelineParseError'> at flumotion/component/feedcomponent.py:349: create_pipeline(): no element "dvswitchsrc" | 15:08 |
mithro- | well | 15:08 |
mithro- | you need to install and compile that component | 15:08 |
mithro- | guess I forgot it from the scripts | 15:08 |
rihnapstor | Hi mithro :) | 15:09 |
mithro- | https://github.com/timvideos/gst-dvswitch | 15:09 |
tpb | Title: timvideos/gst-dvswitch ยท GitHub (at github.com) | 15:09 |
CarlFK | mithro-: cloned, ..make, should I "make install"? | 15:14 |
mithro- | think so | 15:15 |
mithro- | ./autogen.sh; make; make install | 15:15 |
rihnapstor | mithro-: what can you ay about my proposal ? | 15:23 |
rihnapstor | *say | 15:23 |
CarlFK | mithro-: make install, flumotion restart, still get Reason: no element "dvswitchsrc" | 15:35 |
CarlFK | hmm uptime 20. makes me wonder if I really restarted it | 15:36 |
mithro- | oh | 15:40 |
mithro- | ahh | 15:40 |
mithro- | you have to symlink something | 15:40 |
mithro- | ls /usr/local/lib/...... ? | 15:40 |
mithro- | something with gst | 15:40 |
mithro- | CarlFK, thanks for doing this | 15:40 |
mithro- | CarlFK, always hard being the first one to try :) | 15:41 |
CarlFK | yeah - that's why I dont' want to be the first one to do a show with gstswitch :) | 15:41 |
CarlFK | brb, I need to get a bowl of cereal | 15:41 |
rihnapstor | mithro-: gi there! :) | 15:42 |
rihnapstor | *hi | 15:42 |
mithro- | CarlFK, i've got Ryan for that :) | 15:43 |
CarlFK | back | 15:50 |
CarlFK | ls /usr/local/lib/...... ? eh? | 15:51 |
mithro- | what is in that directory | 16:00 |
CarlFK | juser@cnt3:~$ ls /usr/local/lib/ | 16:00 |
CarlFK | flumotion gstreamer-0.10 pkgconfig python2.7 site_ruby | 16:00 |
mithro- | in the gstreamer-0.10 directory | 16:04 |
mithro- | what is there? | 16:04 |
CarlFK | did you see my pm? | 16:05 |
CarlFK | what is the process to get a hdmi2usb prototype? 2 weeks to order the hardware - what is needed to .. um.. program it? | 16:09 |
mithro- | nope! | 16:11 |
mithro- | to get a HDMI2USB prototype you need to order a Diglient Atlys board | 16:11 |
* rihnapstor brb | 16:11 | |
*** rihnapstor has quit IRC | 16:11 | |
mithro- | $199 for Academic or $369 for us plebs | 16:11 |
mithro- | they'll ship you one in ~2 days if your in the US | 16:12 |
CarlFK | neat | 16:12 |
mithro- | you need a computer to program it | 16:12 |
CarlFK | I think I have one :) | 16:12 |
mithro- | which has the xilinix tools installed | 16:12 |
mithro- | which is about 14g | 16:12 |
mithro- | (to download) | 16:12 |
mithro- | but we are working on making it so you don't need them | 16:12 |
CarlFK | " cut a trace, git clone.. upload firmware, install linux driver on recording box." | 16:14 |
CarlFK | that sound right ? | 16:14 |
CarlFK | if someone gave you 20k, how soon do you think the production run would be ready to be delivered ? (don't rush, I think we can do with 2 or 3 prototypes for a few months) | 16:15 |
mithro- | dunno | 16:16 |
mithro- | turn around, maybe 3 months | 16:17 |
CarlFK | thats what I figured | 16:17 |
CarlFK | so 6 months out is a safe/reasonable time frame | 16:17 |
CarlFK | hmm.. 4 moths is when the next school session starts. | 16:17 |
mithro- | My current plan is to have the boards in production so we can use production boards at LCA | 16:18 |
CarlFK | oh well, premature discussion :)_ | 16:18 |
mithro- | but if there was someone who was pushing the timeline forward | 16:18 |
mithro- | we could possibly do it | 16:18 |
CarlFK | LCA is in Jan? | 16:19 |
mithro- | yes | 16:24 |
mithro- | so you want to link the file from | 16:24 |
mithro- | /usr/local/lib/gstreamer-0.10 to /usr/lib/gstreamer-0.10/ | 16:25 |
mithro- | then a | 16:25 |
mithro- | gst-inspect-0.10 | grep switch should give you something | 16:25 |
mithro- | please update the documents / add a setup script for it :) | 16:25 |
CarlFK | of course :) | 16:26 |
*** iiie has joined #timvideos | 16:37 | |
CarlFK | (11:25:00 AM) mithro-: /usr/local/lib/gstreamer-0.10 to /usr/lib/gstreamer-0.10/ | 16:39 |
CarlFK | both the .la and .so? | 16:40 |
CarlFK | /usr/lib/gstreamer-0.10/ just has .so, so I guess that. | 16:40 |
mithro- | yeah the .so | 16:41 |
CarlFK | Internal error in component UI's 'Input Volume' tab. Please file a bug against the component. ; failure <type 'exceptions.KeyError'> at flumotion/twisted/flavors.py:324: get(): 'volume-volume in <flumotion.common.componentui.AdminComponentUIState instance at 0x39438c0>' | 16:48 |
mithro- | you can ignore that | 16:56 |
CarlFK | dam, pirate pad crashed.. it seems to do that.. | 16:57 |
CarlFK | where did I put the xml that comes from worker ? | 16:57 |
CarlFK | (09:36:45 AM) mithro-: subprocess.call("scp %s root@%s:/usr/local/etc/flumotion/workers/default.xml" % (worker_file, host), shell=True) | 16:58 |
CarlFK | that. right. | 16:58 |
mithro- | yeah | 17:01 |
mithro- | piratepad? | 17:01 |
CarlFK | yeah | 17:03 |
CarlFK | but I save as text often, so have most of it | 17:03 |
CarlFK | will just edit local | 17:03 |
CarlFK | http://timvideos.us/ I see room for a vid.. | 17:03 |
tpb | Title: Streaming for PyCon 2013 (at timvideos.us) | 17:03 |
CarlFK | but still no dvswitch image | 17:03 |
mithro- | so everything on the collector is happy? | 17:05 |
CarlFK | boto.connect_ec2(aws_access_key_id=None, aws_secret_access_key=None | 17:05 |
CarlFK | where do I find my id and secret ? | 17:05 |
Sewar | in your aws account | 17:12 |
Sewar | https://portal.aws.amazon.com/gp/aws/securityCredentials | 17:14 |
tpb | <http://ln-s.net/-7rT> (at portal.aws.amazon.com) | 17:14 |
*** rihnapstor has joined #timvideos | 17:17 | |
*** rihen has joined #timvideos | 17:18 | |
rihen | I am back | 17:18 |
mithro- | boto? | 17:18 |
mithro- | CarlFK, you need to do what you did for the encoder too | 17:18 |
mithro- | are all the flumotion components happy on the collector? | 17:19 |
mithro- | and I really need to go to bed ASAP | 17:19 |
rihen | mithro-: mithro can you get my messages ,their seems to be no response on this channel ? :) | 17:20 |
mithro- | iiie, can help you with the register commands | 17:22 |
mithro- | iiie, can also help you with making the components happy | 17:22 |
mithro- | (using the watch dog) | 17:22 |
mithro- | CarlFK, you won't get previews unless the preview box is running and you ssh into it and run the preview capture command | 17:22 |
mithro- | (preview isn't automatic yet) | 17:22 |
mithro- | anyway I'm heading to bed | 17:22 |
mithro- | gnight | 17:22 |
CarlFK | night | 17:24 |
CarlFK | mithro-: yes, all happy. so thats something to make you sleep better :) | 17:24 |
rihnapstor | CarlFK: hi | 17:25 |
CarlFK | hey rih | 17:26 |
*** mithro- has quit IRC | 17:27 | |
rihnapstor | why aren't you guys were replying to my messages ? | 17:27 |
rihnapstor | CarlFK: | 17:27 |
CarlFK | what messages? | 17:27 |
rihnapstor | CarlFK: actually I was asking for my proposal feedback ? | 17:28 |
CarlFK | ah, I am not officially involved - thats my reason | 17:28 |
rihnapstor | ok :) and what about mithro ? | 17:29 |
rihnapstor | he didn't respond :) | 17:29 |
CarlFK | I have been keeping him distracted ;) | 17:33 |
rihnapstor | ok mithro mithro- is same person ? | 17:33 |
aps-sids | rihnapstor, can you add comments on your proposal on SOC website? | 17:35 |
rihnapstor | aps-sids: hi ,why should i do so ? | 17:36 |
CarlFK | yes and yes | 17:36 |
aps-sids | i'm asking is it possible to add comments now? | 17:36 |
rihnapstor | aps-sids: I think the comment block is for feedback people ? | 17:37 |
rihnapstor | can you ask people on #gsoc ? they are policy makers ultimately | 17:38 |
Sewar | aps-sids: I always had the ability to add comments, and today I can edit the proposal again too | 17:39 |
rihen | is the access available to all students ? Sewar | 17:40 |
rihen | ? | 17:40 |
Sewar | I'm just a single student, don't know about others | 17:40 |
rihen | Sewar: have you applied to hardware project I guess | 17:41 |
Sewar | no | 17:41 |
rihen | ohh then that database EDID one | 17:41 |
Sewar | yeah | 17:42 |
rihnapstor | how were you able to edit that ? | 17:42 |
rihnapstor | did you requested mithro for that ? | 17:42 |
rihen | Sewar: | 17:44 |
Sewar | no, the editing link reappeared today | 17:44 |
rihen | ok | 17:44 |
rihen | can I look at your proposal please Sewar ? | 17:44 |
Sewar | maybe he enabled that today | 17:44 |
rihen | ok cool | 17:45 |
*** rihen has quit IRC | 17:51 | |
CarlFK | iiie: you around? (12:22:03 PM) mithro-: iiie, can help you with the register commands | 17:54 |
CarlFK | I need to go to lunch, either now or in 10 min... | 17:55 |
CarlFK | bah.. Ill be back in an hour or so. | 17:55 |
CarlFK | Sewar: thanks for the ec2 thing | 17:55 |
*** rihen has joined #timvideos | 18:02 | |
*** iiie has quit IRC | 18:09 | |
*** hyades has quit IRC | 18:18 | |
*** rihen has left #timvideos | 18:18 | |
*** rihnapstor has quit IRC | 18:29 | |
*** rihnapstor has joined #timvideos | 18:29 | |
*** Sid789 has quit IRC | 18:41 | |
rihnapstor | Sewar: ? | 19:28 |
CarlFK | back | 19:49 |
*** iiie has joined #timvideos | 20:51 | |
*** Juggerr has quit IRC | 20:55 | |
*** rihnapstor has quit IRC | 20:56 | |
iiie | Let's try that again... | 21:01 |
CarlFK | >>> ec2.get_all_instances(instance_ids=['i-b59966c7'])[0].instances[0].public_dns_name | 21:01 |
CarlFK | u'ec2-54-224-159-216.compute-1.amazonaws.com' | 21:01 |
CarlFK | isn't that beautiful? | 21:01 |
iiie | CarlFK, sorry, we were leaving the beach house (yeah I know tragic) | 21:02 |
iiie | We really need to document some of these; I know I don't remember everything from pycon, we'll see if I took good enough notes -- or notes good enough to let me figure it out. | 21:02 |
iiie | I'm talking about the register commands | 21:02 |
iiie | I'm pretty sure they're in tools | 21:02 |
CarlFK | no worries, I am guessing we are about 4 hours away.. so once tim wakes up | 21:02 |
*** Sidoknowia has joined #timvideos | 23:11 | |
*** Sidoknowia has quit IRC | 23:12 | |
*** Sidoknowia has joined #timvideos | 23:14 | |
iiie | Back later.... | 23:31 |
*** iiie has quit IRC | 23:31 | |
*** Sidoknowia has quit IRC | 23:46 | |
*** Sidoknowia has joined #timvideos | 23:46 | |
*** Sidoknowia has quit IRC | 23:47 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!