*** tpb has joined #timvideos | 00:00 | |
*** droy has quit IRC | 00:57 | |
*** shilpibiswas has quit IRC | 00:58 | |
*** CARAM has quit IRC | 01:08 | |
*** CARAM has joined #timvideos | 01:24 | |
*** CARAM has quit IRC | 01:51 | |
*** tariq786 has quit IRC | 01:54 | |
*** CARAM has joined #timvideos | 03:17 | |
mithro | hello | 04:38 |
---|---|---|
mithro | I'll be around for the next 3-4 hours and can review proposals / answer questions | 04:39 |
CARAM | Hey mithro! I've got my proposal up on gist if you'd like to hit me with some feedback | 04:51 |
CARAM | link here: https://gist.github.com/maxstr/9538683 | 04:51 |
tpb | Title: TimVideosProposal.md (at gist.github.com) | 04:51 |
mithro | CARAM: would be happy to as long as you have followed all the tips on our Google Summer of Code page at http://code.timvideos.us/Summer-Of-Code.html | 04:52 |
tpb | Title: Tim Videos - Live Event Streaming - Summer Of Code (at code.timvideos.us) | 04:52 |
CARAM | err, I may want to add some hard dates | 04:52 |
CARAM | oops | 04:53 |
CARAM | Apologies, let me put up a weekly timeline. | 04:55 |
mithro | CARAM: poke me again when your happy that you have followed all those tips. | 04:58 |
*** haseeb_ has joined #timvideos | 05:08 | |
*** Niharika has joined #timvideos | 05:13 | |
mithro | aps-sids: ping? | 06:01 |
Niharika | mithro: Could you have a look at https://docs.google.com/document/d/11cD1gLUajLCjwlLq-vqCtr6TRcaAPIF4qTibbaiaZbo/edit again? I added an Open Questions section. | 06:03 |
tpb | <http://ln-s.net/BG1d> (at docs.google.com) | 06:03 |
mithro | Niharika: sure! | 06:04 |
Niharika | Thank you! | 06:04 |
Niharika | I´ll be back in a while. | 06:08 |
*** Niharika is now known as Niharika|afk | 06:08 | |
*** droy has joined #timvideos | 06:23 | |
*** rroy has joined #timvideos | 06:24 | |
*** droy_1 has joined #timvideos | 07:01 | |
*** droy has quit IRC | 07:01 | |
*** shilpibiswas has joined #timvideos | 07:01 | |
*** rroy has quit IRC | 07:03 | |
*** Niharika|afk has left #timvideos | 07:42 | |
*** Niharika|afk has quit IRC | 07:42 | |
CARAM | Hey mithro, did a little bit of fixing-up :) I've got it posted at https://gist.github.com/maxstr/9579808 if you have any comments. | 07:49 |
tpb | Title: proposal.md (at gist.github.com) | 07:49 |
*** droti has joined #timvideos | 07:53 | |
droti | Morning! | 07:53 |
*** kshkr has joined #timvideos | 08:09 | |
*** rroy has joined #timvideos | 08:29 | |
*** shilpibiswas has quit IRC | 08:31 | |
*** droy_1 has quit IRC | 08:41 | |
*** rroy has quit IRC | 08:41 | |
*** CARAM has quit IRC | 09:00 | |
*** tvCommitBot has joined #timvideos | 09:02 | |
tvCommitBot | [streaming-system] mithro pushed 3 new commits to master: http://git.io/3B7v3Q | 09:02 |
tvCommitBot | streaming-system/master 8a6266c Tim 'mithro' Ansell: Change CONFIG.keys() to CONFIG.groups() so error makes sense. | 09:02 |
tvCommitBot | streaming-system/master f80302f Tim 'mithro' Ansell: Adding missing never_cache decorator import. | 09:02 |
tvCommitBot | streaming-system/master 6e30574 Tim 'mithro' Ansell: Added an "example" room and updated document+fake_register to use that by default.... | 09:02 |
*** tvCommitBot has left #timvideos | 09:02 | |
droti | what kind of sourcery is this? :) | 09:09 |
aps-sids | mithro: pong | 09:16 |
mithro | aps-sids: now I've forgotten what I was going to say, I did add more things to your proposal | 09:20 |
aps-sids | yeah, I saw those and updated proposal. | 09:20 |
aps-sids | mithro: this particular test case is giving segmentation fault. I can't really figure out why. https://travis-ci.org/aps-sids/flumotion-orig/jobs/20755367#L2395 | 09:34 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 09:34 |
mithro | does it segfault on your machine locally? | 09:35 |
*** CARAM has joined #timvideos | 09:37 | |
aps-sids | no. here's output on my machine http://paste.ubuntu.com/7092980/ | 09:37 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 09:37 |
mithro | aps-sids: so it is something different between your machine and travis | 09:39 |
aps-sids | I asked on #travis about this. I was told that since I'm trying to run something graphical, this will likely fail. | 09:40 |
*** CARAM_ has joined #timvideos | 09:43 | |
mithro | aps-sids: http://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-GUI-(e.g.-a-Web-browser) | 09:47 |
tpb | <http://ln-s.net/BLFA> (at docs.travis-ci.com) | 09:47 |
mithro | aps-sids: have you tried running locally without a GUI? | 09:47 |
mithro | CARAM: added some comments to your proposal | 09:48 |
aps-sids | mithro: I'm not really sure how to do that. | 09:48 |
*** konstovl has joined #timvideos | 09:48 | |
CARAM | I saw, thanks! | 09:49 |
konstovl | Morning | 09:53 |
droti | Hey konstovl! | 09:53 |
CARAM | Testing was one of the issues I was having with the proposal. VMs are the obvious solution but I don't know if I have the resources to run > 5 of them | 09:54 |
aps-sids | mithro: _/\_ Test passed. Thank you so much for helping. I was very worried about that. | 09:59 |
mithro | CARAM: aren't docker things light weight? | 09:59 |
CARAM | yeah absolutely. I meant the boot system. | 10:00 |
CARAM | mithro: actually could you clarify a bit on how the streaming system works at a conference? You boot a bunch of machines with flumotion as collectors at a conference and then encode the streams in the cloud? | 10:03 |
mithro | CARAM: correct | 10:04 |
CARAM | alright cool, that's how I understood it but just wanted to make sure. So I guess my thought was instead of booting and configuring each collector -> encoder -> website, we would just like to specify our collector hosts, what their encoder hosts are, and the tracker they're registering to and have a system that will just ~handle it~. Does this make sense or | 10:25 |
CARAM | am I missing something? | 10:25 |
mithro | CARAM: that could work, but you need to explain it further | 10:39 |
CARAM | mithro: alright, for sure. Just wanted to make sure that I was doing something totally silly. Thanks for your help, I'll update my proposal sometime later this week. | 10:43 |
CARAM | Wasn't *** haha | 10:44 |
mithro | ? | 11:08 |
mithro | heading home now, gnight | 11:24 |
aps-sids | mithro: Build is finally passing on travis now :) https://travis-ci.org/aps-sids/flumotion-orig/jobs/20873599 | 11:38 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 11:38 |
aps-sids | PASSED (skips=52, successes=826) | 11:38 |
mithro | aps-sids: yay! | 11:38 |
mithro | aps-sids: you shouldn't assume that a person reading your application has been on IRC following your efforts so far | 11:39 |
aps-sids | okay. Will surely keep that in mind. | 11:40 |
*** khmarehman has joined #timvideos | 11:41 | |
*** droti has quit IRC | 12:24 | |
*** khmarehman_ has joined #timvideos | 12:27 | |
*** khmarehman has quit IRC | 12:28 | |
*** livingstore has quit IRC | 13:20 | |
*** Niharika has joined #timvideos | 13:38 | |
*** gsoc_ has joined #timvideos | 14:19 | |
*** droy has joined #timvideos | 14:25 | |
*** gsoc_ has quit IRC | 14:25 | |
*** rroy has joined #timvideos | 14:26 | |
*** rroy has quit IRC | 14:26 | |
*** rroy has joined #timvideos | 14:30 | |
*** livingstore has joined #timvideos | 14:33 | |
Niharika | mithro: Around? I wanted to ask a bit about the Bug Reporting project. | 14:55 |
Niharika | You mentioned that we need to collect data before the user actually hits the ¨Report Bug¨ button. | 14:55 |
Niharika | But then we would be collecting data from lots of people who aren´t facing any issues at all too. Where does all this data go and why is it needed? | 14:56 |
mithro | I should be in bed hours ago | 14:57 |
mithro | but quickly | 14:57 |
mithro | Niharika: you could collect the data locally preemptively and then send it to the server when they start a bug report | 14:57 |
mithro | Niharika: IE collecting video rate stats while the video is running | 14:58 |
Niharika | mithro: Okay. | 14:58 |
Niharika | Understood. | 14:58 |
mithro | Niharika: If the browser is actively saying it is dropping frames, then that is a really useful bit of information | 14:58 |
Niharika | Need to discuss some other points too, but we can do that tomorrow. | 14:58 |
Niharika | Got it. | 14:58 |
*** dhanush has joined #timvideos | 15:27 | |
*** dhanush has left #timvideos | 15:28 | |
*** droti has joined #timvideos | 15:30 | |
droti | hi | 15:31 |
CarlFK | hi droi | 15:34 |
Niharika | Hi droti, CarlFK. | 15:35 |
droti | Finally I've got a primitive v0.1 proposal. :) Do you think shall I just link it here or send an e-mail? | 15:36 |
CarlFK | link here - I'll try to take a look in the next 30 min | 15:38 |
droti | https://docs.google.com/document/d/1iwpYAkOCt3O7dLLddNYCIpC5AFLrT1fKwZL0fLR9nMk/edit?usp=sharing | 15:38 |
tpb | <http://ln-s.net/BLXr> (at docs.google.com) | 15:38 |
droti | thank you : | 15:38 |
droti | :) | 15:38 |
Niharika | You get sort of nervous by how many viewers the doc gathers in under a minute. :P | 15:40 |
CarlFK | droti: "Thi frame rate can be increased two different ways which combined together could result in enough performance for the task.. " | 15:40 |
droti | fixed ^^ | 15:40 |
CarlFK | The framerate (one word ) and 2 dots | 15:40 |
droti | I think I'll make spellcheck work somehow | 15:41 |
droti | Do you know where do I change the document language? | 15:43 |
CarlFK | droti: no idea about doc language. I read to the end, seems OK to me. | 15:52 |
droti | thanks | 15:52 |
droti | If you have any advices feel free to comment on it! | 15:54 |
droti | I have fixed spelling hopefully. | 16:08 |
droti | But unfortunately it doesn't change the fact that my English is terrible. :( | 16:08 |
droti | Niharika: By the way I got even more nervous about google adding animals I've never heard of before to them. :) | 16:10 |
CarlFK | droti: meh, it is a little awkward, but I understood you ok. | 16:11 |
CarlFK | I was wondering what those were. I wonder what animal I am? | 16:11 |
droti | If you're up right now, then you are a hedgehog | 16:12 |
CarlFK | I like hedgehogs | 16:12 |
droti | What's even better, I've heared about hedgehogs before! | 16:12 |
*** inder has joined #timvideos | 16:13 | |
droti | and it fills me with some kind of pride | 16:14 |
CarlFK | anyone here up on python, ctypes, opencv or whatever is needed to get a pointer from gstreamer and pass it to tesseract? | 16:14 |
CarlFK | my goal is to take a frame of video and use OCR to find an email address | 16:14 |
CarlFK | https://github.com/virtuald/python-tesseract-sip/blob/master/test/test_pix_to_np.py#L35 pix = tesseract.Pix.from_buffer(original) | 16:15 |
tpb | Title: python-tesseract-sip/test/test_pix_to_np.py at master · virtuald/python-tesseract-sip · GitHub (at github.com) | 16:15 |
*** livingstore has quit IRC | 16:16 | |
droti | on a dedicated frame or from live video? | 16:16 |
droti | not like I have any clue about it | 16:18 |
*** cs_shadow has joined #timvideos | 16:19 | |
inder | @mithro: i want to know that how can i get your website html files, as i am in mobile website project | 16:21 |
CarlFK | droti: gstreamer pipeline will decode the image into a buffer and pass a pointer to it. I need to pass that pointer to tesseract-ocr. preferably in Python | 16:24 |
droti | I see, thanks | 16:25 |
inder | any one here ,in making responsive website? | 16:25 |
aps-sids | inder: see timvideos github repo named "streaming-system" | 16:27 |
inder | i read those file, i want add some features but is netbeans is not ok for making changes in it | 16:29 |
aps-sids | inder: Do you have any past experience with django or liquid template system? | 16:30 |
inder | no | 16:30 |
inder | why? | 16:30 |
aps-sids | Because the website in built using django which uses templating system. So, you need to understand that before attempting to change any html content. | 16:32 |
*** cs_shadow has left #timvideos | 16:33 | |
CarlFK | here is an example of getting a pointer to an image http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042650.html https://github.com/veter-team/examples/blob/master/driver-console/video/Receiver.py ctypes.memmove(self.texdata, buff.data, buff.size) | 16:33 |
tpb | <http://ln-s.net/BL_-> (at lists.freedesktop.org) | 16:33 |
inder | ok, i need guide for this | 16:34 |
aps-sids | inder: its not hard to understand though. This link might help. https://docs.djangoproject.com/en/dev/topics/templates/ | 16:34 |
tpb | <http://ln-s.net/$HTk> (at docs.djangoproject.com) | 16:34 |
CarlFK | inder: django is a fairly popular framework - I would recommend spending a few hours doing the tutorial - it will come in handy some day. | 16:36 |
*** inder has quit IRC | 16:38 | |
*** droy has quit IRC | 16:39 | |
*** rroy has quit IRC | 16:41 | |
*** rihbyne has joined #timvideos | 16:48 | |
*** inder_ has joined #timvideos | 16:55 | |
*** inder__ has joined #timvideos | 16:57 | |
inder__ | aps-sids: its not hard to understand the template | 16:58 |
aps-sids | yeah. That's what I said :P | 16:58 |
inder__ | whats next after this | 16:58 |
*** inder_ has quit IRC | 16:59 | |
*** inder__ has quit IRC | 16:59 | |
aps-sids | Draft a proposal. Show what you want to do, why you want to do it and how you are going to do it. | 17:00 |
*** inder_ has joined #timvideos | 17:00 | |
Niharika | He left. | 17:00 |
aps-sids | inder_: in case you missed it , Draft a proposal. Show what you want to do, why you want to do it and how you are going to do it. | 17:00 |
aps-sids | Internet in India. -_- | 17:01 |
aps-sids | I think inder_ is from my hometown | 17:02 |
rihbyne | hey people whats up :) | 17:02 |
droti | hey rihbyne! | 17:02 |
*** inder_ has quit IRC | 17:04 | |
*** tariq786 has joined #timvideos | 17:04 | |
tariq786 | hi | 17:05 |
*** tariq786 has quit IRC | 17:08 | |
*** rbyne has joined #timvideos | 17:11 | |
*** rihbyne has quit IRC | 17:11 | |
droti | byebye | 17:12 |
*** droti has quit IRC | 17:12 | |
*** verify_ has joined #timvideos | 17:15 | |
*** verify_ has quit IRC | 17:21 | |
*** dhanush has joined #timvideos | 17:22 | |
*** dhanush has left #timvideos | 17:23 | |
*** livingstore has joined #timvideos | 17:26 | |
*** khmarehman_ has quit IRC | 17:37 | |
*** rbyne has quit IRC | 17:55 | |
*** konstovl has quit IRC | 18:02 | |
*** inder has joined #timvideos | 18:06 | |
*** droy has joined #timvideos | 18:10 | |
*** rroy has joined #timvideos | 18:10 | |
*** Niharika has left #timvideos | 18:11 | |
*** inder has quit IRC | 18:18 | |
*** droy has quit IRC | 18:28 | |
*** droy has joined #timvideos | 18:29 | |
*** rroy has quit IRC | 18:29 | |
*** rroy has joined #timvideos | 18:29 | |
*** livingstore has quit IRC | 18:41 | |
*** droy_1 has joined #timvideos | 19:23 | |
*** shilpibiswas has joined #timvideos | 19:23 | |
*** droy has quit IRC | 19:25 | |
*** rroy has quit IRC | 19:26 | |
*** shilpibiswas has quit IRC | 19:36 | |
*** shilpibiswas has joined #timvideos | 19:36 | |
*** droy has joined #timvideos | 19:53 | |
*** rroy has joined #timvideos | 19:53 | |
*** droy_1 has quit IRC | 19:54 | |
*** shilpibiswas has quit IRC | 19:55 | |
*** rroy has quit IRC | 20:17 | |
*** droy_1 has joined #timvideos | 20:18 | |
*** rroy has joined #timvideos | 20:18 | |
*** droy has quit IRC | 20:19 | |
*** droy has joined #timvideos | 20:22 | |
*** shilpibiswas has joined #timvideos | 20:23 | |
*** droy_1 has quit IRC | 20:25 | |
*** konstovl has joined #timvideos | 20:26 | |
*** rroy has quit IRC | 20:26 | |
*** rroy has joined #timvideos | 20:29 | |
*** shilpibiswas has quit IRC | 20:32 | |
*** droy has quit IRC | 20:40 | |
*** rroy has quit IRC | 20:46 | |
*** dhanush_ has joined #timvideos | 21:16 | |
*** dhanush_ has left #timvideos | 21:16 | |
*** haseeb_ has quit IRC | 21:20 | |
mithro | droti: good start of a proposal! I added some comments. I'm currently working on my mobile so please forgive the terseness / spelling / etc | 22:39 |
*** kshkr has quit IRC | 22:41 | |
mithro | droti / tariq786: I'm going to send out some specific tips for hardware related proposals later today. Make sure you are on the mailing list so you get a copy. | 22:42 |
*** CARAM has quit IRC | 22:43 | |
*** CARAM has joined #timvideos | 22:44 | |
*** livingstore has joined #timvideos | 23:26 | |
*** konstovl has quit IRC | 23:29 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!