*** tpb has joined #timvideos | 00:00 | |
mithro | speaking of shenki - have you finished doing those tickets yet? | 01:48 |
---|---|---|
shenki | mithro: o/ | 01:54 |
shenki | mithro: i started looking at them before realising that i needed hardware to do any meaningful mering of changes | 01:54 |
mithro | shenki: most of them were like "fix the README.md" and "sub module in fx2lib"? | 01:55 |
shenki | mithro: hrm. i just looked at the first one :) | 01:56 |
shenki | mithro: how do i get that search for all my tickets up? | 01:56 |
mithro | shenki: https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Atimvideos+assignee%3Ashenki | 01:57 |
tpb | Title: Issues · GitHub (at github.com) | 01:57 |
shenki | mithro: is it possible to stick a submodule in a directory? | 02:06 |
shenki | mithro: i'd prefer to just clone fx2lib into the cypress/ directory | 02:07 |
shenki | we used submodules for openpower, and every time i need to use it i have to go re-read the docs | 02:07 |
mithro | shenki: yes, you can can put a submodule anywhere | 02:10 |
mithro | hdmi2usb.tv now goes to the github wiki for the hdmi2usb repo | 02:12 |
*** CarlFK has joined #timvideos | 02:14 | |
*** ChanServ sets mode: +v CarlFK | 02:14 | |
mithro | CarlFK: -> hdmi2usb.tv now goes to the github wiki for the hdmi2usb repo | 02:17 |
CarlFK | yay! thanks. | 02:17 |
mithro | CarlFK: those photos you linked are in a confusing order | 02:20 |
mithro | MaZderMind: I also ordered two of the minispartans | 02:46 |
*** CarlFK has quit IRC | 03:01 | |
*** travis-ci has joined #timvideos | 04:22 | |
travis-ci | shenki/HDMI2USB#19 (dev - 713308b : Joel Stanley): The build failed. | 04:22 |
travis-ci | Change view : https://github.com/shenki/HDMI2USB/compare/d018911c4b78^...713308b1a4ad | 04:22 |
travis-ci | Build details : http://travis-ci.org/shenki/HDMI2USB/builds/52694451 | 04:22 |
*** travis-ci has left #timvideos | 04:22 | |
*** travis-ci has joined #timvideos | 04:24 | |
travis-ci | shenki/HDMI2USB#20 (dev - 9a34f9c : Joel Stanley): The build is still failing. | 04:24 |
travis-ci | Change view : https://github.com/shenki/HDMI2USB/compare/713308b1a4ad...9a34f9ccc7a0 | 04:24 |
travis-ci | Build details : http://travis-ci.org/shenki/HDMI2USB/builds/52694631 | 04:24 |
*** travis-ci has left #timvideos | 04:24 | |
shenki | spaaaammmm | 04:25 |
mithro | shenki: I wonder what is going on there, it's only showing like the first 10-15 lines | 04:26 |
*** travis-ci has joined #timvideos | 04:31 | |
travis-ci | shenki/HDMI2USB#21 (dev - 5585c88 : Joel Stanley): The build is still failing. | 04:31 |
travis-ci | Change view : https://github.com/shenki/HDMI2USB/compare/9a34f9ccc7a0...5585c88399ca | 04:31 |
travis-ci | Build details : http://travis-ci.org/shenki/HDMI2USB/builds/52694951 | 04:31 |
*** travis-ci has left #timvideos | 04:31 | |
shenki | mithro: ahh, make it stop | 04:31 |
mithro | shenki: it's your repo's travis.yml | 04:31 |
shenki | mithro: yeah, i just turned it off for my repo | 04:32 |
shenki | mithro: https://github.com/shenki/HDMI2USB/commit/5585c88399ca1702970d114407fbeb5aa7fc6686#diff-604f933be551e684ecda977ad388e563R86 | 04:34 |
tpb | Title: cypress: Add fx2lib submodule · 5585c88 · shenki/HDMI2USB · GitHub (at github.com) | 04:34 |
shenki | mithro: why doesn't that rule get run as a dep of the one above it? | 04:35 |
shenki | mithro: i want to say "if the fx2lib dir doesn't exist, run the rule that does the submodule crap" | 04:35 |
shenki | because we don't want the submodule crap to run every time you build the fx2.lib (otherwise if you're doing local hacks it might break you) | 04:35 |
mithro | shenki: you want to depend on something inside the fx2lib directory, as the fx2lib directory itself will exist even without the submodules init/update | 04:38 |
shenki | mithro: oh, i see | 04:39 |
*** travis-ci has joined #timvideos | 04:40 | |
travis-ci | mithro/HDMI2USB#73 (master - a820dc9 : Tim 'mithro' Ansell): The build is still failing. | 04:40 |
travis-ci | Change view : https://github.com/mithro/HDMI2USB/compare/c67f83496347...a820dc9e5fcd | 04:40 |
travis-ci | Build details : http://travis-ci.org/mithro/HDMI2USB/builds/52695539 | 04:40 |
*** travis-ci has left #timvideos | 04:40 | |
mithro | shenki: any idea why your git push thing is broken? | 04:40 |
shenki | mithro: err... one bug at a time :) | 04:41 |
mithro | https://travis-ci.org/mithro/HDMI2USB#L115 | 04:41 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 04:41 |
shenki | mithro: does that sha exist in the repo? | 04:45 |
mithro | shenki: I did a git gc and a git fsck on the repo | 04:48 |
mithro | to see if that helped | 04:48 |
mithro | nope :( | 04:50 |
mithro | oh | 04:50 |
mithro | git clone --depth=50 --branch=master | 04:50 |
mithro | seems to be working now that I fetchs the latest upstream into build | 04:54 |
*** tija has joined #timvideos | 04:54 | |
mithro | we should move build to rackspace | 04:55 |
mithro | ~seen aps | 04:55 |
tpb | mithro: aps was last seen in #timvideos 1 week, 2 days, 2 hours, 24 minutes, and 20 seconds ago: <aps> mithro: morning. I'm going to have a call/chat with someone from Ansible support. Do you have any questions you'd like answered? | 04:55 |
shenki | mithro: yeah, that's what that box you were asking me about the other day was for | 04:59 |
mithro | shenki: I was trying to figure out the best way to combined your thing with the xilinx tools inside a docker image | 04:59 |
shenki | mithro: okay | 05:00 |
shenki | mithro: do you recall what the baud rate the cdc device enumerates as? | 05:00 |
mithro | nope! | 05:00 |
mithro | I'm not sure it matters? | 05:00 |
shenki | ok | 05:01 |
*** tvCommitBot has joined #timvideos | 05:04 | |
tvCommitBot | [HDMI2USB] mithro opened pull request #115: Small fixes to the travis build. (master...master) http://git.io/x4hC | 05:04 |
*** tvCommitBot has left #timvideos | 05:04 | |
mithro | shenki: can you take a quick look at that pull request? | 05:04 |
shenki | mithro: i think you should leave it in this channel | 05:07 |
shenki | i'm not in that other channel | 05:07 |
shenki | mithro: regarding ths commit https://github.com/rohit91/libfpgalink/commit/4de89481add1787698d0ee6d0f1f564394a12259 | 05:15 |
tpb | Title: Added eeprom IIC file and README · 4de8948 · rohit91/libfpgalink · GitHub (at github.com) | 05:15 |
shenki | mithro: what is the origin of that .iic file? | 05:15 |
mithro | I think rohit created it by hand | 05:16 |
shenki | mithro: okay | 05:16 |
shenki | yeah, it looks easy to create from a script | 05:16 |
shenki | perhaps i shuld add a script that creates it, instead of adding the binary? | 05:16 |
*** hyades_ has joined #timvideos | 05:16 | |
shenki | $ hexdump -C ~/Downloads/hdmi2usb_unconfigured_device.iic | 05:16 |
shenki | 00000000 c0 50 1d b5 60 00 00 01 ff ff ff ff ff ff ff ff |.P..`...........| | 05:16 |
shenki | 00000010 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| | 05:16 |
shenki | * | 05:16 |
shenki | 00004000 | 05:16 |
mithro | shenki: sure if you think you can do that | 05:17 |
mithro | shenki: definately think we should cherry-pick rohit's commits first though | 05:17 |
shenki | mithro: they're already there | 05:19 |
shenki | mithro: with the exception of the one that changes the configured devices' pid | 05:19 |
shenki | mithro: but ive pulled that one in | 05:19 |
mithro | shenki: yeah I was just talking about the pid and the iic file bit | 05:19 |
shenki | okay. i don't want to chunk a binary into the repo | 05:20 |
*** CarlFK has joined #timvideos | 05:40 | |
*** ChanServ sets mode: +v CarlFK | 05:40 | |
cfelton | shenki: really stretching my memory but this is a script I used back in the day to create the FX2 eeprom images https://gist.github.com/cfelton/c0928fe18c28286515e5 | 05:41 |
tpb | Title: build_fx2_eeprom.py (at gist.github.com) | 05:41 |
shenki | cfelton: wow :) | 05:42 |
shenki | cfelton: we just need 8 bytes, so i created it like this: | 05:42 |
shenki | echo -n -e \\xc0\\x50\\x1d\\xb5\\x60\\x00\\x00\\x00\\x01 > $@ | 05:42 |
shenki | dd if=/dev/zero count=$((16*1024 - 8)) bs=1 >> $@ | 05:42 |
shenki | but i'm not sure that it's any less opaque than just checking in the 16k binary fiel | 05:42 |
cfelton | don't think I can claim much credit for the script | 05:43 |
cfelton | true, at least it would be test and not binary? | 05:43 |
shenki | yeah | 05:43 |
cfelton | the relevant code you would need is around 138 to build the header, I don't remember the difference between the fist by of 0xC2 or 0xC0 | 05:47 |
mithro | 0xC0 means just load VID+PID | 05:48 |
mithro | 0xC2 means load a complete firmware | 05:48 |
cfelton | ahhh, yes | 05:48 |
shenki | mithro: so we don't even need the 16k? Just enough for the load vid+pid command? | 05:48 |
*** travis-ci has joined #timvideos | 05:49 | |
travis-ci | [mithro/HDMI2USB/master#75] (19c8e2f): The build passed. (http://travis-ci.org/mithro/HDMI2USB/builds/52698019) | 05:49 |
*** travis-ci has left #timvideos | 05:49 | |
*** Niharika has joined #timvideos | 05:49 | |
mithro | shenki: take another look at that pull request - I reduce the announce to a single line which I think is better | 05:49 |
mithro | shenki: I believe so | 05:50 |
cfelton | how do you guys keep travis happy while the build is occurring, i.e. how do you prevent travis from timing out? | 05:50 |
mithro | cfelton: we echo out the build output | 05:50 |
*** travis-ci has joined #timvideos | 06:12 | |
travis-ci | timvideos/HDMI2USB#31 (master - c67f834 : Tim Ansell): The build has errored. | 06:12 |
travis-ci | Change view : https://github.com/timvideos/HDMI2USB/compare/57085783e1f6...c67f83496347 | 06:12 |
travis-ci | Build details : http://travis-ci.org/timvideos/HDMI2USB/builds/47191392 | 06:12 |
*** travis-ci has left #timvideos | 06:12 | |
shenki | mithro: hrm, can you link the pr to me? | 06:23 |
*** aps_ has joined #timvideos | 07:25 | |
*** hyades_ has quit IRC | 07:30 | |
*** slomo has joined #timvideos | 07:35 | |
*** tvCommitBot has joined #timvideos | 07:44 | |
tvCommitBot | [HDMI2USB] shenki pushed 4 new commits to master: http://git.io/xBWh | 07:44 |
tvCommitBot | HDMI2USB/master a820dc9 Tim 'mithro' Ansell: Allow an existing ssh-config as travis now includes one. | 07:44 |
tvCommitBot | HDMI2USB/master 8bdf590 Tim 'mithro' Ansell: Removing the primary channel and leaving HDMI2USB channel. | 07:44 |
tvCommitBot | HDMI2USB/master 19c8e2f Tim 'mithro' Ansell: Using a 1 line announce template. | 07:44 |
*** tvCommitBot has left #timvideos | 07:44 | |
*** tvCommitBot has joined #timvideos | 07:53 | |
tvCommitBot | [HDMI2USB] shenki opened pull request #116: Polish Cypress FX2 firmware (master...dev) http://git.io/xB87 | 07:53 |
*** tvCommitBot has left #timvideos | 07:53 | |
*** travis-ci has joined #timvideos | 07:55 | |
travis-ci | [timvideos/HDMI2USB/master#32] (0274f78): The build has errored. (http://travis-ci.org/timvideos/HDMI2USB/builds/52706049) | 07:55 |
*** travis-ci has left #timvideos | 07:55 | |
*** f15h has joined #timvideos | 08:21 | |
tija | mithro: How do I send video frames stored in RAM over ethernet on Linux? | 08:34 |
shenki | https://austinmarton.wordpress.com/2011/09/14/sending-raw-ethernet-packets-from-a-specific-interface-in-c-on-linux/ | 08:36 |
tija | shenki: Don't I have to use rtp? | 08:37 |
tija | sorry I am complete noob | 08:37 |
shenki | tija: ah okay. i assumed from your question you were wanting to send raw ethernet frames | 08:37 |
shenki | tija: rtp is layered on top of TCP or UDP (and therefore on top of IP) | 08:38 |
shenki | tija: did you do a computer networking class at uni? | 08:38 |
tija | shenki: yes. We had one. | 08:39 |
shenki | tija: heh, so you're not a complete noob | 08:39 |
tija | but it was all theory not much practical stuff done | 08:40 |
tija | will this be useful? https://trac.ffmpeg.org/wiki/StreamingGuide | 08:43 |
tpb | Title: StreamingGuide – FFmpeg (at trac.ffmpeg.org) | 08:43 |
shenki | tija: what are you trying to do? | 08:44 |
tija | shenki: Let say I captured HDMI frames on zybo and now it is stored on the DDR. How do I send the video frames over ethernet just the way we stream video via usb in HDMI2USB? | 08:45 |
shenki | tija: ah right | 08:46 |
shenki | tija: yeah, using vlc or ffmpeg or gstreamer are all good options | 08:46 |
tija | shenki: can you give me more details? | 08:48 |
shenki | tija: i'd recommend testing on your laptop first | 08:48 |
shenki | tija: stream a video file over udp using gstreamer | 08:48 |
tija | like what all needs to be done? Do i have to create rtp packets or gstreamer will take care of it? | 08:49 |
shenki | gstreamer does that | 08:50 |
shenki | open up two terminals, and in one run this: | 08:51 |
shenki | gst-launch-1.0 videotestsrc ! \ jpegenc ! \ rtpjpegpay ! \ udpsink host=127.0.0.1 port=5200 | 08:51 |
shenki | while on the other run this: gst-launch-1.0 udpsrc port=5200 ! application/x-rtp, encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink | 08:51 |
shenki | hrm, irc ate the newlines. that first one should look like this: | 08:52 |
shenki | gst-launch-1.0 videotestsrc ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5200 | 08:52 |
shenki | tija: did you get that going? | 08:53 |
tija | shenki: oh yeah. I can see a test pattern | 08:54 |
shenki | tija: cool | 08:55 |
shenki | tija: so now you want to install gst-launch-1.0 on the zybo | 08:55 |
shenki | tija: and get networking going | 08:55 |
shenki | and run the same command line, except with the IP of your laptop instead of 127.0.0.1 | 08:56 |
tija | shenki: okay I think I got it. I will continuously write frames to a file and the Gstreamer will read it from the file and stream it. Right? | 08:57 |
shenki | nope | 08:57 |
shenki | you're just using a test pattern to make sure that gstreamer and networking is working | 08:57 |
shenki | tija: one step at a time :) | 08:58 |
tija | As you say Captain! | 08:59 |
*** wanig has joined #timvideos | 09:00 | |
shenki | heh | 09:00 |
*** f15h has quit IRC | 09:10 | |
*** sb0 has quit IRC | 09:27 | |
*** aps_ has quit IRC | 09:36 | |
*** thaytan has quit IRC | 09:42 | |
*** sb0 has joined #timvideos | 09:51 | |
mithro | shenki: I think someone purchased the server that was lex :P | 09:54 |
shenki | mithro: hah | 09:55 |
shenki | mithro: the ip has come alive? | 09:55 |
mithro | shenki: yeah | 09:59 |
*** sb0 has quit IRC | 10:11 | |
*** Niharika has quit IRC | 10:26 | |
mithro | shenki: did you want me to merge your pull request? | 11:09 |
tija | shenki: on my zybo, I am running this command. add-apt-repository ppa:gstreamer-developers/ppa | 11:18 |
tija | I am getting this error. | 11:18 |
tija | pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none') | 11:18 |
tija | any idea why? | 11:18 |
shenki | mithro: yes please | 11:25 |
shenki | tija: hrm. what is the internet connection you're on? | 11:25 |
shenki | tija: is there a chance you're getting man-in-the-middled? | 11:25 |
tija | shenki: college LAN | 11:25 |
*** tvCommitBot has joined #timvideos | 11:26 | |
tvCommitBot | [HDMI2USB] mithro pushed 8 new commits to master: http://git.io/xRYg | 11:26 |
tvCommitBot | HDMI2USB/master d929095 Joel Stanley: cypress: Build firmware.c the same way as other files... | 11:26 |
tvCommitBot | HDMI2USB/master 111d122 Joel Stanley: cypress: Add fx2lib submodule... | 11:26 |
tvCommitBot | HDMI2USB/master 5368882 Joel Stanley: cypress: Flesh out the README a bit... | 11:26 |
*** tvCommitBot has left #timvideos | 11:26 | |
tija | shenki: Yes I am sitting behind college proxy server | 11:26 |
shenki | tija: okay. that's sucky | 11:26 |
*** thaytan has joined #timvideos | 11:26 | |
*** ChanServ sets mode: +v thaytan | 11:26 | |
mithro | tija: we set up a ssh tunnel server for you guys ni india to use | 11:26 |
mithro | tija: if you send me a ssh key, I'll give you an account | 11:26 |
tija | mithro: but it should work because things work perfectly on my laptop ubuntu | 11:27 |
shenki | tija: how have you got your zybo set up? Can you walk me through the steps to get mine set up the same way? | 11:27 |
mithro | tija: did you install the ssl certificates? | 11:28 |
mithro | tija: sudo apt-get install ca-certificates | 11:28 |
tija | shenki: there is a linux distribution for zybo and zedboard | 11:29 |
tija | http://xillybus.com/xillinux | 11:29 |
tpb | Title: Xillinux: A Linux distribution for Zedboard, ZyBo, MicroZed and SocKit | xillybus.com (at xillybus.com) | 11:29 |
tija | I am using that | 11:29 |
shenki | tija: coo | 11:29 |
shenki | tija: cool | 11:29 |
shenki | tija: did you try just doing 'apt-get install gstreamer1.0-tools'? | 11:31 |
shenki | without adding the ppa? | 11:31 |
tija | Unable to locate package gstreamer1.0-tools. :( | 11:32 |
shenki | tija: did you try just doing 'apt-get install gstreamer0.10-tools'? | 11:33 |
tija | gstreamer0.10 is already there | 11:33 |
shenki | cool | 11:34 |
shenki | tija: so you can try running the commands we spoke about before, just use gst-inspect-0.10 instead of -1.0 | 11:34 |
tija | okay let me try. | 11:34 |
shenki | mithro: so what should i hack on next? | 11:35 |
mithro | shenki: figuring out the edid stuff | 11:36 |
mithro | shenki: according to ajit this bug -> https://github.com/timvideos/HDMI2USB/issues/112 was why your demo didn't work at LCA | 11:37 |
tpb | Title: You need to reset the device after loading firmware before uvc works · Issue #112 · timvideos/HDMI2USB · GitHub (at github.com) | 11:37 |
*** travis-ci has joined #timvideos | 11:37 | |
travis-ci | [timvideos/HDMI2USB/master#33] (8abe2db): The build has errored. (http://travis-ci.org/timvideos/HDMI2USB/builds/52726134) | 11:37 |
*** travis-ci has left #timvideos | 11:37 | |
shenki | mithro: yeah, i did reset it | 11:37 |
mithro | why does travis what an fricken pass-phrase!? https://travis-ci.org/timvideos/HDMI2USB ? | 11:39 |
tpb | Title: Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community (at travis-ci.org) | 11:39 |
mithro | it works fine on my builds... | 11:40 |
shenki | :( | 11:42 |
mithro | I'm going to head home so I can do washing while debugging this | 11:43 |
mithro | we find out tomorrow if we got accepted into GSoC | 11:43 |
shenki | okay | 11:43 |
shenki | awesome | 11:43 |
tija | not working shenki | 11:44 |
mithro | tija: more useful information would be good | 11:45 |
tija | ran this on zybo | 11:45 |
tija | gst-launch-0.10 videotestsrc ! jpegenc ! rtpjpegpay ! udpsink host=10.1.36.255 port=5200 | 11:45 |
tija | ran this on my system | 11:45 |
tija | gst-launch-1.0 udpsrc port=5200 ! application/x-rtp, encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink | 11:45 |
shenki | tija: do you have a second machine? | 11:47 |
mithro | tija: what was the error output? | 11:47 |
mithro | tija: just pastebin the output of both commands | 11:47 |
tija | shenki: yes i have a machine. | 11:48 |
tija | No error output. | 11:48 |
shenki | tija: paste all of the output | 11:48 |
shenki | tija: if you can try the first command from another machine on the same network (connected int the same way as the zybo), to check that the packets are getting through | 11:48 |
tija | okay | 11:48 |
tija | https://www.irccloud.com/pastebin/kL0ejmYk | 11:49 |
tpb | Title: Pastebin | IRCCloud (at www.irccloud.com) | 11:49 |
tija | ^ on zybo | 11:49 |
tija | https://www.irccloud.com/pastebin/ljfeOvYf | 11:49 |
tpb | Title: Pastebin | IRCCloud (at www.irccloud.com) | 11:49 |
tija | ^ on my laptop | 11:49 |
tija | I tried the same commands, with gst-launch-0.10 with ip as my localmachine and it didn't work. | 11:55 |
tija | I guess the command does not work with 0.10 | 11:56 |
shenki | tija: it should | 11:56 |
tija | shenki: oh yeah I wrote it wrong :P | 11:57 |
shenki | tija: :) | 11:57 |
tija | shenki: Not working I will check it at night. | 12:13 |
shenki | tija: okay | 12:14 |
shenki | tija: do things like check you can connect on that port between the machines | 12:14 |
shenki | tija: one way to test that is to run "python -m SimpleHTTPServer 5200" on your laptop | 12:15 |
shenki | tija: and then do "wget 10.1.36.255:5200" on the zybo | 12:15 |
shenki | hrm, that ip looks a bit fishy | 12:15 |
*** Niharika has joined #timvideos | 12:30 | |
*** slomo_ has joined #timvideos | 15:31 | |
*** slomo_ has joined #timvideos | 15:31 | |
*** slomo has quit IRC | 15:34 | |
*** aps_ has joined #timvideos | 15:58 | |
*** aps_ is now known as aps | 16:00 | |
*** sb0 has joined #timvideos | 16:25 | |
*** tija has quit IRC | 16:29 | |
*** sb0 has quit IRC | 16:58 | |
*** f15h has joined #timvideos | 17:17 | |
*** f15h has quit IRC | 17:27 | |
*** sb0 has joined #timvideos | 17:30 | |
*** sb0 has quit IRC | 18:08 | |
aps | TimVideos not selected for GSoC '15 :( | 19:10 |
*** Niharika has quit IRC | 19:14 | |
*** hyades_ has joined #timvideos | 19:27 | |
*** abhinav95 has joined #timvideos | 19:28 | |
*** rohitksingh has joined #timvideos | 20:01 | |
*** piymis has joined #timvideos | 20:04 | |
*** piymis has quit IRC | 20:17 | |
*** piymis has joined #timvideos | 20:25 | |
*** sb0 has joined #timvideos | 21:26 | |
*** hyades_ has quit IRC | 21:30 | |
*** sirnam has joined #timvideos | 21:46 | |
*** piymis has left #timvideos | 21:50 | |
*** slomo_ has quit IRC | 22:06 | |
*** AnxiousGarlic has joined #timvideos | 22:09 | |
*** AnxiousGarlic has left #timvideos | 22:10 | |
*** abhinav95 has quit IRC | 22:12 | |
*** sirnam has quit IRC | 23:09 | |
*** sb0 has quit IRC | 23:38 | |
*** sb0 has joined #timvideos | 23:43 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!