Thursday, 2013-06-20

*** tpb has joined #timvideos00:00
*** iiie has quit IRC01:07
mithro-workSewar, 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 :P01:52
*** iiie has joined #timvideos01:57
SewarSure, that would be cool. You refer to http://code.timvideos.us right?01:59
mithro-workSewar, no - to timvideos.us part02:08
mithro-workAlthough code.timvideos.us needs some work too :P02:08
mithro-workAs I send parx02:10
mithro-workI 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-workWe 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-workI also imagine a little quicklink bar in the top right corner02:11
mithro-workneed a news section tooo....02:11
mithro-workSewar, oh - btw you should also be storing the raw EDID blocks02:14
SewarI'm not really good with CSS, but I can copy bootstrap snippets effectively :D02:37
SewarI will work on them02:38
Sewarstoring the raw EDID is great idea, maybe when we update edid parser we can run a script to re-parse entries02:39
mithro-workSewar, exactly - map reduce over the whole database02:42
mithro-workalso when things like the duplicated ID problem get fixed...02:43
Sewaryeah02:44
mithro-workSewar, I have no objection to making the website bootstrapish02:48
Sewarbootstrap is beautiful and responsive, can't say no02:50
mithro-workyeah03:05
*** parx has quit IRC04:33
*** hyades has joined #timvideos05:02
mithro-workhey hyades05:28
mithro-workyou where after me the other day?05:29
hyadesyeah..05:29
hyadesit was about the capture thing05:29
hyadesI am a bit confused how exactly would i communicate with the gst-switch-cap05:30
mithro-workyou shouldn't need too?05:31
mithro-workjust start it up05:31
hyadesmissing facedtect2, speakertrack, camcontrol05:34
hyadeshow i install these?05:34
mithro-workI think you mean facedetect2?05:36
hyadesya05:36
mithro-workspeakertrack and camcontrol are part of the timvideo's branch of the gstreamer plugins05:36
hyadesover here? https://github.com/timvideos/gst-plugins-bad05:39
tpbTitle: timvideos/gst-plugins-bad ยท GitHub (at github.com)05:39
mithro-worklooks like I need to pull duzys stuff back into timvideos repository05:41
mithro-workhttps://github.com/duzy/gst-plugins-bad/branches05:41
tpb<http://ln-s.net/-IKW> (at github.com)05:41
mithro-workhyades, remind me in a few hours05:58
hyadesk :)05:59
mithro-workhyades, I don't understand your comments at06:14
mithro-workA few changes to the executables firstly06:14
hyadesrunning the ./scripts/stage installs the master branch06:15
mithro-workyou should be able to switch to the speakertrack branch and then use06:15
hyadesso i installed the speaker-branch and copied the executables to /usr/local/bin06:15
hyadesjust doing a ./autogen didn't do the job06:16
mithro-workno06:16
mithro-workyou need to do06:16
mithro-work./autogen.sh; make; make install06:16
hyadesi think i did the same :)06:17
mithro-workthen it should have installed06:17
mithro-workif not, there is some type of bug...06:20
hyadesahh, i think i didn't do make install06:21
hyades:(06:21
mithro-workthat's the important one :)06:22
mithro-workoften you'll need to run make install under root06:22
mithro-workas your user doesn't have permission to install stuff06:22
hyadesyeah :)06:22
hyadeswondering how i missed that06:22
mithro-workI also don't get your pretty comment06:25
hyadeswhich one?06:29
mithro-workAs 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-srv06:29
mithro-workGood idea to explain what you are looking for06:30
mithro-workbecause "pretty" is defiantly in the eye of the beholder06:30
hyadesi couldn't find a better word for that06:31
hyadesif you try running gst-launch-1.0 videotestsrc pattern=18 ! autovideosink you can compare the images06:32
hyadesthere is some problem with the pipeline which I am using06:32
mithro-workhyades, good to include them in post :)06:33
hyadesi will add an image for comparison between the two :)06:34
mithro-workalso good idea to report bugs :)06:35
*** shenki has quit IRC06:55
*** shenki has joined #timvideos06:56
*** shenki has quit IRC07:24
*** shenki has joined #timvideos07:26
mithro-workhrm, still no banadine07:36
* hyades reminds mithro-work07:54
mithro-workahh hah08:02
mithro-workhyades, so I recommend you get up multiple remotes08:04
mithro-workgit remote add origin git://[email protected]/timvideos/gst-plugins-bad.git08:05
mithro-workgit remote add duzy git://[email protected]/duzy/gst-plugins-bad.git08:05
mithro-workgit remote add up git://anongit.freedesktop.org/gstreamer/gst-plugins-bad08:05
hyadesi just corrupted my gstreamer trying to install 1.1.108:06
mithro-workyou should be working in ~/gst/stage08:06
hyadesi did a fresh install, checkout to speaker-track , ran ./scripts/stage all over again08:07
hyadesand now gstreamer not working08:07
mithro-workfresh install?08:09
hyadestried it all over again08:09
hyadesfrom start08:09
hyadescloned gst-switch, checkout and the ran stage08:09
mithro-workyou removed your ~/gst/stage ?08:10
hyadesits still there08:10
hyadesa ls in ~/gst is: gst-plugins-bad   gst-plugins-good  gstreamer   libvpx gst-plugins-base  gst-plugins-ugly  gst-switch  stage08:10
mithro-workso if your doing a fresh rebuild08:11
mithro-workyou should blow away your stage directory08:11
hyadesand after that?08:11
mithro-workrun ./scripts/stage08:12
mithro-workyou can also blow away everything else in the ~/gst directory and start again08:12
mithro-workif you wanted08:12
hyadestell me what I do with the gstreamer..it seems corrupt08:14
mithro-work"it seems corrupt" is a useless statement08:14
*** tvCommitBot has joined #timvideos08:15
tvCommitBot[HDMI2USB] mithro created r2 at eec7072 (+0 new commits): http://git.io/jqr-jA08:15
*** tvCommitBot has left #timvideos08:15
mithro-workit give me no information about the actual problem you are having08:15
hyadeshttp://pastebin.com/Er6DMAYb08:15
tpbTitle: [Bash] hyades@hyades-Inspiron-N5010:~$ gst-launch-1.0 videotestsrc ! autovideosink 0:0 - Pastebin.com (at pastebin.com)08:15
*** tvCommitBot has joined #timvideos08:15
tvCommitBot[HDMI2USB] mithro created master (+3 new commits): http://git.io/tk_kig08:15
tvCommitBotHDMI2USB/master 6c61124 Jahanzeb Ahmad: HDMI Matrix...08:15
tvCommitBotHDMI2USB/master 97cd706 Jahanzeb Ahmad: Status LED updated...08:15
tvCommitBotHDMI2USB/master 52a9512 Jahanzeb Ahmad: Got CDC working...08:15
*** tvCommitBot has left #timvideos08:15
mithro-workhyades, that doesn't seem corrupt08:15
mithro-worktype which gst-launch-1.008:16
hyades/usr/local/bin/gst-launch-1.008:16
mithro-workso you've someone installed a version of gstreamer into /usr/local/bin08:17
mithro-works/someone/somehow/08:17
mithro-workand now you are running that version08:18
hyadesi will start again on what i did08:19
hyadesfirst i deleted everything in ~/gst08:19
hyadesthen cloned gst-switch, checkout to speaker-track and ran stage08:19
hyadesafter one hour of installing, this is what i get!08:20
mithro-worksometime before then you've installed /usr/local/bin08:20
mithro-work~/gst/stage/bin/gst-launch-1.0 is what you should be running08:20
mithro-worknot the one in /usr/local/bin08:20
hyadesoh..08:20
mithro-worksometime ago you've installed to /usr/local08:20
mithro-workyou should probably clean that one up08:20
hyadesi will then delete the thing from there and add this path to $PATH08:21
mithro-workshenki, ping?08:22
hyadeshttp://pastebin.com/iDuZsaCq08:33
tpbTitle: [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 plugins09:13
mithro-workhyades, you can also check ~/gst/stage/lib09:13
mithro-workhyades, we should also set up a weekly meeting time09:16
*** mithro has joined #timvideos09:26
hyadesmithro: are weekends fine?09:49
mithro-workweekdays are easier09:53
mithro-workas I'm less likely to sleep in/forget09:54
hyadesand looking at the gst-inspect-1.0, many things seem to be missing09:55
hyadeshttp://pastebin.com/eVds4K8M09:55
tpbTitle: gstsiren: sirendec: Siren Decoder element gstsiren: sirenenc: Siren Encoder e - Pastebin.com (at pastebin.com)09:55
mithro-worklook at the output from the stage script and try and find errors09:56
*** mithro has quit IRC09:56
hyadesgstswitchptz.c:30:44: fatal error: gst/speakertrack/gstcamcontrol.h: No such file or directory09:59
mithro-workhyades, that sounds bad09:59
mithro-workyou might also want to find out why the script didn't stop and report the rror09:59
hyadesyeah at first it completed without errors09:59
mithro-workheading home now10:04
mithro-workgnight10:04
hyadesok10:04
*** hyades has quit IRC10:20
*** hyades has joined #timvideos10:24
*** shenki has quit IRC11:34
*** shenki has joined #timvideos11:35
*** shenki has quit IRC12:18
*** shenki has joined #timvideos12:20
*** bananadine has joined #timvideos13:03
*** shenki has quit IRC13:39
*** shenki has joined #timvideos13:41
*** shenki has quit IRC16:09
*** shenki has joined #timvideos16:11
*** bananadine has quit IRC16:50
*** parx has joined #timvideos16:59
*** hyades has quit IRC17:38
*** parx1 has joined #timvideos17:42
*** parx has quit IRC17:45
*** iiie0 has joined #timvideos18:20
*** parx1 is now known as parx18:47
*** shenki has quit IRC21:10
*** shenki has joined #timvideos21:12
*** mithro has joined #timvideos23:30

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