*** tpb has joined #timvideos | 00: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#gettinghelp | 00:00 | |
*** livingstore_ has quit IRC | 02:26 | |
*** livingstore_ has joined #timvideos | 02:53 | |
*** Palash has quit IRC | 03:05 | |
*** rihbyne has joined #timvideos | 03:27 | |
rihbyne | hi there everyone | 03:28 |
---|---|---|
*** haseeb_ has joined #timvideos | 03:57 | |
*** Palash has joined #timvideos | 04:14 | |
*** ashish_panchal has joined #timvideos | 04:29 | |
*** mproctor has quit IRC | 04:49 | |
*** dhanush has quit IRC | 04:52 | |
*** Palash has quit IRC | 05:02 | |
*** dhanush has joined #timvideos | 05:12 | |
rihbyne | hello | 05:19 |
dhanush | hi rihbyne! | 05:56 |
*** livingstore_ has quit IRC | 06:00 | |
*** livingstore_ has joined #timvideos | 06:01 | |
*** haseeb_ has quit IRC | 06:10 | |
*** livingstore_ has quit IRC | 06:18 | |
*** haseeb_ has joined #timvideos | 06:20 | |
*** ashish_panchal has quit IRC | 06:33 | |
*** livingstore has joined #timvideos | 06:39 | |
*** rihbyne has quit IRC | 07:09 | |
*** dhanush has quit IRC | 07:27 | |
*** dhanush has joined #timvideos | 07:51 | |
*** kshkr has joined #timvideos | 07:51 | |
*** livingstore has quit IRC | 08:05 | |
*** techman83 has quit IRC | 08:21 | |
*** livingstore has joined #timvideos | 08:26 | |
aps-sids | mithro: 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-sids | mithro: 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 |
mithro | aps-sids: that is a good start, but why are 810 skipped? | 08:43 |
mithro | aps-sids: finding out why the tests where skipped might help with the coverage a bit | 08:44 |
aps-sids | mithro: various reasons, mostly tests are not written or twisted doesn't support running these types of tests | 08:44 |
aps-sids | here's the complete log -- http://paste.ubuntu.com/7069996/ | 08:44 |
mithro | aps-sids: but I expect that flumotion is probably going to have poor coverage | 08:44 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 08:44 |
mithro | [SKIPPED] | 08:46 |
mithro | this test case does not support running with <twisted.internet.epollreactor.EPollReactor object at 0x16c0150> as the reactor | 08:46 |
mithro | aps-sids: can you configure a different reactor and get those working? | 08:46 |
aps-sids | mithro: 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 |
mithro | aps-sids: you'll need to understand twisted in this case | 08:47 |
mithro | aps-sids: flumotion makes heavy use of twisted | 08:48 |
*** Palash has joined #timvideos | 09:21 | |
aps-sids | mithro: 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#L39 | 09:59 |
tpb | Title: streaming-system/website/frontend/views.py at master · timvideos/streaming-system · GitHub (at github.com) | 09:59 |
*** kshkr has quit IRC | 10:12 | |
mithro | aps-sids: that likely means you didn't do a "make serve" | 10:14 |
aps-sids | I'm running it via make serve only | 10:15 |
*** livingstore has quit IRC | 10:21 | |
mithro | hrm... | 10:25 |
mithro | does frontend/data.py exist? | 10:26 |
*** hyades has joined #timvideos | 10:32 | |
*** livingstore has joined #timvideos | 10:34 | |
aps-sids | mithro: sorry, I had to go away. data.py exists but is empty file. | 10:45 |
mithro | aps-sids: frontend/data.py: eventfeed2internal.py | 10:46 |
mithro | $(ACTIVATE) && python eventfeed2internal.py > frontend/data.py | 10:46 |
mithro | try running them manually? | 10:46 |
aps-sids | keyerror in line https://github.com/timvideos/streaming-system/blob/master/website/eventfeed2internal.py#L108 | 10:50 |
tpb | Title: streaming-system/website/eventfeed2internal.py at master · timvideos/streaming-system · GitHub (at github.com) | 10:50 |
mithro | aps-sids: first issue is to figure out why make didn't bail when that error occurred | 10:50 |
aps-sids | mithro: frontend/data.py is being executed | 11:01 |
mithro | aps-sids: ? | 11:01 |
aps-sids | make serve should run this rule as well, but its not doing. https://github.com/timvideos/streaming-system/blob/master/website/Makefile#L53 | 11:02 |
tpb | Title: streaming-system/website/Makefile at master · timvideos/streaming-system · GitHub (at github.com) | 11:02 |
aps-sids | I tried putting an echo statement in this as well | 11:02 |
mithro | aps-sids: I know what is happening, do you want me to tell you or do you want to discover it yourself? | 11:03 |
aps-sids | let me try for sometime :) I'll get back | 11:03 |
aps-sids | mithro: 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 |
mithro | aps-sids: great! my guess is the feed URL it is trying to read from has gone away | 11:09 |
mithro | aps-sids: I wonder if we should just have a dummy data.py and only generate a real one as part of production process | 11:16 |
aps-sids | mithro: a good idea perhaps. I just want to run a fake_register, still so much to do :) | 11:17 |
mithro | aps-sids: here is a valid data.py http://roger.mithis.com/~tim/data.py | 11:23 |
aps-sids | mithro: OK its running now. I'm going to test graph feature | 11:43 |
mithro | aps-sids: awesome! | 11:47 |
*** Palash has quit IRC | 11:59 | |
*** Palash has joined #timvideos | 12:07 | |
*** dhanush has quit IRC | 12:15 | |
*** Palash has quit IRC | 12:15 | |
*** kshkr has joined #timvideos | 12:30 | |
aps-sids | mithro: https://github.com/timvideos/streaming-system/issues/18#issuecomment-37290141 | 12:34 |
tpb | Title: Draw graphs of the various stats we collect · Issue #18 · timvideos/streaming-system · GitHub (at github.com) | 12:34 |
*** dhanush has joined #timvideos | 12:38 | |
mithro | aps-sids: cool, want to see if you can merge it? | 13:06 |
aps-sids | mithro: yeah sure. | 13:07 |
*** livingstore has quit IRC | 13:15 | |
*** livingstore has joined #timvideos | 13:15 | |
*** dhanush has quit IRC | 13:21 | |
*** dhanush has joined #timvideos | 13:25 | |
mithro | aps-sids: thanks! | 13:29 |
*** Niharika has joined #timvideos | 13:32 | |
*** rihbyne has joined #timvideos | 13:33 | |
*** tvCommitBot has joined #timvideos | 13:40 | |
tvCommitBot | [streaming-system] aps-sids opened pull request #59: Graphs feature added (master...master) http://git.io/tYxqtA | 13:40 |
*** tvCommitBot has left #timvideos | 13:40 | |
*** dhanush has quit IRC | 13:43 | |
Niharika | mithro: I worked on the points you mentioned. Could you have a look again? https://docs.google.com/document/d/11cD1gLUajLCjwlLq-vqCtr6TRcaAPIF4qTibbaiaZbo/edit | 13:44 |
tpb | <http://ln-s.net/BG1d> (at docs.google.com) | 13:44 |
*** livingstore has quit IRC | 13:50 | |
*** livingstore has joined #timvideos | 13:50 | |
*** dhanush has joined #timvideos | 13:55 | |
*** rihbyne has quit IRC | 14:11 | |
*** rihbyne has joined #timvideos | 14:11 | |
*** rihbyne has quit IRC | 14:15 | |
*** rbyne has joined #timvideos | 14:15 | |
*** kshkr has quit IRC | 14:26 | |
*** livingstore has quit IRC | 14:28 | |
*** livingstore has joined #timvideos | 14:28 | |
*** rbyne has quit IRC | 14:34 | |
*** livingstore has quit IRC | 14:35 | |
aps-sids | mithro: Added another commit to graphs pull request. Please have a look. | 14:42 |
mithro | aps-sids: move a little too much | 14:53 |
*** livingstore has joined #timvideos | 14:55 | |
aps-sids | mithro: fixed | 14:58 |
*** pk__ has left #timvideos | 15:00 | |
*** rbyne has joined #timvideos | 15:06 | |
*** rbyne is now known as rihbyne | 15:06 | |
*** dhanush has quit IRC | 15:13 | |
*** livingstore has quit IRC | 15:31 | |
*** livingstore has joined #timvideos | 15:32 | |
*** Palash has joined #timvideos | 15:32 | |
*** rihbyne has quit IRC | 15:40 | |
*** kshkr has joined #timvideos | 15:41 | |
*** dhanush has joined #timvideos | 15:49 | |
*** rihbyne has joined #timvideos | 16:10 | |
*** tija has joined #timvideos | 16:17 | |
*** rihbyne has quit IRC | 16:19 | |
*** rihbyne has joined #timvideos | 16:22 | |
*** droti has joined #timvideos | 16:24 | |
droti | hey | 16:24 |
Niharika | Hi droti. | 16:41 |
droti | Hi Niharika! | 16:41 |
Niharika | mithro, 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 IRC | 17:10 | |
*** livingstore has joined #timvideos | 17:10 | |
droti | Niharika: I'm gonna take a look if you don't mind later. :) | 17:11 |
Niharika | droti: Not at all! Please do. :) | 17:11 |
droti | great thanks :)Ö | 17:12 |
Niharika | droti: I should be saying thanks. :P | 17:12 |
droti | Oh stop it! You... :D | 17:18 |
iiie | Niharika: I added a couple thoughts in comments. Looks reasonable to me. | 17:26 |
Niharika | iiie: Okay. Thank you! | 17:26 |
iiie | No 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 | |
Niharika | Night. | 17:50 |
*** Niharika has left #timvideos | 17:51 | |
*** tija has quit IRC | 17:55 | |
*** dhanush has quit IRC | 17:57 | |
*** dhanush has joined #timvideos | 17:59 | |
*** Palash has quit IRC | 18:06 | |
*** pgudlani has joined #timvideos | 18:13 | |
*** Palash has joined #timvideos | 18:17 | |
*** livingstore has quit IRC | 18:18 | |
*** Palash has quit IRC | 18:32 | |
*** pgudlani has quit IRC | 18:38 | |
*** rihbyne has quit IRC | 18:39 | |
*** pgudlani has joined #timvideos | 19:25 | |
*** unriabov has joined #timvideos | 19:43 | |
*** pgudlani has quit IRC | 19:45 | |
*** unriabov has quit IRC | 19:46 | |
*** pgudlani has joined #timvideos | 19:55 | |
*** pgudlani has quit IRC | 20:01 | |
*** ashish_panchal has joined #timvideos | 20:28 | |
ashish_panchal | Hi, I am very much interested in the project "Add bug / feedback reporting from end users system" for GSoC, needed some guidance | 20:31 |
CarlFK | ashish_panchal: have you read http://code.timvideos.us/Summer-Of-Code.html ? | 20:40 |
tpb | Title: Tim Videos - Live Event Streaming - Summer Of Code (at code.timvideos.us) | 20:40 |
ashish_panchal | Yes | 20:40 |
CarlFK | Please ask more specific questions. What don’t you understand? What have you read so far? Tell us about yourself. | 20:44 |
ashish_panchal | I 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 project | 20:44 |
ashish_panchal | Myself, 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_panchal | I 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 |
tpb | Title: Appcon Solutions (at www.appcon.in) | 20:45 |
ashish_panchal | and sorry for asking question in such short way previously | 20:47 |
CarlFK | Hmm, that description seems to be missing some text.. one moment ... | 20:49 |
ashish_panchal | Ok | 20:51 |
CarlFK | https://github.com/timvideos/streaming-system/issues/4 | 20:54 |
tpb | Title: Add a bug reporting functionality · Issue #4 · timvideos/streaming-system · GitHub (at github.com) | 20:54 |
CarlFK | bit 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_panchal | Ok | 20:57 |
ashish_panchal | anymore suggestions from your side for better contribution to the project? | 20:59 |
droti | Nigh guys! :) | 21:03 |
droti | Night* | 21:03 |
*** droti has quit IRC | 21:03 | |
aps-sids | ashish_panchal: Try running the streaming-system on your machine so that you have an idea about how it works. | 21:05 |
ashish_panchal | Yes sure. | 21:05 |
*** ashish_panchal has quit IRC | 21:16 | |
*** jitlov has joined #timvideos | 21:20 | |
*** jitlov has quit IRC | 21:24 | |
CarlFK | has anyone been able to install the whole system? | 21:26 |
aps-sids | CarlFK: I kind of did, but just used a fake_register. I had to do a lot of tweaking though. | 21:26 |
CarlFK | fake_register replaces most of the system | 21:26 |
aps-sids | BTW did you see the graphs screenshot I posted in the graphs/feature pull request? | 21:26 |
CarlFK | I did, but I am not sure what they are to show | 21:26 |
aps-sids | They actually show the number of connected users and the bitrate of stream. | 21:26 |
*** hyades_ has joined #timvideos | 21:27 | |
*** micolous_ has joined #timvideos | 21:27 | |
*** hyades has quit IRC | 21:27 | |
*** h01ger has quit IRC | 21:28 | |
*** micolous has quit IRC | 21:28 | |
*** haseeb_ has quit IRC | 21:33 | |
*** andi-m2 has quit IRC | 21:33 | |
*** lukejohn__ has quit IRC | 21:33 | |
*** loadstar81 has quit IRC | 21:33 | |
*** andi-m2 has joined #timvideos | 21:37 | |
*** lukejohn__ has joined #timvideos | 21:38 | |
*** h01ger has joined #timvideos | 21:38 | |
*** micolous_ has quit IRC | 21:39 | |
*** hyades_ has quit IRC | 21:39 | |
*** CarlFK has quit IRC | 21:39 | |
*** aps-sids has quit IRC | 21:39 | |
*** iiie has quit IRC | 21:39 | |
*** sharky93_ has quit IRC | 21:39 | |
*** mithro has quit IRC | 21:39 | |
*** puck has quit IRC | 21:39 | |
*** haseeb_ has joined #timvideos | 21:39 | |
*** mproctor has joined #timvideos | 21:41 | |
*** micolous_ has joined #timvideos | 21:41 | |
*** hyades has joined #timvideos | 21:41 | |
*** CarlFK has joined #timvideos | 21:41 | |
*** aps-sids has joined #timvideos | 21:41 | |
*** iiie has joined #timvideos | 21:41 | |
*** sharky93_ has joined #timvideos | 21:41 | |
*** mithro has joined #timvideos | 21:41 | |
*** puck has joined #timvideos | 21:41 | |
*** kornbluth.freenode.net sets mode: +vvo CarlFK iiie mithro | 21:41 | |
*** loadstar81 has joined #timvideos | 21:44 | |
*** haseeb_ has quit IRC | 22:10 | |
*** kshkr has quit IRC | 22:45 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!