Tuesday, 2014-03-11

*** tpb has joined #timvideos00:00
-kornbluth.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp00:00
*** livingstore_ has quit IRC02:26
*** livingstore_ has joined #timvideos02:53
*** Palash has quit IRC03:05
*** rihbyne has joined #timvideos03:27
rihbynehi there everyone03:28
*** haseeb_ has joined #timvideos03:57
*** Palash has joined #timvideos04:14
*** ashish_panchal has joined #timvideos04:29
*** mproctor has quit IRC04:49
*** dhanush has quit IRC04:52
*** Palash has quit IRC05:02
*** dhanush has joined #timvideos05:12
rihbynehello05:19
dhanushhi rihbyne!05:56
*** livingstore_ has quit IRC06:00
*** livingstore_ has joined #timvideos06:01
*** haseeb_ has quit IRC06:10
*** livingstore_ has quit IRC06:18
*** haseeb_ has joined #timvideos06:20
*** ashish_panchal has quit IRC06:33
*** livingstore has joined #timvideos06:39
*** rihbyne has quit IRC07:09
*** dhanush has quit IRC07:27
*** dhanush has joined #timvideos07:51
*** kshkr has joined #timvideos07:51
*** livingstore has quit IRC08:05
*** techman83 has quit IRC08:21
*** livingstore has joined #timvideos08:26
aps-sidsmithro: I'm finally able to run the tests. "Ran 878 tests in 142.905s  PASSED (skips=810, successes=68)" At least on my machine.08:40
aps-sidsmithro: With that, I arrive to a new problem. Flumotion has about 35% coverage only. Will it be OK to port it in condition?08:41
mithroaps-sids: that is a good start, but why are 810 skipped?08:43
mithroaps-sids: finding out why the tests where skipped might help with the coverage a bit08:44
aps-sidsmithro: various reasons, mostly tests are not written or twisted doesn't support running these types of tests08:44
aps-sidshere's the complete log -- http://paste.ubuntu.com/7069996/08:44
mithroaps-sids: but I expect that flumotion is probably going to have poor coverage08:44
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)08:44
mithro[SKIPPED]08:46
mithrothis test case does not support running with <twisted.internet.epollreactor.EPollReactor object at 0x16c0150> as the reactor08:46
mithroaps-sids: can you configure a different reactor and get those working?08:46
aps-sidsmithro: I'm not really sure how to do that. I followed the flumotion documentation, it doesn't give any such info. And #fluendo is not very active.08:47
mithroaps-sids: you'll need to understand twisted in this case08:47
mithroaps-sids: flumotion makes heavy use of twisted08:48
*** Palash has joined #timvideos09:21
aps-sidsmithro: I was trying to test the graphs feature pull request as well. While running streaming system website, this line gives me an error "cannot import name data"  -- https://github.com/timvideos/streaming-system/blob/master/website/frontend/views.py#L3909:59
tpbTitle: streaming-system/website/frontend/views.py at master · timvideos/streaming-system · GitHub (at github.com)09:59
*** kshkr has quit IRC10:12
mithroaps-sids: that likely means you didn't do a "make serve"10:14
aps-sidsI'm running it via make serve only10:15
*** livingstore has quit IRC10:21
mithrohrm...10:25
mithrodoes frontend/data.py exist?10:26
*** hyades has joined #timvideos10:32
*** livingstore has joined #timvideos10:34
aps-sidsmithro: sorry, I had to go away. data.py exists but is empty file.10:45
mithroaps-sids: frontend/data.py: eventfeed2internal.py10:46
mithro$(ACTIVATE) && python eventfeed2internal.py > frontend/data.py10:46
mithrotry running them manually?10:46
aps-sidskeyerror in line https://github.com/timvideos/streaming-system/blob/master/website/eventfeed2internal.py#L10810:50
tpbTitle: streaming-system/website/eventfeed2internal.py at master · timvideos/streaming-system · GitHub (at github.com)10:50
mithroaps-sids: first issue is to figure out why make didn't bail when that error occurred10:50
aps-sidsmithro: frontend/data.py is being executed11:01
mithroaps-sids: ?11:01
aps-sidsmake serve should run this rule as well, but its not doing. https://github.com/timvideos/streaming-system/blob/master/website/Makefile#L5311:02
tpbTitle: streaming-system/website/Makefile at master · timvideos/streaming-system · GitHub (at github.com)11:02
aps-sidsI tried putting an echo statement in this as well11:02
mithroaps-sids: I know what is happening, do you want me to tell you or do you want to discover it yourself?11:03
aps-sidslet me try for sometime :) I'll get back11:03
aps-sidsmithro: yeah I got that. There's a same directory and file in frontend/data.py so, I added it in .PHONY and now its giving the key error as it should.11:09
mithroaps-sids: great! my guess is the feed URL it is trying to read from has gone away11:09
mithroaps-sids: I wonder if we should just have a dummy data.py and only generate a real one as part of production process11:16
aps-sidsmithro: a good idea perhaps. I just want to run a fake_register, still so much to do :)11:17
mithroaps-sids: here is a valid data.py http://roger.mithis.com/~tim/data.py11:23
aps-sidsmithro: OK its running now. I'm going to test graph feature11:43
mithroaps-sids: awesome!11:47
*** Palash has quit IRC11:59
*** Palash has joined #timvideos12:07
*** dhanush has quit IRC12:15
*** Palash has quit IRC12:15
*** kshkr has joined #timvideos12:30
aps-sidsmithro: https://github.com/timvideos/streaming-system/issues/18#issuecomment-3729014112:34
tpbTitle: Draw graphs of the various stats we collect · Issue #18 · timvideos/streaming-system · GitHub (at github.com)12:34
*** dhanush has joined #timvideos12:38
mithroaps-sids: cool, want to see if you can merge it?13:06
aps-sidsmithro: yeah sure.13:07
*** livingstore has quit IRC13:15
*** livingstore has joined #timvideos13:15
*** dhanush has quit IRC13:21
*** dhanush has joined #timvideos13:25
mithroaps-sids: thanks!13:29
*** Niharika has joined #timvideos13:32
*** rihbyne has joined #timvideos13:33
*** tvCommitBot has joined #timvideos13:40
tvCommitBot[streaming-system] aps-sids opened pull request #59: Graphs feature added (master...master) http://git.io/tYxqtA13:40
*** tvCommitBot has left #timvideos13:40
*** dhanush has quit IRC13:43
Niharikamithro: I worked on the points you mentioned. Could you have a look again? https://docs.google.com/document/d/11cD1gLUajLCjwlLq-vqCtr6TRcaAPIF4qTibbaiaZbo/edit13:44
tpb<http://ln-s.net/BG1d> (at docs.google.com)13:44
*** livingstore has quit IRC13:50
*** livingstore has joined #timvideos13:50
*** dhanush has joined #timvideos13:55
*** rihbyne has quit IRC14:11
*** rihbyne has joined #timvideos14:11
*** rihbyne has quit IRC14:15
*** rbyne has joined #timvideos14:15
*** kshkr has quit IRC14:26
*** livingstore has quit IRC14:28
*** livingstore has joined #timvideos14:28
*** rbyne has quit IRC14:34
*** livingstore has quit IRC14:35
aps-sidsmithro: Added another commit to graphs pull request. Please have a look.14:42
mithroaps-sids: move a little too much14:53
*** livingstore has joined #timvideos14:55
aps-sidsmithro: fixed14:58
*** pk__ has left #timvideos15:00
*** rbyne has joined #timvideos15:06
*** rbyne is now known as rihbyne15:06
*** dhanush has quit IRC15:13
*** livingstore has quit IRC15:31
*** livingstore has joined #timvideos15:32
*** Palash has joined #timvideos15:32
*** rihbyne has quit IRC15:40
*** kshkr has joined #timvideos15:41
*** dhanush has joined #timvideos15:49
*** rihbyne has joined #timvideos16:10
*** tija has joined #timvideos16:17
*** rihbyne has quit IRC16:19
*** rihbyne has joined #timvideos16:22
*** droti has joined #timvideos16:24
drotihey16:24
NiharikaHi droti.16:41
drotiHi Niharika!16:41
Niharikamithro, CarlFK, iiie, anyone around to drop some comments on https://docs.google.com/document/d/11cD1gLUajLCjwlLq-vqCtr6TRcaAPIF4qTibbaiaZbo/edit ?17:04
tpb<http://ln-s.net/BG1d> (at docs.google.com)17:04
*** livingstore has quit IRC17:10
*** livingstore has joined #timvideos17:10
drotiNiharika: I'm gonna take a look if you don't mind later. :)17:11
Niharikadroti: Not at all! Please do. :)17:11
drotigreat thanks :)Ö17:12
Niharikadroti: I should be saying thanks. :P17:12
drotiOh stop it! You... :D17:18
iiieNiharika: I added a couple thoughts in comments.  Looks reasonable to me.17:26
Niharikaiiie: Okay. Thank you!17:26
iiieNo problem, it's part of why we're ever-lurking. ;)17:27
Niharika:) Ever-helpful too.17:28
* Niharika goes into sleep mode. 17:50
NiharikaNight.17:50
*** Niharika has left #timvideos17:51
*** tija has quit IRC17:55
*** dhanush has quit IRC17:57
*** dhanush has joined #timvideos17:59
*** Palash has quit IRC18:06
*** pgudlani has joined #timvideos18:13
*** Palash has joined #timvideos18:17
*** livingstore has quit IRC18:18
*** Palash has quit IRC18:32
*** pgudlani has quit IRC18:38
*** rihbyne has quit IRC18:39
*** pgudlani has joined #timvideos19:25
*** unriabov has joined #timvideos19:43
*** pgudlani has quit IRC19:45
*** unriabov has quit IRC19:46
*** pgudlani has joined #timvideos19:55
*** pgudlani has quit IRC20:01
*** ashish_panchal has joined #timvideos20:28
ashish_panchalHi, I am very much interested in the project "Add bug / feedback reporting from end users system" for GSoC, needed some guidance20:31
CarlFKashish_panchal: have you read http://code.timvideos.us/Summer-Of-Code.html ?20:40
tpbTitle: Tim Videos - Live Event Streaming - Summer Of Code (at code.timvideos.us)20:40
ashish_panchalYes20:40
CarlFKPlease ask more specific questions. What don’t you understand? What have you read so far?  Tell us about yourself.20:44
ashish_panchalI have gone through readings suggested on ideas page and I think project can be very interesting including expected functionality and more, also gone through issue reported on github just wanted your guidance to get involve in the current stage of project20:44
ashish_panchalMyself, Ashish Panchal , I am 3rd year student persuing B.Tech in Computer Science and Engineering from Indian Institute of Information Technology, Design and Manufacturing, Jabalpur, India.20:45
ashish_panchalI am having very good knowledge of HTML,, Javascript, CSS,PHP and web technologies , I've done two major projects using Javascript, PHP, HTML, CSS and MySql. I've also worked as a web developer for a start-up firm Appcon solutions and developed http://www.appcon.in/20:45
tpbTitle: Appcon Solutions (at www.appcon.in)20:45
ashish_panchaland sorry for asking question in such short way previously20:47
CarlFKHmm, that description seems to be missing some text.. one moment ...20:49
ashish_panchalOk20:51
CarlFKhttps://github.com/timvideos/streaming-system/issues/420:54
tpbTitle: Add a bug reporting functionality · Issue #4 · timvideos/streaming-system · GitHub (at github.com)20:54
CarlFKbit hard to read - in 5 min it will get posted to the main site.  but it is just two lines, you have to scroll to read them all ;/20:55
ashish_panchalOk20:57
ashish_panchalanymore suggestions from your side for better contribution to the project?20:59
drotiNigh guys! :)21:03
drotiNight*21:03
*** droti has quit IRC21:03
aps-sidsashish_panchal: Try running the streaming-system on your machine so that you have an idea about how it works.21:05
ashish_panchalYes sure.21:05
*** ashish_panchal has quit IRC21:16
*** jitlov has joined #timvideos21:20
*** jitlov has quit IRC21:24
CarlFKhas anyone been able to install the whole system?21:26
aps-sidsCarlFK: I kind of did, but just used a fake_register. I had to do a lot of tweaking though.21:26
CarlFKfake_register replaces most of the system21:26
aps-sidsBTW did you see the graphs screenshot I posted in the graphs/feature pull request?21:26
CarlFKI did, but I am not sure what they are to show21:26
aps-sidsThey actually show the number of connected users and the bitrate of stream.21:26
*** hyades_ has joined #timvideos21:27
*** micolous_ has joined #timvideos21:27
*** hyades has quit IRC21:27
*** h01ger has quit IRC21:28
*** micolous has quit IRC21:28
*** haseeb_ has quit IRC21:33
*** andi-m2 has quit IRC21:33
*** lukejohn__ has quit IRC21:33
*** loadstar81 has quit IRC21:33
*** andi-m2 has joined #timvideos21:37
*** lukejohn__ has joined #timvideos21:38
*** h01ger has joined #timvideos21:38
*** micolous_ has quit IRC21:39
*** hyades_ has quit IRC21:39
*** CarlFK has quit IRC21:39
*** aps-sids has quit IRC21:39
*** iiie has quit IRC21:39
*** sharky93_ has quit IRC21:39
*** mithro has quit IRC21:39
*** puck has quit IRC21:39
*** haseeb_ has joined #timvideos21:39
*** mproctor has joined #timvideos21:41
*** micolous_ has joined #timvideos21:41
*** hyades has joined #timvideos21:41
*** CarlFK has joined #timvideos21:41
*** aps-sids has joined #timvideos21:41
*** iiie has joined #timvideos21:41
*** sharky93_ has joined #timvideos21:41
*** mithro has joined #timvideos21:41
*** puck has joined #timvideos21:41
*** kornbluth.freenode.net sets mode: +vvo CarlFK iiie mithro21:41
*** loadstar81 has joined #timvideos21:44
*** haseeb_ has quit IRC22:10
*** kshkr has quit IRC22:45

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!