*** tpb has joined #timvideos | 00:00 | |
*** iiie has quit IRC | 01:07 | |
mithro-work | Sewar, if you wanted to take a day or two off the EDID database and convert the primary website to a spiffy looking bootstrap interface nobody would mind :P | 01:52 |
---|---|---|
*** iiie has joined #timvideos | 01:57 | |
Sewar | Sure, that would be cool. You refer to http://code.timvideos.us right? | 01:59 |
mithro-work | Sewar, no - to timvideos.us part | 02:08 |
mithro-work | Although code.timvideos.us needs some work too :P | 02:08 |
mithro-work | As I send parx | 02:10 |
mithro-work | I also started work on making the left menu take up less space and fly in/out. https://github.com/timvideos/getting-started/tree/fancy-bar - I was trying to get something that works like the new G+... | 02:10 |
mithro-work | We really need to get someone to work on our website and make it more usable (plus work better on mobile....)... | 02:10 |
tpb | <http://ln-s.net/-IHm> (at github.com) | 02:10 |
mithro-work | I also imagine a little quicklink bar in the top right corner | 02:11 |
mithro-work | need a news section tooo.... | 02:11 |
mithro-work | Sewar, oh - btw you should also be storing the raw EDID blocks | 02:14 |
Sewar | I'm not really good with CSS, but I can copy bootstrap snippets effectively :D | 02:37 |
Sewar | I will work on them | 02:38 |
Sewar | storing the raw EDID is great idea, maybe when we update edid parser we can run a script to re-parse entries | 02:39 |
mithro-work | Sewar, exactly - map reduce over the whole database | 02:42 |
mithro-work | also when things like the duplicated ID problem get fixed... | 02:43 |
Sewar | yeah | 02:44 |
mithro-work | Sewar, I have no objection to making the website bootstrapish | 02:48 |
Sewar | bootstrap is beautiful and responsive, can't say no | 02:50 |
mithro-work | yeah | 03:05 |
*** parx has quit IRC | 04:33 | |
*** hyades has joined #timvideos | 05:02 | |
mithro-work | hey hyades | 05:28 |
mithro-work | you where after me the other day? | 05:29 |
hyades | yeah.. | 05:29 |
hyades | it was about the capture thing | 05:29 |
hyades | I am a bit confused how exactly would i communicate with the gst-switch-cap | 05:30 |
mithro-work | you shouldn't need too? | 05:31 |
mithro-work | just start it up | 05:31 |
hyades | missing facedtect2, speakertrack, camcontrol | 05:34 |
hyades | how i install these? | 05:34 |
mithro-work | I think you mean facedetect2? | 05:36 |
hyades | ya | 05:36 |
mithro-work | speakertrack and camcontrol are part of the timvideo's branch of the gstreamer plugins | 05:36 |
hyades | over here? https://github.com/timvideos/gst-plugins-bad | 05:39 |
tpb | Title: timvideos/gst-plugins-bad ยท GitHub (at github.com) | 05:39 |
mithro-work | looks like I need to pull duzys stuff back into timvideos repository | 05:41 |
mithro-work | https://github.com/duzy/gst-plugins-bad/branches | 05:41 |
tpb | <http://ln-s.net/-IKW> (at github.com) | 05:41 |
mithro-work | hyades, remind me in a few hours | 05:58 |
hyades | k :) | 05:59 |
mithro-work | hyades, I don't understand your comments at | 06:14 |
mithro-work | A few changes to the executables firstly | 06:14 |
hyades | running the ./scripts/stage installs the master branch | 06:15 |
mithro-work | you should be able to switch to the speakertrack branch and then use | 06:15 |
hyades | so i installed the speaker-branch and copied the executables to /usr/local/bin | 06:15 |
hyades | just doing a ./autogen didn't do the job | 06:16 |
mithro-work | no | 06:16 |
mithro-work | you need to do | 06:16 |
mithro-work | ./autogen.sh; make; make install | 06:16 |
hyades | i think i did the same :) | 06:17 |
mithro-work | then it should have installed | 06:17 |
mithro-work | if not, there is some type of bug... | 06:20 |
hyades | ahh, i think i didn't do make install | 06:21 |
hyades | :( | 06:21 |
mithro-work | that's the important one :) | 06:22 |
mithro-work | often you'll need to run make install under root | 06:22 |
mithro-work | as your user doesn't have permission to install stuff | 06:22 |
hyades | yeah :) | 06:22 |
hyades | wondering how i missed that | 06:22 |
mithro-work | I also don't get your pretty comment | 06:25 |
hyades | which one? | 06:29 |
mithro-work | As you can see the sources don't look pretty. This is evident from the first screenshot. This indicates that there is some problem in the pipelines feeding into the gst-switch-srv | 06:29 |
mithro-work | Good idea to explain what you are looking for | 06:30 |
mithro-work | because "pretty" is defiantly in the eye of the beholder | 06:30 |
hyades | i couldn't find a better word for that | 06:31 |
hyades | if you try running gst-launch-1.0 videotestsrc pattern=18 ! autovideosink you can compare the images | 06:32 |
hyades | there is some problem with the pipeline which I am using | 06:32 |
mithro-work | hyades, good to include them in post :) | 06:33 |
hyades | i will add an image for comparison between the two :) | 06:34 |
mithro-work | also good idea to report bugs :) | 06:35 |
*** shenki has quit IRC | 06:55 | |
*** shenki has joined #timvideos | 06:56 | |
*** shenki has quit IRC | 07:24 | |
*** shenki has joined #timvideos | 07:26 | |
mithro-work | hrm, still no banadine | 07:36 |
* hyades reminds mithro-work | 07:54 | |
mithro-work | ahh hah | 08:02 |
mithro-work | hyades, so I recommend you get up multiple remotes | 08:04 |
mithro-work | git remote add origin git://[email protected]/timvideos/gst-plugins-bad.git | 08:05 |
mithro-work | git remote add duzy git://[email protected]/duzy/gst-plugins-bad.git | 08:05 |
mithro-work | git remote add up git://anongit.freedesktop.org/gstreamer/gst-plugins-bad | 08:05 |
hyades | i just corrupted my gstreamer trying to install 1.1.1 | 08:06 |
mithro-work | you should be working in ~/gst/stage | 08:06 |
hyades | i did a fresh install, checkout to speaker-track , ran ./scripts/stage all over again | 08:07 |
hyades | and now gstreamer not working | 08:07 |
mithro-work | fresh install? | 08:09 |
hyades | tried it all over again | 08:09 |
hyades | from start | 08:09 |
hyades | cloned gst-switch, checkout and the ran stage | 08:09 |
mithro-work | you removed your ~/gst/stage ? | 08:10 |
hyades | its still there | 08:10 |
hyades | a ls in ~/gst is: gst-plugins-bad gst-plugins-good gstreamer libvpx gst-plugins-base gst-plugins-ugly gst-switch stage | 08:10 |
mithro-work | so if your doing a fresh rebuild | 08:11 |
mithro-work | you should blow away your stage directory | 08:11 |
hyades | and after that? | 08:11 |
mithro-work | run ./scripts/stage | 08:12 |
mithro-work | you can also blow away everything else in the ~/gst directory and start again | 08:12 |
mithro-work | if you wanted | 08:12 |
hyades | tell me what I do with the gstreamer..it seems corrupt | 08:14 |
mithro-work | "it seems corrupt" is a useless statement | 08:14 |
*** tvCommitBot has joined #timvideos | 08:15 | |
tvCommitBot | [HDMI2USB] mithro created r2 at eec7072 (+0 new commits): http://git.io/jqr-jA | 08:15 |
*** tvCommitBot has left #timvideos | 08:15 | |
mithro-work | it give me no information about the actual problem you are having | 08:15 |
hyades | http://pastebin.com/Er6DMAYb | 08:15 |
tpb | Title: [Bash] hyades@hyades-Inspiron-N5010:~$ gst-launch-1.0 videotestsrc ! autovideosink 0:0 - Pastebin.com (at pastebin.com) | 08:15 |
*** tvCommitBot has joined #timvideos | 08:15 | |
tvCommitBot | [HDMI2USB] mithro created master (+3 new commits): http://git.io/tk_kig | 08:15 |
tvCommitBot | HDMI2USB/master 6c61124 Jahanzeb Ahmad: HDMI Matrix... | 08:15 |
tvCommitBot | HDMI2USB/master 97cd706 Jahanzeb Ahmad: Status LED updated... | 08:15 |
tvCommitBot | HDMI2USB/master 52a9512 Jahanzeb Ahmad: Got CDC working... | 08:15 |
*** tvCommitBot has left #timvideos | 08:15 | |
mithro-work | hyades, that doesn't seem corrupt | 08:15 |
mithro-work | type which gst-launch-1.0 | 08:16 |
hyades | /usr/local/bin/gst-launch-1.0 | 08:16 |
mithro-work | so you've someone installed a version of gstreamer into /usr/local/bin | 08:17 |
mithro-work | s/someone/somehow/ | 08:17 |
mithro-work | and now you are running that version | 08:18 |
hyades | i will start again on what i did | 08:19 |
hyades | first i deleted everything in ~/gst | 08:19 |
hyades | then cloned gst-switch, checkout to speaker-track and ran stage | 08:19 |
hyades | after one hour of installing, this is what i get! | 08:20 |
mithro-work | sometime before then you've installed /usr/local/bin | 08:20 |
mithro-work | ~/gst/stage/bin/gst-launch-1.0 is what you should be running | 08:20 |
mithro-work | not the one in /usr/local/bin | 08:20 |
hyades | oh.. | 08:20 |
mithro-work | sometime ago you've installed to /usr/local | 08:20 |
mithro-work | you should probably clean that one up | 08:20 |
hyades | i will then delete the thing from there and add this path to $PATH | 08:21 |
mithro-work | shenki, ping? | 08:22 |
hyades | http://pastebin.com/iDuZsaCq | 08:33 |
tpb | Title: [Bash] hyades@hyades-Inspiron-N5010:~/gst/stage/bin$ ./gst-launch-1.0 videotestsrc ! au - Pastebin.com (at pastebin.com) | 08:33 |
mithro-work | ./gst-inspect-1.0 will list the installed plugins | 09:13 |
mithro-work | hyades, you can also check ~/gst/stage/lib | 09:13 |
mithro-work | hyades, we should also set up a weekly meeting time | 09:16 |
*** mithro has joined #timvideos | 09:26 | |
hyades | mithro: are weekends fine? | 09:49 |
mithro-work | weekdays are easier | 09:53 |
mithro-work | as I'm less likely to sleep in/forget | 09:54 |
hyades | and looking at the gst-inspect-1.0, many things seem to be missing | 09:55 |
hyades | http://pastebin.com/eVds4K8M | 09:55 |
tpb | Title: gstsiren: sirendec: Siren Decoder element gstsiren: sirenenc: Siren Encoder e - Pastebin.com (at pastebin.com) | 09:55 |
mithro-work | look at the output from the stage script and try and find errors | 09:56 |
*** mithro has quit IRC | 09:56 | |
hyades | gstswitchptz.c:30:44: fatal error: gst/speakertrack/gstcamcontrol.h: No such file or directory | 09:59 |
mithro-work | hyades, that sounds bad | 09:59 |
mithro-work | you might also want to find out why the script didn't stop and report the rror | 09:59 |
hyades | yeah at first it completed without errors | 09:59 |
mithro-work | heading home now | 10:04 |
mithro-work | gnight | 10:04 |
hyades | ok | 10:04 |
*** hyades has quit IRC | 10:20 | |
*** hyades has joined #timvideos | 10:24 | |
*** shenki has quit IRC | 11:34 | |
*** shenki has joined #timvideos | 11:35 | |
*** shenki has quit IRC | 12:18 | |
*** shenki has joined #timvideos | 12:20 | |
*** bananadine has joined #timvideos | 13:03 | |
*** shenki has quit IRC | 13:39 | |
*** shenki has joined #timvideos | 13:41 | |
*** shenki has quit IRC | 16:09 | |
*** shenki has joined #timvideos | 16:11 | |
*** bananadine has quit IRC | 16:50 | |
*** parx has joined #timvideos | 16:59 | |
*** hyades has quit IRC | 17:38 | |
*** parx1 has joined #timvideos | 17:42 | |
*** parx has quit IRC | 17:45 | |
*** iiie0 has joined #timvideos | 18:20 | |
*** parx1 is now known as parx | 18:47 | |
*** shenki has quit IRC | 21:10 | |
*** shenki has joined #timvideos | 21:12 | |
*** mithro has joined #timvideos | 23:30 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!